Disaster relief Communication managment Project
esp8266 based client and server (rpi) communication project with lora this project is a poc for an emergency communication during a network failure due to natural or any other disasters
The esp8266 tether a hotsport and when smeone connects to it the opens a offline webpage with data entry forms . the entered data is transmitted via lora to rpi server located in a distance and then uploads through cloud
1 CLIENT SIDE
/esp8266_or32/Data
This folder contains the html page which loads in the client side- the data is uploaded via spiffs
2 SERVER SIDE
- accepts client form data via lora
- uploads to cloud
configureserver.py
with firebase url
3 CLOUD
- sort and list the firebase data in to table
configureindex.html
with firebase config and api