tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
587 stars 182 forks source link

lora/lorawan: implementation of LoRaWAN stack #503

Closed deadprogram closed 1 year ago

deadprogram commented 1 year ago

This PR basically starts from the @ofauchon implementation in https://github.com/ofauchon/go-lorawan-stack but refactored.

Already able to join The Things Network using the atcmd example!

ofauchon commented 1 year ago

Thank you @deadprogram for this awesome PR !

I'm glad that my "very basic" Lorawan Stack is now part of TinyGo drivers.

Now we can go ahead and work with the community to add all the missing features like:

TinyGo will be soon a great alternative for IoT and connected objects.

Olivier