Projet - Développement d'application IDO
- Python 3.12
- Raspberry Pi
- Create a python venv
cd NoGas_IDO
python3 -m venv .- Install dependencies from requirements.txt
bin/pip install -r requirements.txt- Launch script
bin/python3 nogas.pyuser must be admin
CRED={"email":"nogas@gmail.com","password":"gas-123"}
LOGIN_URL="http://10.10.23.172:3001/user/login"
ADD_DATA_URL="http://10.10.23.172:3001/addData"