boodle-event.py Reference Manual
The boodle-event.py script sends event messages to a listening Boodler process.
boodle-event.py [--hostname host] [--port port] evname [ evdata ... ]
Some soundscapes can receive events, or messages, sent by other programs. The boodler.py 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.)
boomsg.py 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:
boomsg.py --hostname machine.addr.net go
You can also send a more complex message, with several words:
boomsg.py 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 hostboodle-event.py runs on.--port port/pipe