HBlink Status Tables:

Master Systems

{% for _master in _table['MASTERS'] %} {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].iteritems() %} {% endfor %} {% endfor %}
HBP System ID/Callsign/Location
IP:Port/KeepAlives
Frequency ColorCode
LinkedTS
Slot Call
Type
Source
Subscriber
Source
Peer
Destination
{{ _master}}
{{ _client }}, {{ _cdata['CALLSIGN'] }}, {{ _cdata['LOCATION'] }}
{{ _cdata['IP'] }}:{{ _cdata['PORT'] }} / {{ _cdata['PINGS_RECEIVED'] }}
TX: {{ _cdata['RX_FREQ'] }}
RX: {{ _cdata['TX_FREQ'] }}
{{ _cdata['COLORCODE'] }}
{{ _cdata['SLOTS'] }}
TS1
TS2

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'] }}