v1.1.0
Highlights
- Adds ability to disable PoC activity for dataonly hotspots
- Fix next beacon time issues in cases of beacon errors or region changes
- Filter out non lorawan packets before they get sent to packet router
- Use session keys for data packets
- Pre-connect to ingest servers for PoC report delivery
- Optimizations for ECC crypto performance
- Slower back-off in packet router reconnect attempts
What's Changed
- Re-enable ECC608 on amd64 by @JayKickliter in #425
- uplink implement Send by @michaeldjeffrey in #430
- Remove lazy_static dependency, bump deps by @madninja in #429
- Add settings poc enable flag by @madninja in #428
- elevate beacon module to helium-proto by @lthiery in #431
- bump deps by @madninja in #432
- do not adjust next beacon time on region change by @madninja in #433
- Fix comment typo by @shawaj in #436
- Short next beacon time on beacon error by @madninja in #434
- Filter out non parseable lorawan packets by @madninja in #437
- connect to ingest while signing by @madninja in #439
- Add length checks during parsing by @madninja in #441
- Avoid alignment/packing issues with size_of by @madninja in #442
- Bump crypto, default EccConfig use by @madninja in #443
- Session key for packet_router by @madninja in #438
- Pick up ecc idle optimation by @madninja in #444
- Increase the number of hpr connect backof steps by @madninja in #445
Full Changelog: v1.0.2...v1.1.0