You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
src | 1 year ago | |
Cargo.toml | 1 year ago | |
README.md | 1 year ago |
README.md
odilia-control
Test for JSON-RPC based communication.
Here are some examples on how to use it once odilia-recv (other test program_ is running.
Try the following:
odilia-control '{"jsonrpc": "2.0", "method": "test", "id": "123"}'
odilia-control '{"jsonrpc": "2.0", "method": "next", "params": [{"tag": "code", "role": "link"}], "id": "123"}'
This program doesn't fascilitate a return yet, because it's just a proof of concept. More ronbustness to come.