Skip to content

b00bl1k/uwan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

License

This project is licensed under the MIT License.

Contact

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

About

📶 Uwan Micro LoRaWAN Stack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published