mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #187] Using Websockets after Autoconnect #150
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@ahmadmn commented on GitHub (Jun 24, 2016):
Hi
I need Async compatible WiFiManager too.
@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
@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
@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
@dnnagy commented on GitHub (Jun 25, 2016):
Thanks, @tzapu , helped a lot. ;)
@ahmadmn commented on GitHub (Jun 26, 2016):
Thanks @tzapu,
Your code works perfect with Delphi (IPworks component):
@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
@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.
@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 :