kopia lustrzana https://github.com/glidernet/python-ogn-client
![]() With introduction of the kill switch it was impossible to restart the consumption of the OGN messages after a .disconnect() method has been called. This commit resets the kill flag after .connect() has been called. Minimal example: ``` client = AprsClient(aprs_user='testuser', aprs_filter='') client.connect() client.run(callback=lambda x: x, autoreconnect=True) ... client.disconnect() client.connect() client.run() ``` |
||
---|---|---|
.. | ||
__init__.py | ||
client.py | ||
settings.py |