Messenger library

i might be missing something there, the comment of the example im refering to is

This example parses a message that contains the values
 of an Arduino's analog inputs and displays them as rectangles.
The message must be composed of the readings of the 6 inputs. 
Each readingis separated by a space (' ') and terminated 
by a carriage return and line feed

is there somehwere an example with processing>arduino communication. i tried using the simpleMessage examples but that didnt work. those messanger support the simpleMess protocol

 r a -> read analog pins
 r d -> read digital pins
 w d [pin] [value] -> write digital pin
 w a [pin] [value] -> write analog pin