top of page

Technical details 

The system is based on iBeacon Bluetooth transmitters installed in each bus stop and bus. iBeacon is used to detect if the user is at the stop or in the bus. 

User's device connects to iBeacon via Bluetooth using an Android app. User doesn't have to do anything related to iBeacons, the app does it. 

We have a Python Flask server providing REST API in heroku. Users' and bus drivers' client apps communicate with it. 

User's view in the bus stop

Bus driver's view when someone wants bus to stop

bottom of page