C#
Full example for a direct connection to LA4 at 192.168.0.23:5000. A background task listens for incoming events, a background thread sends periodic heartbeats, and the main thread sends commands.
Python
Full example for a direct connection to LA4 at 192.168.0.23:5000. A background thread listens for incoming events, a background thread sends periodic heartbeats, and the main thread sends commands.
JavaScript
Full example for a direct connection to LA4 at 192.168.0.23:5000. A server listens for incoming events, a timer sends periodic heartbeats, and the main thread sends commands.