boodle-event
Reference Manual
The boodle-event
script sends event messages to a listening Boodler process.
boodle-event [--hostname host] [--port port] evname [ evdata ... ]
Some soundscapes can receive events, or messages, sent by other programs. The boodler script listens on a network socket for these messages if you give the --listen
argument. (If you do not, Boodler does not listen for events, and event-receiving agents will not work. This is the default behavior for reasons of security paranoia.)
boodle-event go
This sends a simple message, go
, to a listening Boodler process -- by default, on the same machine. To send a message to a different machine, you would say:
boodle-event --hostname machine.addr.net go
You can also send a more complex message, with several words:
boodle-event go 5.47 cheese
The effect of an event depends on what agent has been posted to receive it. For examples of soundscapes that receive events, see the org.boodler.listen
package.
--hostname host
boodle-event
runs on.--port port/pipe