.gitignore
LICENSE
README.md
README_OLD.md
build.sh
pyproject.toml
setup.py
.vscode/settings.json
doc/COROUTINE_CLEANUP_GUIDE.md
doc/advanced_message_handling.md
doc/api_interface_reference.md
doc/api_server_usage_guide.md
doc/external_client_communication_guide.md
doc/img/maim_message_messagebase.png
examples/README.md
examples/external_client_examples.py
examples/external_library_example.py
examples/multi_connection_client.py
examples/new_client_examples.py
examples/quick_start.py
examples/websocket_quickstart.py
others/README_TEST.md
others/TEST_FIX_SUMMARY.md
others/debug_connection.py
others/ssl_quickstart.py
others/test_api_key_methods.py
others/test_api_server_complete.py
others/test_client.py
others/test_custom_client.py
others/test_custom_server.py
others/test_external_library_import.py
others/test_large_file_client.py
others/test_large_file_server.py
others/test_longtime_client.py
others/test_longtime_server.py
others/test_server.py
others/test_server_send.py
others/test_ssl_config.py
others/test_ssl_websocket.py
others/test_tcp_client.py
others/test_tcp_server.py
src/maim_message/__init__.py
src/maim_message/api.py
src/maim_message/api_message_base.py
src/maim_message/client_base.py
src/maim_message/client_factory.py
src/maim_message/client_ws_api.py
src/maim_message/client_ws_connection.py
src/maim_message/connection_interface.py
src/maim_message/crypto.py
src/maim_message/log_utils.py
src/maim_message/message_base.py
src/maim_message/multi_client.py
src/maim_message/router.py
src/maim_message/server_ws_api.py
src/maim_message/server_ws_connection.py
src/maim_message/tcp_connection.py
src/maim_message/ws_config.py
src/maim_message/ws_connection.py
src/maim_message.egg-info/PKG-INFO
src/maim_message.egg-info/SOURCES.txt
src/maim_message.egg-info/dependency_links.txt
src/maim_message.egg-info/requires.txt
src/maim_message.egg-info/top_level.txt
src/maim_message/client/__init__.py
src/maim_message/message/__init__.py
src/maim_message/server/__init__.py
src/maim_message/websocket/__init__.py