send
and rsend
can be used to send a message to the OPENMAIA sever.
The message sent will be repeated to all other connected clients by the server.
send
is used to send the message to the server running at localhost
, rsend
can send messages to server running on remote hosts and ports different from the one standard.
Syntax of commands is the following:
./send command par1 par2 ... parN ./rsent host port command par1 par2 ... parN