next up previous contents
Next: Library usage Up: Samples Previous: Receive messages from the   Contents

Sender and receiver at work

When the server is active on localhost an example message can be send with this command

  ./send test parameter1 parameter2 parameter3

The result printed by the listen command is this:

  ./listen
   ...

  Incoming message
    COMMAND: test
       par[0]=parameter1
       par[1]=parameter2
       par[2]=parameter3



2005-07-12