Update README.md

This commit is contained in:
Untriex Programming 2021-03-17 08:28:18 +01:00 committed by GitHub
parent deaf217370
commit 8b03f484e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,8 +5,16 @@ We are working on system, that will help tourists in cities to get information a
- work in progress (but probabbly we will use rpi with external antena for wifi)
# Software
- python 3.9 based server with basic web interface
- python 3.9.2 compatible server with basic web interface
- python 3.x based mobile app with help of android studio
# Known issues
- no code writen (needs to be fixed app does not work because of it)
# Server
To run server you need to install
- hypercorn - "pip install hypercorn"
- fastapi - "pip install fastapi"
- requests - "pip install requests"
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.
This is not finished product