8000 GitHub - MedadRufus/semtech-udp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MedadRufus/semtech-udp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

To run the server, run the following command:

cargo run --example server --features="server"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%
0