The project aimed to address these by implementing an automated system that could seamlessly monitor the status of participants', checkpoints and provide real-time updates to participants
Clone the repositry
git clone https://github.com/iam7t9/SocAuto.git
cd .\SocAuto\Server\
Create virtual environment
python -m venv env .
.\env\Scripts\activate
Install requirements
pip install -r requirements.txt
- Upload the code present in the
ESP
directory on the respective ESP32 and ESP8266
- To tests the connection, run the following command.
- Select the port and check if data is received correctly.
python .\SerialMoniter.py
To deploy ESP data receiver run,
python .\ESP-Excel.py
To deploy UI server run,
python .\Server-Excel.py
- Pallavi Phunde (Final Year EXTC)
- Saurav Kharat (Final Year EXTC)
- Shantanu Pande (TY EXTC)
- Shivam Kurhekar (TY EXTC)
- Rushikesh Pole (TY CSE)
- Varad Wayal (TY EXTC)
Contributions are always welcome!