#This program lets you collect data from different sensor(currently three) and put in a server with help of wifi mesh network topology using painless mesh library
#Three different NodeMCU used
- NodeMCU with SoilMoisture
- NodeMCU with Ultrasonic
- NodeMCU with temperature and Humidity
Server
- NodeMCU with connects to Internet to publish data on AWS server #Server side all NodeMCUs data collected and Publish data on AWS Server is under progress