Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement mDNS to assign a .local dns name #31

Open
Ezward opened this issue Jun 28, 2023 · 0 comments
Open

Implement mDNS to assign a .local dns name #31

Ezward opened this issue Jun 28, 2023 · 0 comments
Assignees

Comments

@Ezward
Copy link
Owner

Ezward commented Jun 28, 2023

See https://floatingintheclouds.com/espmdns/

See EloquentEsp32 example https://github.com/eloquentarduino/EloquentEsp32cam/blob/main/src/traits/HasMDNS.h

Multicast DNS is a protocol that allows a device to register a DNS name on the local network. This makes it easy to find your device even if you don't know the IP address. You can define a name, like myespcam and it will show up on the network as myespcam.local. That would allow us to access the robot application on http://myespcam.local:8080

@Ezward Ezward self-assigned this Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant