Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 987 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 987 Bytes

Uwan Micro LoRaWAN Stack

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.

Features

  • LoRaWAN specification: 1.0.2, 1.0.3
  • Supported regions: EU868, RU864
  • Activation: OTAA, ABP
  • Class: A
  • Hardware: sx127x, sx126x

Build

To build the library, execute the following commands:

git clone 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

License

This project is licensed under the MIT License.

Contact

If you have any questions or suggestions, please contact us: