Hello,
I have about a hundred of GPS trackers. I would like to create a separate web socket topic for every single gps tracker, and then update web page (with latest lat/lon position) via web sockets in "near real live".
At the moment I know how to do that by hand - creating one or few web-sockets topics.
But I haven't find a way how to do that by script or dynamically? Is that possible.
For security reason I do not want to create a json with all trackers.
I will appreciate any help.