Studienprojekte

Projekte sind ein essenzieller Bestandteil des Curriculums von Mobile Computing. Die Studierenden bekommen die Möglichkeit, das im Zuge ihres Studiums erworbene theoretische Wissen selbst praktisch umzusetzen. Ein sowohl für StudentInnen als auch für Lehrende immer wieder spannendes Unterrichtskonzept, in dem schon erfolgreiche Startups wie z.B. runtastic und Butleroy ihre Anfänge gefunden haben.

Traffic Flow Analysis based on Web-Map Applications

Zeitraum
Mar 2017 - Jul 2017
FH Studierende
Jürgen Punz
FH BetreuerIn
FH-Prof. Dr.-Ing. Jens Krösche

The project consists of two components: REST-API and Java-Client. The Client allows to request and/or record the traffic situation at a certain location using the implemented REST-API. The results are based on Bing-Incidents-API and Here-Incidents-API.

Ziel

Goal of this project is to develop a REST-API and a Java-Client, which uses the API, for requesting and tracking the traffic situation at user defined points.

The REST-API allows the client to request the traffic situation at longitude,latitude or TMC-Location-Code. The resulting data comes from the Bing Incidents API and Here Incidents API (can be chosen by the user). The REST-API also provides an endpoint for creating trackers, which records the traffic situation at a certain point and requests it from one of the APIs in an user-defined interval.

The Java-Client uses the developed REST-API and provides OpenStreetMap-View with the basic map-functionality.

The user can easily request the traffic situation at a point just by clicking. It's also possible to create trackers and to display the recorded data of it.