Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

41 lines (21 loc) · 1.1 KB

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.