Creating infrastructure based on LoRa protocol, it starts from a virtual IOT device that generates HTTP messages. ESP32 Gateway sends those messages to the TTN server. The TTN server sends them to Apache server that runs App/Code.
Small, power-efficient and long range devices that interact and exchange data throughout the Internet.
Nowadays these three specifications have a significant importance to the customers so they are always looking for the most efficient and easy to use devices for their daily basis use.
It can be a security systems, temperature sensors, lights sensors, alarm clocks, speaker systems, smart TVs and more. Basically an IOT devices.
During the project an infrastructure was created it contained ESP32 Gateway, TTN server and Apache server.
First the virtual sensor (virtual IOT) located in ESP32 gateway code generates HTTP messages and the gateway sends them to the TTN server, once the TTN server receives those HTTP messages it sends them to the Apache server that was installed into our PC, the Apache server configured that when he gets HTTP messages it runs a code that generate a text file and writes the parameters that TTN server sends to Apache server.