You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Andre!
I have an electronic device connected to my local WiFi AP and send/recive meassage by other clients with this Html file: https://github.com/tzapu/WebSocketSerialMonitor/blob/gh-pages/index.html
I type ws://192.168.1.125:81/ws and press connect.
Now I want to send/receive message with Delphi instead of html file.
Your demo work nice on Delphi XE10.1, But I cant find any point to change headers (ws:// , /ws).
Regards.
The text was updated successfully, but these errors were encountered:
I don't think you have to use /ws at the end of the url. Also ws:// is not
needed in front of it (just for webbrowser to "say" you want to connect
using websockets instead of http).
So just use 192.168.1.125 http://192.168.1.125:81/ws as host and 81 as
the port
Hi Andre!
I have an electronic device connected to my local WiFi AP and send/recive meassage by other clients with this Html file:
https://github.com/tzapu/WebSocketSerialMonitor/blob/gh-pages/index.html
I type ws://192.168.1.125:81/ws and press connect.
Now I want to send/receive message with Delphi instead of html file.
Your demo work nice on Delphi XE10.1, But I cant find any point to change headers (ws:// , /ws).
Regards.
The text was updated successfully, but these errors were encountered: