3a34e504329d4f0c42f27a979b37220ba1907410
News: - Online updates from test github repository - Removing offline clients after selected period of time - Saving heartbeat table (can be disabled) Added system.py it is handeling updates and cleaning of logs/heartbeat table. In the future should be able to fix errors in case program crashes.
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
Description
Languages
Kotlin
71.5%
Python
13.1%
CSS
5.7%
Java
5%
HTML
2.4%
Other
2.3%