#semtech #iot #lorawan #lpwan #udp-packet #gwmp

semtech-udp

Semtech UDP provides serialization and deserialization of packets complying with the Semtech UDP protocol

33 releases

0.11.0 Aug 16, 2023
0.10.8 Jun 13, 2023
0.10.7 Mar 10, 2023
0.10.4 Oct 18, 2022
0.2.0 Jul 10, 2020

#582 in Network programming

Download history 16/week @ 2023-12-14 1/week @ 2023-12-21 3/week @ 2024-01-11 4/week @ 2024-01-18 1/week @ 2024-02-08 16/week @ 2024-02-15 32/week @ 2024-02-22 30/week @ 2024-02-29 172/week @ 2024-03-07 80/week @ 2024-03-14 21/week @ 2024-03-21 47/week @ 2024-03-28

322 downloads per month
Used in gwmp-mux

Apache-2.0

100KB
2.5K SLoC

Continuous Integration

Semtech UDP

Semtech UDP provides serialization and deserialization of packets complying with the Semtech GWMP over UDP protocol.

The server feature provides a Tokio-based runtime which handles the UDP and Semtech GWMP UDP protocol details, such as ACKs and keeping track of client addresses. It exposes an async API for receiving all messages for the client and an asynchronous send function which returns only when the transmit ack (tx_ack) is received

The client feature provides a Tokio-based runtime which handles the UDP and Semtech UDP protocol details, such as periodically sending PULL_DATA frames. Client is responsible for ACKing downlinks.

Usage

Please see the examples for usage. This library is used in gateway-rs and gwmp-mux.

Dependencies

~1–12MB
~115K SLoC