evart-client is bundled with a basic command-line client that can be used as a debugging tool but can also serve as an example basis to develop your own application. This client can be found under the bin subdirectory of the prefix where your installed evart-client.
evart-client [-h host] [-p port]
Starts the client on the specified host and port. If no option is given, evart-client will use the default host and port. If connection to the server is successful, the client will print a server identification string and then listen for interactive commands.
The last two commands will trigger the streaming of data from the server. The default behaviour of this client is to print one line describing the data it has received for each message. After the streaming has started you will normally be overwhelmed by such lines and you will have to type blindly the right command to stop this complete mess. I told you this is a basic client!
By the way, it is also not possible to save any data with this client. Hey, I told you this is a basic client!