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.
Tait Hoyem 528dd36455
Initial commit
2 years ago
src Initial commit 2 years ago
Cargo.toml Initial commit 2 years ago
README.md Initial commit 2 years 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.