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

added and activated espressif mDNS service #3494

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fsck-block
Copy link

Namensaufösung über mDNS, basierend auf der mDNS Komponente von Espressif https://github.com/espressif/esp-protocols

Zugriff über den Namen z.b. http://watermeter.local/ möglich.
Das herausfinden der IP-Adresse wird einfacher bzw. ist nicht mehr notwendig.

Die Ordnerstruktur von esp-protocols passt nicht ganz zu AI-on-the-edge-device. Vielleicht gibt's eine bessere Variante das einzubinden als die von mir gewählte.

@caco3
Copy link
Collaborator

caco3 commented Jan 15, 2025

Nice work!

please move the submodule into the components folder.
And change esp-protocols/components/mdns to components/esp-protocols/components/mdns in code/CMakeLists.txt.

And please have a look on #3483. We are planning to add a license to our project. And you will need to agree to it.

One more thing is the failing build on the github action: https://github.com/jomjol/AI-on-the-edge-device/actions/runs/12797323894/job/35678952099. I am not sure what the issue is but I will have a look once you moved the submodule.

@caco3 caco3 self-requested a review January 15, 2025 22:47
@caco3 caco3 marked this pull request as draft January 15, 2025 22:47
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

Successfully merging this pull request may close these issues.

2 participants