mayeranalytics / pySX127x

This is a python interface to the Semtech SX127x, HopeRF RFM9x, Microchip RN2483 long range, low power transceiver families.
GNU Affero General Public License v3.0
171 stars 116 forks source link

OTAA or ABP support? #20

Closed bogdanoniga closed 7 years ago

bogdanoniga commented 7 years ago

Your library supports OTAA or ABP?

mayeranalytics commented 7 years ago

This library is some levels below LoraWAN and LoraMac, it is not concerned with OTAA or ABP.

On 21 Mar 2017, at 13:05, Bogdan Oniga notifications@github.com wrote:

Your library supports OTAA or ABP?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mayeranalytics/pySX127x/issues/20, or mute the thread https://github.com/notifications/unsubscribe-auth/AOUKba2u4qnAfpSu0obqWV3JocN06oJbks5rn70ggaJpZM4Mjs-T.

jeroennijhof commented 7 years ago

@bogdanoniga I have ported LoRaWAN to python which support OTAA and ABP, check https://github.com/jeroennijhof/LoRaWAN

bogdanoniga commented 7 years ago

@jeroennijhof this is wonderful, thank you for letting me know