https://github.com/dan-and-dna/erpc
https://github.com/dan-and-dna/erpc
jsonrpc tcp ue4 ue4-plugin
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dan-and-dna/erpc
- Owner: DAN-AND-DNA
- License: gpl-3.0
- Created: 2022-03-31T10:25:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T12:36:52.000Z (about 4 years ago)
- Last Synced: 2025-01-21T01:43:38.435Z (over 1 year ago)
- Topics: jsonrpc, tcp, ue4, ue4-plugin
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ERpc
1. [依赖](https://github.com/DAN-AND-DNA/ETcpPlugin)
2. 非常简单的json rpc client
3. 二进制协议格式为[固定4字节表示json消息长,不定长json消息]
4. [示例](https://github.com/DAN-AND-DNA/TopDownSoulsLike)