Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
net
#1
I have a Raspberry 4  with a 10 inch display.
There i work with Node Red.
I want do send a button click to my computer in the same network.
The computer does listen to QM Port 8177.
Is it possible to post to this port with some kund of api?
pi
#2
If sending QM to QM, the easiest is the net function.
If sending QM to ProgramX, the easiest is TcpSocket class and any port. Download: https://www.quickmacros.com/forum/showth...p?tid=2852
If sending ProgramX to QM (net listener server), it is impossible because of undocumented secure protocol.
If sending QM to QM not through net, use TcpSocket class and any port.


Forum Jump:


Users browsing this thread: 1 Guest(s)