repository for mabasej team
Go to file
Untriex Programming 151fe66525 Merge branch 'Development' into main
# Conflicts:
#	README.md
2021-03-17 19:22:03 +01:00
.idea new 2021-03-17 08:57:57 +01:00
.venv new 2021-03-17 08:57:57 +01:00
app/WikiSpot Merge branch 'Development' into main 2021-03-17 19:22:03 +01:00
server Merge branch 'Development' into main 2021-03-17 19:22:03 +01:00
websites úplný základ 2021-03-16 23:16:26 +01:00
.gitignore Create .gitignore 2021-03-17 08:57:26 +01:00
LICENSE Create LICENSE 2021-03-05 19:43:00 +01:00
readme.md Create readme.md 2021-03-17 08:59:58 +01:00
README.md Update README.md 2021-03-17 13:09:03 +01:00

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"
  • aiofiles - "pip install aiofiles"

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