_
This commit is contained in:
ff0082 2021-04-21 19:30:50 +02:00
parent a9a79e4c00
commit bf64f81fcb

@ -13,6 +13,7 @@ To run server you need to install
- hypercorn - "pip install hypercorn" - hypercorn - "pip install hypercorn"
- fastapi - "pip install fastapi" - fastapi - "pip install fastapi"
- requests - "pip install requests" - requests - "pip install requests"
- aiofiles - "pip install aiofiles"
then run by command - "hypercorn main:app --bind <IP:port>" then run by command - "hypercorn main:app --bind <IP:port>"
To connect to another rpi you need to edit settings.json with different ID and fill heartbeat table. To connect to another rpi you need to edit settings.json with different ID and fill heartbeat table.