mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #512] Find port #429
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#429
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 @gufur on GitHub (Feb 11, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/512
Hi! As many have said before me "Exelent work".
I want to receive and send UDP messages. For that I need the port number, Udp.begin(localUdpPort);. Is there a function under wifimanager to get the port, or have you got any other advice to handle sending and receiving messages?
/ Gunnar
@gufur commented on GitHub (Feb 11, 2018):
PS. When you log on to a network via the wifimanager. Is it possible to specify a port for listening on. Or is the 4210 some how locked to ESP8266 ???
@tablatronix commented on GitHub (Feb 15, 2018):
What port ?
@gufur commented on GitHub (Feb 16, 2018):
I found out that the default port is 4210. It is the same port recommended
when you hard code SSID and password. When use the hard coded way you can
choose whatever port you feel like. I would like the same possibility in
the wifimanager. Coding the 8266 you might need to use the port number
and used IP address in the coded application. Thats why I would like a
"command" to ask for that kind of data.
I am not an expert in network handling but when I designed my own
application, "behind" the server, I needed the port number. Luckily enough
it was the default number so I solved it.
/ Gunnar
2018-02-15 20:24 GMT+01:00 Shawn A notifications@github.com:
--
Gunnar Furugård
SW Management and Design
(+46) (0)707 75 66 23
@tablatronix commented on GitHub (Feb 16, 2018):
wifimanager doesn't do anything with ports. What ports are you talking about ?
dnsserver?