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.

16 lines
468 B

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