INTRODUCTION
This project is designed to provide a way of communication during any disaster .
An opensource communication managment project for any disaster
This project is designed to provide a way of communication during any disaster .
The ESP8266 module is tuned to be in soft-AP mode (wifi-hotspot) & a local webserver which hosts a offline webpage with a user input form . When user is connected via a device the captive portal opens and the value entered in form is transmitted via lora to the RPi server
The data send from client is recieved to raspberry via lora (p2p) . Now the data is sorted and uploaded to firebase (via a network connection)
The sorted data is uploaded by RPi to google FIREBASE . the webpage then sortes and display the contents as a table
Anyone who is intrested are welcome to modify & contribute to this project.