Is there a way to subscribe to multiple instruments from different Services and domains using the rtds testclient?
There is the option to use -ef in the command line and specify a file in the format of <domain>|<item>@<service>
however the test client forces the use of the -S option to specify a service name. When making a subscription it cannot sub to the any items that do not belong in the service name being used after the -S option.
RTDS demo doc also states you can use comma separated list after the -S but this does not seem to work either.
example command i am using:
./testclient -S SERVICE_1 -h <host> -p <port> -u <user> -ef subs -ct rssl -X -l stdout -micro
./testclient -S SERVICE_1,SERVICE_2 -h <host> -p <port> -u <user> -ef subs -ct rssl -X -l stdout -micro