UNPKG

wise-eyes-core

Version:

Web server to monitor the status of owlcms

42 lines (21 loc) 1.13 kB
# Wise Eyes A web server to monitor the status of owlcms. Originally designed for use with [vMix](https://www.vmix.com/) 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.