TSP: The Transport Sample Protocol



Stdout Client Consumer
[TSP Consumers]

A Simple TSP consumer printing on stdout. More...

Collaboration diagram for Stdout Client Consumer:

A Simple TSP consumer printing on stdout.

a TSP consumer which is able to output symbols values on standard output. You select the first 's' symbol(s) of the provider, the period of the requested samples and the number of sample to receive.

tsp_stdout_client [-h] [-u TSP_URL] [-p period] [-n number_sample] [-s number_symbols] [-t]
  • -h (optional) print command line help.
  • -u (optional) the TSP provider URL. If not specified default is localhost.
  • -p (optional) the period used for the request sample, default=1.
  • -n (optional) the number of sample to receive, default=5, 0=infinite loop
  • -s (optional) the number of sample symbols to request for, default=1
  • -t (optional) test mode to be used with StubbedServer (TSP developer only)
Framework Home Page.

Beware !! TSP wave is coming...