FactbirdHQ / ublox-short-range-rs

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

Decouple peer handle and socket handle #38

Closed unizippro closed 2 years ago

unizippro commented 2 years ago

Create independent socket handles and extend the map structure to encompass a mapping to peer handles.

So far only tested with and unresponsive AWS, but syncs time and seems good.

Fixes: #31 #30

MathiasKoch commented 2 years ago

What does "unresponsive AWS" mean? :open_mouth:

unizippro commented 2 years ago

AWS does not respond to my device, and haven't at any point during testing.

MathiasKoch commented 2 years ago

Does it work with cellular? I have never seen similar, and it definitely should work.