From e190ae40bf4c9c4bf1b5d9dab6ce191b86da0b38 Mon Sep 17 00:00:00 2001 From: Untriex Programming <48880229+UntriexTv@users.noreply.github.com> Date: Wed, 17 Mar 2021 08:59:58 +0100 Subject: [PATCH] Create readme.md --- readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..6cbff57 --- /dev/null +++ b/readme.md @@ -0,0 +1,20 @@ +# Mabasej_Team +We are working on system, that will help tourists in cities to get information about city more easily. + +# Hardware +- work in progress (but probabbly we will use rpi with external antena for wifi) + +# Software +- python 3.9.2 compatible server with basic web interface +- python 3.x based mobile app with help of android studio + +# 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