Can a node act as a server and a publisher?
Hello all, I have a piece of hardware (LabJack UE9) I am using to interface with a diesel generator for data acquisition as well as for some simple controls (turning it on and off), and I would like to have the node that interfaces with it to be capable of both publishing acquired data and servicing client requests to turn the generator on and off. Is this possible? I have successfully implemented client/servers as well as publishers/subscribers, but I am having problems stitching them together.
Thanks
Gideon