diff --git a/README.md b/README.md index fe6799b..6cbff57 100644 --- a/README.md +++ b/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) # 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 " +To connect to another rpi you need to edit settings.json with different ID and fill heartbeat table. + +This is not finished product