# tcp_comm **Repository Path**: Morphlng/tcp_comm ## Basic Information - **Project Name**: tcp_comm - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-18 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tx_agent ## Usage 1. Python Client ```bash git clone https://github.com/wawachen/tx_agent.git cd tx_agent pip install -e . ``` 2. C++ Server example > Server under examples works both on Windows and Linux ```bash cd tx_agent/examples/server # Download and place json.hpp under the directory # https://github.com/nlohmann/json/releases # Linux g++ -O3 main.cpp -lpthread -o server # For Windows, compile with Visual Studio ```