semtech-udp 0.1.0

Semtech UDP provides serialization and deserialization of packets complying with the Semtech UDP protocol
Documentation
1
2
3
4
5
6
7
# Toolchain Installation

To cross-compile for Raspberry Pi (64-bit):

```
cargo build --target aarch64-unknown-linux-gnu
```