Update README.md
This commit is contained in:
parent
deaf217370
commit
8b03f484e6
14
README.md
14
README.md
@ -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)
|
- work in progress (but probabbly we will use rpi with external antena for wifi)
|
||||||
|
|
||||||
# Software
|
# 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
|
- python 3.x based mobile app with help of android studio
|
||||||
|
|
||||||
# Known issues
|
# Server
|
||||||
- no code writen (needs to be fixed app does not work because of it)
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user