Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin committed Dec 15, 2023
1 parent 18dc591 commit 6bd651a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documentation/developers/coreapps.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ Run this once to register and configure the RFID readers with the Jukebox. Can b

Command Line Interface to the Jukebox RPC Server.

A command line tool for sending RPC commands to the running jukebox app. This uses the same interface as the WebUI. Can be used for additional control or for debugging.
A command line tool for sending RPC commands to the running jukebox app. This uses the same interface as the WebUI. Can be used for additional control or for debugging. Use `./run_rpc_tool.py` to start the tool in interactive mode.

The tool features auto-completion and command history.

The list of available commands is fetched from the running Jukebox service.

The tool can also be used to send commands directly, when passing a `-c` argument, e.g. `./run_rpc_tool.py -c host.shutdown`.


### `run_publicity_sniffer.py`

Expand Down

0 comments on commit 6bd651a

Please sign in to comment.