When an user sends a message to the other members of the group, each member receives the same message in a new raised small window, in which the text area is prompted by the string "From: user@host", followed by the short message on the next line. The receiver can destroy this window by clicking on the bottom barre.
# mode line $ mbeeper -t ttl dest/port # mode line (receiver only) $ mbeeper -r -t ttl dest/port # mode line (sender only) $ mbeeper -s -t ttl dest/port # mode xterm $ mbeep -t ttl dest/port
Mpeep can be also launched by sdr if its plugin is installed in ~/.sdr/plugins. The name of this plugin is "sdr2.plugin.S45.text.udp.mbeep" and its content is:
media:text
proto:udp
tool:mbeep
icon:text
fmt:mbeep
{
fmtname:mbeep
}
flags:-t $(TTL)
flags:$(ADDRESS)/$(PORT)
The script-shell mbeep started by sdr launches mbeeper in a xterm window.
Have fun !
Philippe Dax