Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement TcpFullStack with server capabilities, and TcpListeners #25

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MathiasKoch
Copy link
Member

@MathiasKoch MathiasKoch commented Sep 29, 2021

TODO

  • Correctly close & cleanup sockets
  • Add example usage
  • Unit tests
  • Minor error handling

Fixes #13

@codecov-commenter
Copy link

codecov-commenter commented Sep 30, 2021

Codecov Report

Merging #25 (3cd4e96) into master (e8cb2d9) will increase coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   16.44%   16.46%   +0.01%     
==========================================
  Files          46       46              
  Lines         997      996       -1     
  Branches      190      191       +1     
==========================================
  Hits          164      164              
+ Misses        747      746       -1     
  Partials       86       86              
Impacted Files Coverage Δ
ublox-short-range/src/client.rs 0.00% <ø> (ø)
ublox-short-range/src/command/data_mode/mod.rs 0.00% <ø> (ø)
...lox-short-range/src/command/data_mode/responses.rs 0.00% <0.00%> (ø)
ublox-short-range/src/command/data_mode/types.rs 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 e8cb2d9...3cd4e96. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding server capabilities to the ublox TCP stack
2 participants