Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 344 Bytes

File metadata and controls

16 lines (10 loc) · 344 Bytes
class NetworkChannel:

    AUTODISCOVER_ADDR = b'<broadcast>'
    AUTODISCOVER_PORT = 28000
    
    PIPBOYAPP_PORT = 27000

    # Registers a connection event listener
    def registerConnectionListener(self, listener)
        
    # Unregisters a connection event listener
    def unregisterConnectionListener(self, listener)