HBlink Status Tables:

Master Systems

{% for _master in _table['MASTERS'] %} {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].iteritems() %} {% endfor %} {% endfor %}
HBP System Client Radio ID Callsign Frequency ColorCode LinkTS Location Connection Pings
Received
IP Port
{{ _master}} {{ _client }} {{ _cdata['CALLSIGN'] }} {{ _cdata['TX_FREQ'] }} {{ _cdata['COLORCODE'] }} {{ _cdata['SLOTS'] }} {{ _cdata['LOCATION'] }} {{ _cdata['CONNECTION'] }} {{ _cdata['PINGS_RECEIVED'] }} {{ _cdata['IP'] }} {{ _cdata['PORT'] }}

Client Systems

{% for _client in _table['PEERS'] %} {% endfor %}
HBP System Client Radio ID Callsign Connection Ping Sent Ping Ack Master
{{ _client}} {{ _table['PEERS'][_client]['RADIO_ID'] }} {{ _table['PEERS'][_client]['CALLSIGN'] }} {{ _table['PEERS'][_client]['STATS']['CONNECTION'] }} {{ _table['PEERS'][_client]['STATS']['PINGS_SENT'] }} {{ _table['PEERS'][_client]['STATS']['PINGS_ACKD'] }} {{ _table['PEERS'][_client]['MASTER_IP'] }}

OpenBridge Systems

{% for _openbridge in _table['OPENBRIDGES'] %} {% endfor %}
OpenBridge System Network ID Target IP Target Port
{{ _openbridge}} {{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }} {{ _table['OPENBRIDGES'][_openbridge]['TARGET_IP'] }} {{ _table['OPENBRIDGES'][_openbridge]['TARGET_PORT'] }}