LICENSE
MANIFEST.in
README.md
pyproject.toml
aidot/__init__.py
aidot/__main__.py
aidot/aes_utils.py
aidot/client.py
aidot/const.py
aidot/credentials.py
aidot/device_client.py
aidot/discover.py
aidot/exceptions.py
aidot/g711.py
aidot/login_const.py
aidot/py.typed
aidot/_vendor/__init__.py
aidot/_vendor/aiortc/__init__.py
aidot/_vendor/aiortc/clock.py
aidot/_vendor/aiortc/events.py
aidot/_vendor/aiortc/exceptions.py
aidot/_vendor/aiortc/jitterbuffer.py
aidot/_vendor/aiortc/mediastreams.py
aidot/_vendor/aiortc/rate.py
aidot/_vendor/aiortc/rtcconfiguration.py
aidot/_vendor/aiortc/rtcdatachannel.py
aidot/_vendor/aiortc/rtcdtlstransport.py
aidot/_vendor/aiortc/rtcicetransport.py
aidot/_vendor/aiortc/rtcpeerconnection.py
aidot/_vendor/aiortc/rtcrtpparameters.py
aidot/_vendor/aiortc/rtcrtpreceiver.py
aidot/_vendor/aiortc/rtcrtpsender.py
aidot/_vendor/aiortc/rtcrtptransceiver.py
aidot/_vendor/aiortc/rtcsctptransport.py
aidot/_vendor/aiortc/rtcsessiondescription.py
aidot/_vendor/aiortc/rtp.py
aidot/_vendor/aiortc/sdp.py
aidot/_vendor/aiortc/stats.py
aidot/_vendor/aiortc/utils.py
aidot/_vendor/aiortc/codecs/__init__.py
aidot/_vendor/aiortc/codecs/base.py
aidot/_vendor/aiortc/codecs/g711.py
aidot/_vendor/aiortc/codecs/g722.py
aidot/_vendor/aiortc/codecs/h264.py
aidot/_vendor/aiortc/codecs/opus.py
aidot/_vendor/aiortc/codecs/vpx.py
aidot/_vendor/aiortc/contrib/__init__.py
aidot/_vendor/aiortc/contrib/media.py
aidot/_vendor/aiortc/contrib/signaling.py
aidot/camera/__init__.py
aidot/camera/client.py
aidot/camera/constants.py
aidot/camera/controls.py
aidot/camera/go2rtc.py
aidot/camera/lan_control.py
aidot/camera/models.py
aidot/camera/playback.py
aidot/camera/protocol.py
aidot/camera/sdes.py
aidot/camera/sdes_open.py
aidot/camera/tutk.py
aidot/camera/webrtc.py
aidot/camera/webrtc_open.py
aidot/models/__init__.py
aidot/models/device_client_model.py
aidot/models/device_model.py
aidot/models/discover_model.py
python_aidot_cameras.egg-info/PKG-INFO
python_aidot_cameras.egg-info/SOURCES.txt
python_aidot_cameras.egg-info/dependency_links.txt
python_aidot_cameras.egg-info/entry_points.txt
python_aidot_cameras.egg-info/requires.txt
python_aidot_cameras.egg-info/top_level.txt
tests/test_aioice_compat.py
tests/test_alarm_event.py
tests/test_backoff.py
tests/test_deferred_hardening.py
tests/test_device_login_guard.py
tests/test_device_user_info_cache.py
tests/test_dtls_not_ready_burst.py
tests/test_dtls_pinning.py
tests/test_dtls_skip_signaling_wait.py
tests/test_egress_guard.py
tests/test_go2rtc.py
tests/test_go2rtc_cli.py
tests/test_highport_nomination.py
tests/test_ice_config_cache.py
tests/test_keyframe_prompter.py
tests/test_lan_control.py
tests/test_live_stream_param.py
tests/test_motion_poll.py
tests/test_narrow_pc_ice.py
tests/test_no_undefined_names.py
tests/test_offline_keepalive_pause.py
tests/test_open_gate_delay.py
tests/test_persistent_mqtt.py
tests/test_persistent_mqtt_robustness.py
tests/test_playback_tls.py
tests/test_post_merge_hardening.py
tests/test_retry_policy.py
tests/test_sdes_adaptive.py
tests/test_sdes_echo_wait_timeout.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_security_hardening.py
tests/test_serializable_login_info.py
tests/test_serve_relay.py
tests/test_session_stats.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_file_robustness.py
tests/test_token_refresh.py
tests/test_wait_or_event.py