# 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.