Skip to content

Commit

Permalink
Short next beacon time on beacon error (#434)
Browse files Browse the repository at this point in the history
* Short next beacon time on beacon error

This constructs a short next beacon time when there is a failure to construct, transmit or (finally) deliver a beacon report.

* remove bitfield duplicate with a version bump
* review feedback
* Switch to using bytes in lorawan subcrate, add unit tests
  • Loading branch information
madninja committed Jul 21, 2023
1 parent ecee059 commit bc53ce0
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 185 deletions.
19 changes: 3 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ rand = {workspace = true}
prost = {workspace = true}
tonic = "0"
http = "*"
xxhash-rust = { version = "0.8", features = ["xxh64"]}
sha2 = {workspace = true}
base64 = {workspace = true}
helium-proto = {workspace = true}
Expand Down
4 changes: 2 additions & 2 deletions lorawan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
license = "Apache-2.0"

[dependencies]
byteorder = {workspace = true}
bitfield = "0.13"
bitfield = "0.14"
bytes = "1"

[dev-dependencies]
base64 = ">=0.21"
Loading

0 comments on commit bc53ce0

Please sign in to comment.