@ -345,6 +345,7 @@ class OPENBRIDGE(DatagramProtocol):
_ber = _packet[53:54]
_rssi = _packet[54:55]
_embedded_version = _packet[55]
self._config['VER'] = _embedded_version
_timestamp = _packet[56:64]
_source_server = _packet[64:68]
_hops = _packet[68]
Powered by TurnKey Linux.