FactbirdHQ / ublox-short-range-rs

A driver crate for the entire u-blox short range family in Rust
6 stars 2 forks source link

Udp server stack #28

Closed unizippro closed 2 years ago

unizippro commented 2 years ago

UDP Full Stack

This fullstack is build for request-response type servers due to HW/SW limitations Limitations:

Dependent on: https://github.com/BlackbirdHQ/ublox-sockets/pull/6

codecov-commenter commented 2 years ago

Codecov Report

Merging #28 (624dea7) into tcp-server-stack (3cd4e96) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@                Coverage Diff                @@
##           tcp-server-stack      #28   +/-   ##
=================================================
  Coverage             16.46%   16.46%           
=================================================
  Files                    46       46           
  Lines                   996      996           
  Branches                191      190    -1     
=================================================
  Hits                    164      164           
  Misses                  746      746           
  Partials                 86       86           
Impacted Files Coverage Δ
ublox-short-range/src/client.rs 0.00% <ø> (ø)
ublox-short-range/src/command/network/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 3cd4e96...624dea7. Read the comment docs.

unizippro commented 2 years ago

Replaced by #43