LICENSE
MANIFEST.in
README.md
pyproject.toml
src/aidot/__init__.py
src/aidot/aes_utils.py
src/aidot/client.py
src/aidot/const.py
src/aidot/credentials.py
src/aidot/device_client.py
src/aidot/discover.py
src/aidot/exceptions.py
src/aidot/g711.py
src/aidot/login_const.py
src/aidot/py.typed
src/aidot/camera/__init__.py
src/aidot/camera/client.py
src/aidot/camera/constants.py
src/aidot/camera/controls.py
src/aidot/camera/go2rtc.py
src/aidot/camera/lan_control.py
src/aidot/camera/models.py
src/aidot/camera/playback.py
src/aidot/camera/protocol.py
src/aidot/camera/sdes.py
src/aidot/camera/tutk.py
src/aidot/camera/webrtc.py
src/aidot/models/__init__.py
src/aidot/models/device_client_model.py
src/aidot/models/device_model.py
src/aidot/models/discover_model.py
src/python_aidot_cameras.egg-info/PKG-INFO
src/python_aidot_cameras.egg-info/SOURCES.txt
src/python_aidot_cameras.egg-info/dependency_links.txt
src/python_aidot_cameras.egg-info/requires.txt
src/python_aidot_cameras.egg-info/top_level.txt
tests/test_alarm_event.py
tests/test_backoff.py
tests/test_device_login_guard.py
tests/test_go2rtc.py
tests/test_highport_nomination.py
tests/test_lan_control.py
tests/test_live_stream_param.py
tests/test_motion_poll.py
tests/test_no_undefined_names.py
tests/test_persistent_mqtt.py
tests/test_persistent_mqtt_robustness.py
tests/test_post_merge_hardening.py
tests/test_sdes_adaptive.py
tests/test_sdes_fast_liveplay.py
tests/test_sdes_idle_release.py
tests/test_sdes_serve_audio.py
tests/test_sdes_serve_cmd.py
tests/test_sdes_sprop.py
tests/test_sdes_talk.py
tests/test_sdes_watchdog.py
tests/test_serve_relay.py
tests/test_speak.py
tests/test_stream_cap.py
tests/test_stream_idle.py
tests/test_stream_teardown.py
tests/test_talk.py
tests/test_terminal_ack.py
tests/test_token_refresh.py