Device uri representation

Looking at your examples, I see that I need to initiate the stream using the following lines:
astra::StreamSet streamSet(“device/sensor”);
astra::StreamReader reader = streamSet.create_reader();

Can you help understanding how can i extract the device uri or what will be the right string value that need to appear?
What represent device value and what will be sensor value.

1 Like