diff --git a/ipsc.py b/ipsc.py index 982f18f..a82f32e 100644 --- a/ipsc.py +++ b/ipsc.py @@ -162,7 +162,6 @@ class IPSC(DatagramProtocol): self._loop = self._call.start(self._config['LOCAL']['ALIVE_TIMER']) - #************************************************ # FUNCTIONS FOR IPSC Network Engine #************************************************ diff --git a/my_ipsc_config_SAMPLE.py b/my_ipsc_config_SAMPLE.py index 8e35619..8acfd6e 100644 --- a/my_ipsc_config_SAMPLE.py +++ b/my_ipsc_config_SAMPLE.py @@ -5,11 +5,11 @@ NETWORK = { 'MODE': b'\x6A', 'FLAGS': b'\x00\x00\x00\x14', 'PORT': 50001, - 'NUM_PEERS': 0 + 'NUM_PEERS': 0, 'ALIVE_TIMER': 5, # Seconds between keep-alives and registration attempts 'MAX_MISSED': 5, # Maximum number of keep-alives missed before de-registration 'RADIO_ID': b'\x00\x00\x00\x0A', - 'AUTH_KEY': b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01' + 'AUTH_KEY': b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01', 'ENABLED': True, 'STATUS': { 'ACTIVE': False