Ribbit-Network / ribbit-network-frog-software

The software for the Ribbit Network Frog Sensor
https://www.ribbitnetwork.org/
MIT License
9 stars 8 forks source link

ribbit.network: Set ribbit.local as the mDNS hostname #11

Closed damz closed 1 year ago

damz commented 1 year ago

What?

Expose a user-friendly hostname for the Ribbit sensor on the local network.

Fixes #10

How?

The Micropython ESP32 port already have (via ESP-IDF) an mDNS responder. We just need to set its hostname properly.

keenanjohnson commented 1 year ago

Oh perfect! Thanks!

keenanjohnson commented 1 year ago

I've confirmed this to be working:

image