12urenloop / Telraam

New and hopefully improved application to count laps of the 12urenloop event
MIT License
6 stars 2 forks source link

feat: Positioners #109

Closed NuttyShrimp closed 7 months ago

NuttyShrimp commented 8 months ago

A positioner is an algorithm which will calculate the data needed to represent each team on the position visualization which will be created by @Topvennie. We would need a manager like we have for lapper so we can get data from it via the API but also select an active one which will send its data over the websocket opened by loxsi

Topvennie commented 7 months ago

The manager is moved to #111

Topvennie commented 7 months ago

Implementation of a simple / dumb lapper 7c990cc