n2n icon indicating copy to clipboard operation
n2n copied to clipboard

added Windows support to n2n-route tool

Open Logan007 opened this issue 2 years ago • 2 comments

This PR intends to add Windows support to the n2n-route tool, development as we go along.

Fixes #1017

Logan007 avatar Jun 24 '22 16:06 Logan007

Codecov Report

Merging #1023 (869a677) into dev (c0259ae) will decrease coverage by 0.91%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##              dev    #1023      +/-   ##
==========================================
- Coverage   20.86%   19.94%   -0.92%     
==========================================
  Files          47       47              
  Lines        8398     8785     +387     
==========================================
  Hits         1752     1752              
- Misses       6646     7033     +387     
Impacted Files Coverage Δ
tools/n2n-route.c 0.00% <0.00%> (ø)
src/wire.c 31.41% <0.00%> (-4.74%) :arrow_down:
src/n2n.c 0.95% <0.00%> (-0.01%) :arrow_down:
src/sn_utils.c 0.00% <0.00%> (ø)
src/edge_utils.c 1.80% <0.00%> (ø)
src/sn_management.c 0.00% <0.00%> (ø)
tools/n2n-portfwd.c 0.00% <0.00%> (ø)
src/edge_management.c 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c0259ae...869a677. Read the comment docs.

codecov-commenter avatar Jun 24 '22 17:06 codecov-commenter

Any volunteers to test this on Windows?

Logan007 avatar Jun 24 '22 21:06 Logan007

Merging in anticipation of more feedback.

Logan007 avatar Feb 03 '23 16:02 Logan007