{% extends "base.html" %} {% block title %}IMPSY - Realtime{% endblock %} {% block content %}

Realtime Monitor

Live values flowing through IMPSY. Cyan = inputs (incoming from controllers), green = outputs (predictions and thru). Listening on UDP port {{ monitor_port }}.

Waiting for data…
{% for label in labels %} {% endfor %}
Channel In Out Values
{{ label }}
/
{% endblock %} {% block scripts %} {% endblock %}