The usual pattern in LORA application is
IOT Device sends a message over air
LORA Gateway receives message over air
LORA Gateway forwards message over network (internet) to a Network server (you want to use TTN, The Thing Network here. There could be your private one of course )
Network server uses 'integrations' to forward message to e.g. a MQTT server, or other application server. This is when 'something useful' happens when your alert arrives.
If you own a RPi4 with access to the network (internet), then concentrate to find the API of TTN Network server and send the message directly to this. No need to build an IOT device or gateway. Or eventually send the alert directly to the application server ?
See https://www.thethingsindustries.com/doc ... hitecture/
IOT Device sends a message over air
LORA Gateway receives message over air
LORA Gateway forwards message over network (internet) to a Network server (you want to use TTN, The Thing Network here. There could be your private one of course )
Network server uses 'integrations' to forward message to e.g. a MQTT server, or other application server. This is when 'something useful' happens when your alert arrives.
If you own a RPi4 with access to the network (internet), then concentrate to find the API of TTN Network server and send the message directly to this. No need to build an IOT device or gateway. Or eventually send the alert directly to the application server ?
See https://www.thethingsindustries.com/doc ... hitecture/
Statistics: Posted by ghp — Mon Mar 03, 2025 7:59 am