2021-02-09 09:49:11 +01:00
|
|
|
# Mabasej_Team
|
2021-02-22 09:13:00 +01:00
|
|
|
We are working on system, that will help tourists in cities to get information about city more easily.
|
|
|
|
|
|
|
|
# Hardware
|
2021-04-09 15:00:26 +02:00
|
|
|
- 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
|
2021-02-22 09:13:00 +01:00
|
|
|
|
|
|
|
# Software
|
2021-03-17 08:28:18 +01:00
|
|
|
- python 3.9.2 compatible server with basic web interface
|
2021-04-09 15:00:26 +02:00
|
|
|
- Kotlin based mobile app
|
2021-02-22 09:13:00 +01:00
|
|
|
|
2021-03-17 08:28:18 +01:00
|
|
|
# Server
|
|
|
|
To run server you need to install
|
|
|
|
- hypercorn - "pip install hypercorn"
|
|
|
|
- fastapi - "pip install fastapi"
|
|
|
|
- requests - "pip install requests"
|
2021-03-17 13:09:03 +01:00
|
|
|
- aiofiles - "pip install aiofiles"
|
2021-03-17 08:28:18 +01:00
|
|
|
|
|
|
|
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
|