From 0fafdf646b00969fe9dca4b55dba74f59ef8b67e Mon Sep 17 00:00:00 2001 From: Waldek Date: Tue, 17 Sep 2019 21:10:21 +0200 Subject: [PATCH] Delete hblink_table.html.source_peer --- templates/hblink_table.html.source_peer | 123 ------------------------ 1 file changed, 123 deletions(-) delete mode 100755 templates/hblink_table.html.source_peer diff --git a/templates/hblink_table.html.source_peer b/templates/hblink_table.html.source_peer deleted file mode 100755 index ee2fe17..0000000 --- a/templates/hblink_table.html.source_peer +++ /dev/null @@ -1,123 +0,0 @@ -

HBlink Status Tables:

- - - - - - - - - - - - - - - - - - - - - - - - - {% for _master in _table['MASTERS'] %} - - - - - {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].iteritems() %} - - - - - - - - - - - - - - - - - - - - {% endfor %} -{% endfor %} -
Homebrew Protocol
Master Systems
ID/Callsign/Location
IP:Port/Time Connected
FrequencyColorCode
LinkedTS
SlotCall
Type
Source
Subscriber
Source
Peer
Destination
{{_master}}
{{_table['MASTERS'][_master]['REPEAT']}}
{{ _client }}, {{ _cdata['CALLSIGN'] }}, {{ _cdata['LOCATION'] }}
{{ _cdata['IP'] }}:{{ _cdata['PORT'] }} / {{ _cdata['CONNECTED'] }}
{{ _cdata['RX_FREQ'] }}
{{ _cdata['TX_FREQ'] }}
{{ _cdata['COLORCODE'] }}
{{ _cdata['SLOTS'] }}
TS1{{ _cdata[1]['TYPE'] }}{{ _cdata[1]['SUB'] }}{{ _cdata[1]['SRC'] }}{{ _cdata[1]['DEST'] }}
TS2{{ _cdata[2]['TYPE'] }}{{ _cdata[2]['SUB'] }}{{ _cdata[2]['SRC'] }}{{ _cdata[2]['DEST'] }}
-
- - - - - - - - - - - - - - - - - - - - - - - - - {% for _peer, _pdata in _table['PEERS'].iteritems() %} - - - - - - - - - - - - - - - - - - - - {% endfor %} -
Homebrew Protocol
Peer Systems
ID/Callsign/Location
Master IP:Port
Connected
Sent/Ack/Missed
LinkedTSSlotCall
Type
Source
Subscriber
Source
Peer
Destination
{{ _peer}}{{ _table['PEERS'][_peer]['RADIO_ID'] }}, {{_table['PEERS'][_peer]['CALLSIGN']}}, {{_table['PEERS'][_peer]['LOCATION']}}
Master: {{ _table['PEERS'][_peer]['MASTER_IP'] }}:{{ _table['PEERS'][_peer]['MASTER_PORT'] }}
{{ _table['PEERS'][_peer]['STATS']['CONNECTED'] }}
{{ _table['PEERS'][_peer]['STATS']['PINGS_SENT'] }} / {{ _table['PEERS'][_peer]['STATS']['PINGS_ACKD'] }} / {{ _table['PEERS'][_peer]['STATS']['PINGS_SENT'] - _table['PEERS'][_peer]['STATS']['PINGS_ACKD'] }}
{{ _table['PEERS'][_peer]['SLOTS'] }}TS1{{ _pdata[1]['TYPE'] }}{{ _pdata[1]['SUB'] }}{{ _pdata[1]['SRC'] }}{{ _pdata[1]['DEST'] }}
TS2{{ _pdata[2]['TYPE'] }}{{ _pdata[2]['SUB'] }}{{ _pdata[2]['SRC'] }}{{ _pdata[2]['DEST'] }}
-
- - - - - - - - - - - - - {% for _openbridge in _table['OPENBRIDGES'] %} - - - - - - - - {% endfor %} -
OpenBridge SystemsNetwork ID
Target IP:Port
Active Calls
{{ _openbridge}} {{ _table['OPENBRIDGES'][_openbridge]['NETWORK_ID'] }}
{{ _table['OPENBRIDGES'][_openbridge]['TARGET_IP'] }}:{{ _table['OPENBRIDGES'][_openbridge]['TARGET_PORT'] }}
{% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] %}({{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] }} >> {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1] }}) {% endfor %}