From 8b03f484e600f77c92626b45bf8e580cb94b2814 Mon Sep 17 00:00:00 2001 From: Untriex Programming <48880229+UntriexTv@users.noreply.github.com> Date: Wed, 17 Mar 2021 08:28:18 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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