Uwan is a simple and lightweight library for developing applications based on LoRaWAN. It provides a basic stack for integrating LoRaWAN into your IoT projects.
- LoRaWAN specification: 1.0.2, 1.0.3
- Supported regions: EU868, RU864
- Activation: OTAA, ABP
- Class: A
- Hardware: sx127x, sx126x
To build the library, execute the following commands:
git clone --recurse-submodules https://github.com/b00bl1k/uwan.git
cd uwan
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
To run tests:
cmake --build build --target test
Requirements:
- C/C++ compiler
- CMake 3.5 or higher
This project is licensed under the MIT License.
If you have any questions or suggestions, please contact us:
- Email: alex@b00bl1k.ru
- GitHub Issues: Create a new ticket
- Community Forum: Discussions