[GH-ISSUE #187] Using Websockets after Autoconnect #150

Closed
opened 2026-02-28 01:23:41 +03:00 by kerem · 9 comments
Owner

Originally created by @dnnagy on GitHub (Jun 23, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/187

Hi !
I recently made a working example where I am able to switch a LED using HTTP protocol.
The problem is that sending http requests, waiting for response, than process the response is too much time. I am curious if I am able to use websockets for communication after successfully connecting to WiFi using WiFiManager?

Originally created by @dnnagy on GitHub (Jun 23, 2016). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/187 Hi ! I recently made a working example where I am able to switch a LED using HTTP protocol. The problem is that sending http requests, waiting for response, than process the response is too much time. I am curious if I am able to use websockets for communication after successfully connecting to WiFi using WiFiManager?
kerem closed this issue 2026-02-28 01:23:41 +03:00
Author
Owner

@ahmadmn commented on GitHub (Jun 24, 2016):

Hi
I need Async compatible WiFiManager too.

<!-- gh-comment-id:228284504 --> @ahmadmn commented on GitHub (Jun 24, 2016): Hi I need Async compatible WiFiManager too.
Author
Owner

@tzapu commented on GitHub (Jun 24, 2016):

hi, i am using websockets and wifimanager in a project here, hope it helps
https://github.com/tzapu/WebSocketSerialMonitor/blob/master/WebSocketSerialMonitor.ino

async webserver i have not used yet, but i guess it needs some intialisation/reset/reintialisation after wifimanger is done

cheers

<!-- gh-comment-id:228340958 --> @tzapu commented on GitHub (Jun 24, 2016): hi, i am using websockets and wifimanager in a project here, hope it helps https://github.com/tzapu/WebSocketSerialMonitor/blob/master/WebSocketSerialMonitor.ino async webserver i have not used yet, but i guess it needs some intialisation/reset/reintialisation after wifimanger is done cheers
Author
Owner

@ahmadmn commented on GitHub (Jun 25, 2016):

Thanks @tzapu
The example works fine.
But I have a basic question!
I want to write a Delphi application to communicate with ESP8266 (WebSocketSerialMonitor.ino included).
I must write a WebSocket server or client?
My Delphi code is :
https://github.com/andremussche/DelphiWebsockets

<!-- gh-comment-id:228496566 --> @ahmadmn commented on GitHub (Jun 25, 2016): Thanks @tzapu The example works fine. But I have a basic question! I want to write a Delphi application to communicate with ESP8266 (WebSocketSerialMonitor.ino included). I must write a WebSocket server or client? My Delphi code is : https://github.com/andremussche/DelphiWebsockets
Author
Owner

@tzapu commented on GitHub (Jun 25, 2016):

in my particular app linked above, the esp8266 is a websockets server.
but you could have it be either server or client depending on what you need it to do, look at the websockets lib docs
cheers

<!-- gh-comment-id:228528449 --> @tzapu commented on GitHub (Jun 25, 2016): in my particular app linked above, the esp8266 is a websockets server. but you could have it be either server or client depending on what you need it to do, look at the websockets lib docs cheers
Author
Owner

@dnnagy commented on GitHub (Jun 25, 2016):

Thanks, @tzapu , helped a lot. ;)

<!-- gh-comment-id:228544822 --> @dnnagy commented on GitHub (Jun 25, 2016): Thanks, @tzapu , helped a lot. ;)
Author
Owner

@ahmadmn commented on GitHub (Jun 26, 2016):

Thanks @tzapu,
Your code works perfect with Delphi (IPworks component):

image
image

<!-- gh-comment-id:228601438 --> @ahmadmn commented on GitHub (Jun 26, 2016): Thanks @tzapu, Your code works perfect with Delphi (IPworks component): ![image](https://cloud.githubusercontent.com/assets/5241132/16362578/ba4cb8fa-3bc7-11e6-9a27-41e983952e65.png) ![image](https://cloud.githubusercontent.com/assets/5241132/16362579/c09d8b08-3bc7-11e6-90c0-3d008f38e2ff.png)
Author
Owner

@rooky06 commented on GitHub (Apr 13, 2017):

hello ahmadmn
I downloaded IPworks activeX trial but theres only demo for VB and ASP.
Can you share your code to i learn( i m newbie)
thank you

<!-- gh-comment-id:293908596 --> @rooky06 commented on GitHub (Apr 13, 2017): hello **ahmadmn** I downloaded IPworks activeX trial but theres only demo for VB and ASP. Can you share your code to i learn( i m newbie) thank you
Author
Owner

@ahmadmn commented on GitHub (Apr 22, 2017):

Hi rooky06
Download your desired version from here:
http://www.exirbox.com/post/40
It contains examples that works fine.

<!-- gh-comment-id:296389465 --> @ahmadmn commented on GitHub (Apr 22, 2017): Hi rooky06 Download your desired version from here: http://www.exirbox.com/post/40 It contains examples that works fine.
Author
Owner

@rooky06 commented on GitHub (Apr 23, 2017):

Hello

Thank you for the link.

I downloaded it .

I go to try to use it like the sample code here
https://developers.binary.com/demos/

thank you

Le 22/04/2017 à 19:40, Ahmad a écrit :

Hi rooky06


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/tzapu/WiFiManager/issues/187#issuecomment-296389465,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFM8kMQZkOdfl1R5RKQ844sqMxVg4sncks5ryjuqgaJpZM4I8yFk.

<!-- gh-comment-id:296483543 --> @rooky06 commented on GitHub (Apr 23, 2017): Hello Thank you for the link. I downloaded it . I go to try to use it like the sample code here https://developers.binary.com/demos/ thank you Le 22/04/2017 à 19:40, Ahmad a écrit : > > Hi rooky06 > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/tzapu/WiFiManager/issues/187#issuecomment-296389465>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AFM8kMQZkOdfl1R5RKQ844sqMxVg4sncks5ryjuqgaJpZM4I8yFk>. >
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#150
No description provided.