Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarnott/streamjsonrpctcp.807
Helping a user out in use of StreamJsonRpc
https://github.com/aarnott/streamjsonrpctcp.807
Last synced: 6 days ago
JSON representation
Helping a user out in use of StreamJsonRpc
- Host: GitHub
- URL: https://github.com/aarnott/streamjsonrpctcp.807
- Owner: AArnott
- License: mit
- Created: 2022-07-05T23:46:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T23:46:32.000Z (over 2 years ago)
- Last Synced: 2024-12-01T00:03:34.228Z (about 1 month ago)
- Language: C#
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# StreamJsonRpcTcp
The project JsonRpc_Server must be started first, and then the project JsonRpcClient can be started. Click the Send button for message transmission
2022-07-01 You can only use EventHandler to perform message transmission from Exe2 to Exe1, but you cannot use custom delegates to implement message transmission from Exe1 to Exe2.