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

Add Support for mDNS #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

oetiker
Copy link

@oetiker oetiker commented Jan 16, 2021

With this patch, the CO2Ampel will register a _co2ampel mdns service

On a mac, run

dns-sd -B _co2ampel._tcp

to see which instances are around. To learn more about a particular instance, run

dns-sd -L my-co2ampel _co2ampel._tcp

in this way you learn on which port you can query the ampel ... it will now return the sensor data in json form.

This PR is related to issue #26

@fabaff
Copy link
Contributor

fabaff commented Mar 30, 2021

@AlfMueller, what do you think? I like the idea of having MDNS support for the standard firmware.

@oetiker
Copy link
Author

oetiker commented Mar 30, 2021

If mdns support became part of the standard firmware I might also be tempted to finish that IOS/Android App I have written which allows to set an alarm

@AlfMueller
Copy link
Contributor

AlfMueller commented Mar 30, 2021

I think it's a good idea and I support it.
I still have to familiarize myself with it for a short time first.
@oetiker please excuse me I completely overlooked your post.

@oetiker
Copy link
Author

oetiker commented Mar 31, 2021

Regarding network configuration, the behavior when no wlan network is available may have to be verified ...

@vistalba
Copy link

Any plans to merge this to stable?

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.

None yet

4 participants