Go to file
2022-09-11 14:39:39 +01:00
lmic adding first MQTT to LMIC tests after forked 2022-09-11 14:39:39 +01:00
lora_gps_hat Now transferring buffers with SPI instead of single-byte operations. 2017-04-19 08:21:21 +02:00
.gitignore adding first MQTT to LMIC tests after forked 2022-09-11 14:39:39 +01:00
CMakeLists.txt adding first MQTT to LMIC tests after forked 2022-09-11 14:39:39 +01:00
HelperClasses.hpp adding first MQTT to LMIC tests after forked 2022-09-11 14:39:39 +01:00
main.cpp adding first MQTT to LMIC tests after forked 2022-09-11 14:39:39 +01:00
MQTTDataStreamer.cpp adding first MQTT to LMIC tests after forked 2022-09-11 14:39:39 +01:00
MQTTDataStreamer.hpp adding first MQTT to LMIC tests after forked 2022-09-11 14:39:39 +01:00
README.md adding first MQTT to LMIC tests after forked 2022-09-11 14:39:39 +01:00

mqtt2LoRaWAN Bridge

MQTT to LoRaWAN Bridge using aHardware Abstraction Layer (HAL) for IBM's LMIC 1.6 communication stack targeted to RPi and Dragino LoRA/GPS HAT.

The goal was to keep the LMIC 1.6 sourcecode untouched, and just provide a Hardware Abstraction Layer (HAL) for Raspberry Pi and Dragino LoRa/GPS HAT.