logger.debug('(%s) Attemped to remove OpenBridge Stream ID %s not in the Stream ID list: %s',system,int_id(stream_id),[idforidinsystems[system].STATUS])
logger.trace('(%s) *BridgeControl* sent BCTO. DST: %s, VER: %s',self._system,int_id(self._CONFIG['SYSTEMS'][system]['NETWORK_ID']),self._CONFIG['SYSTEMS'][system]['VER'])
else:
logger.trace('(%s) *BridgeControl* not sending BCTO, TARGET_IP currently not known. DST: %s, VER: %s',self._system,int_id(self._CONFIG['SYSTEMS'][system]['NETWORK_ID']),self._CONFIG['SYSTEMS'][system]['VER'])
logger.error('(%s) OpenBridge packet discarded because NETWORK_ID: %s Does not match sent Peer ID: %s',self._system,int_id(self._config['NETWORK_ID']),int_id(_peer_id))
logger.error('(%s) OpenBridge packet discarded because NETWORK_ID: %s Does not match sent Server ID: %s',self._system,int_id(self._config['NETWORK_ID']),int_id(_peer_id))
return
#This is a v1 packet, so all the extended stuff we can set to default
@ -704,6 +741,24 @@ class OPENBRIDGE(DatagramProtocol):
logger.trace('(%s) *ProtoControl* BCTO received: %s connected to %s with proto ver. %s'.self._system,int_id(_src),int_id(_dst),int.from_bytes_ver,'big')