mcci-catena / arduino-lorawan

User-friendly library for using arduino-lmic with The Things Network and other LoRaWAN® networks
MIT License
284 stars 54 forks source link

Convert arduino-lorawan to use the new lmic APIs #88

Closed terrillmoore closed 5 years ago

terrillmoore commented 5 years ago

The LMIC now has APIs for async receive and for registered event callouts. Arduino LoRaWAN should use those APIs, which will simplify things (and also will let the LMIC deal with certification-critical things)