RPC json 2.0 API
- server simple: ./test/simple/server.py
- client simple: ./test/simple/client.py
- server rpc: ./test/rpc/server.py
- client rpc: ./test/rpc/client.py
python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
pip3 list
deactivate
python3 -m setup.py install
source ./venv/bin/activate
./setup.py install
Segmented binary chunk
Prot | connection string |
---|---|
UDS | uds://uds_test_rpc |
TCP/IP | tcp://127.0.0.1:5151 |
- ServiceObject.py
- SocketFactory.py (SocketFactoryServer)
- ServiceServer.py
- RPC_Response.py (json protocol 2.0 call)
- ServiceBus.py
- SocketFactory.py (SocketFactoryClient)
- ConnectionControl.py
- ConnectionData.py
- ProxyObject.py
- RPC_Call.py (json protocol 2.0 execute)