Update README.md

This commit is contained in:
Untriex Programming 2021-03-17 13:09:03 +01:00 committed by GitHub
parent 1979672c62
commit 4e75a3f2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.