Alpaca Discovery Responder

class discovery.DiscoveryResponder(ADDR, PORT)

Alpaca device discovery responder

The Alpaca Discovery responder runs in a separate thread and is invoked by a 1-line call during app startup:

_DSC = DiscoveryResponder(ip_address, port)

where the ip_address and port come from the Device Configuration Support Config object and ultimately from the config file config.toml.

run()

Discovery responder forever loop