https://github.com/joaogsleite/rpc-example
Remote procedure call example
https://github.com/joaogsleite/rpc-example
java rpc rpc-client rpc-framework rpc-message
Last synced: 9 months ago
JSON representation
Remote procedure call example
- Host: GitHub
- URL: https://github.com/joaogsleite/rpc-example
- Owner: joaogsleite
- Created: 2016-02-20T16:49:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T16:50:05.000Z (about 10 years ago)
- Last Synced: 2025-06-05T13:48:12.774Z (10 months ago)
- Topics: java, rpc, rpc-client, rpc-framework, rpc-message
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# RPC
1. terminal:
```bash
rpcgen -a -C counter.x
```
* change Makefile.counter to Makefile
2. complete `counter_server.c`
3. complete `counter_client.c`
4. compile client (make counter_client) and server (make counter_server)
5.
* execute server
* execute client