Ethernet communication to solar converter, IP PTZ camera, HPGL plotter
-
Good morning,
does somebody has got a class for ethernet communication with devices as PTZ IP camera, not to get picture, only to move it or to change zoom ...
I want also with same class to get information of a solar converter, and finally send and get message from an HPGL plotter.it's not a communication between tow computers, but from computer to device.
Best regards
-
Good morning,
does somebody has got a class for ethernet communication with devices as PTZ IP camera, not to get picture, only to move it or to change zoom ...
I want also with same class to get information of a solar converter, and finally send and get message from an HPGL plotter.it's not a communication between tow computers, but from computer to device.
Best regards
@belette19 said in Ethernet communication to solar converter, IP PTZ camera, HPGL plotter:
ethernet communication
So, you mean TCP/IP or UDP? For that take a look at https://doc.qt.io/qt-6/qtnetwork-index.html
How exactly to communicate with that device (protocol) is out of scope of Qt, check the documentation of these devices.