# semtech-udp **Repository Path**: spgnulie/semtech-udp ## Basic Information - **Project Name**: semtech-udp - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-18 - **Last Updated**: 2021-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Continuous Integration](https://github.com/helium/semtech-udp/workflows/Continuous%20Integration/badge.svg) # 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 ACKs.