Realtime Tracking System
Live Tracking System for outdoor running events utilizing 3G GPS trackers. A tracking server implemented as a windows service receives GPS positions from individual trackers, performs necessary geographic calculations and saves positions to database. The web application displays runners on a map and calculates statistics. The backend is built using C# .NET WebApi, accessing the SQL Server database using EntityFramework. The frontend is entirely HTML/JavaScript based, implemented using the KendoUI framework around a Bootstrap/FlatUI design.