-
### Model proposal
Currently only possible to enable/disable the mDNS responder. Here are a few proposed updates to mDNS configuration support:
```yang
container mdns {
description "Advertise …
-
### Port, board and/or hardware
rp2040
### MicroPython version
mp 1.22.2
### Reproduction
There isn't a code sample, the feature is built-in in the firmware.
### Expected behaviour
…
-
When calling:
```
mdns_client = MDNSClient(self.sta.ifconfig()[0])
sd = TXTServiceDiscovery(self.mdns_client)
await sd.query_once(service, protocol, timeout=1)
mdns_client.stop()
```
a couple…
-
First of all, thank you for this. It's incredibly helpful!
Now, something that I'm sure you've looked at already: Is it possible to use mDNS on this? Googling seems to throw up a host of possible…
-
Horos doesn't start and crasch everytime on launch .
This is the report:
```
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
P…
-
## Description
mDNS queries are sent from the wrong UDP port.
## Background Information / Reproduction Steps
According to mdns [RFC 6762](https://datatracker.ietf.org/doc/html/rfc6762#section-5…
-
### What are you trying to do?
Hi!
First off, thank you for making such a cool free service and app. It's relatively easy to use.
I know there's a open PR from 2020 but it seems to have lost…
-
Hi,
In the context of mDNS conformance, we have found little to nothing in terms of conformance testing, except for Apple's test suite, Bonjour Conformance Testing.
Would this be something to take i…
-
Instead of adding ip address manually, have it auto detect running instances and offer to connect.
One approach would be to:
- host a mDNS server (or similar service) on the pc side (rust app) a…
-
### Component
hostnamectl, systemd-hostnamed, systemd-resolved
### Is your feature request related to a problem? Please describe
Using mDNS, a host is typically advertised in the local network as `…
qrpyr updated
1 month ago