repository for mabasej team
Go to file
JustSteel db51def124 _
2021-05-07 21:15:20 +02:00
.idea inicialization of project 2021-02-22 09:05:14 +01:00
app/WikiSpot _ 2021-05-03 14:45:47 +02:00
nove files _ 2021-05-04 15:00:58 +02:00
server update 2021-05-06 10:41:28 +02:00
websites _ 2021-05-07 21:15:20 +02:00
.gitignore Log system/sensors update 2021-03-04 18:36:21 +01:00
README.md Update README.md 2021-04-09 15:00:26 +02:00

Mabasej_Team

We are working on system, that will help tourists in cities to get information about city more easily.

Hardware

  • Raspberry PI (for now tested only on rpi4. Works on rpi zero too, but it will be slow if more devices are connected)
  • External/Internal WiFi antena

Software

  • python 3.9.2 compatible server with basic web interface
  • Kotlin based mobile app

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