wise-eyes-core
v1.1.2
Published
Web server to monitor the status of owlcms
Downloads
301
Maintainers
Readme
Wise Eyes
A web server to monitor the status of owlcms. Originally designed for use with vMix for custom livestream content during weightlifting meets, but flexible enough to drive any system that wants to poll the current state.
Requires owlcms v51 or newer
Routes
/
Lists the names of all platforms.
/platform/:platform/status
The current state of the platform, including the current athlete, the athlete clock, the break clock, and decision information.
/platform/:platform/athlete-clock
The current state of the athlete clock.
/platform/:platform/break-clock
The current state of the break clock.
/platform/:platform/current-athlete
Information about the current athlete.
/platform/:platform/lifting-order
Information about all athletes, in lifting order.
Web Socket Routes
/ws/platform/:platform/status
The current state of the platform, including the current athlete, the athlete clock, the break clock, and decision information.
/ws/platform/:platform/lifting-order
Information about all athletes, in lifting order.