Skip to content

Commit aa8ce10

Browse files
restyled
1 parent b49f4b8 commit aa8ce10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/python_testing/mdns_discovery/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,11 @@ These three **Zeroconf** components provide the core functionalities of the
224224
`MdnsDiscovery` class, from discovering service types to resolving a service’s
225225
full information.
226226

227-
| Component | Function | Result Example |
228-
| --------------------------------------------- | :----------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
229-
| **AsyncZeroconfServiceTypes** | Returns all the advertised service-<br>types on the network. | \_matterd.\_udp.local.<br>\_matter.<br>\_tcp.local.<br>\_V65521.\_sub.\_matterd.\_udp.local.<br> \_IB7322C948581262F.\_sub.\_matter.\_tcp.local. |
230-
| **AsyncServiceBrowser** | Browse for services of specific service-<br>types, returns PTR info, service-name<br>and service-type. | "`service_type`": "\_matterd.\_udp.local."<br>"`service_name`": "A6666A3E45CF5655.\_matterd.\_udp.local."<br>"`instance_name`": "A6666A3E45CF5655" |
231-
| **async_request**<br>(from ServiceInfo class) | Returns full-service info by service-<br>name (hostname, txt, addresses, ttl, etc.). | "`service_name`": "354D34458F15657D.\_matterd.\_udp.local."<br>"`service_type`": "\_V65521.\_sub.\_matterd.\_udp.local."<br>"`instance_name`": "354D34458F15657D"<br>"`hostname`": "00155DD54A04.local."<br>"`port`": 5550<br>"`addresses`": ["172.30.139.182", "fe80::215:5dff:fed5:4a04"]<br>"`txt`": {"VP": "65521+32769}"<br>"`priority`": 0<br>"`interface_index`": 2<br>"`weight`": 0<br>"`host_ttl`": 120<br>"`other_ttl`": 4500 |
227+
| Component | Function | Result Example |
228+
| --------------------------------------------- | :----------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
229+
| **AsyncZeroconfServiceTypes** | Returns all the advertised service-<br>types on the network. | \_matterd.\_udp.local.<br>\_matter.<br>\_tcp.local.<br>\_V65521.\_sub.\_matterd.\_udp.local.<br> \_IB7322C948581262F.\_sub.\_matter.\_tcp.local. |
230+
| **AsyncServiceBrowser** | Browse for services of specific service-<br>types, returns PTR info, service-name<br>and service-type. | "`service_type`": "\_matterd.\_udp.local."<br>"`service_name`": "A6666A3E45CF5655.\_matterd.\_udp.local."<br>"`instance_name`": "A6666A3E45CF5655" |
231+
| **async_request**<br>(from ServiceInfo class) | Returns full-service info by service-<br>name (hostname, txt, addresses, ttl, etc.). | "`service_name`": "354D34458F15657D.\_matterd.\_udp.local."<br>"`service_type`": "\_V65521.\_sub.\_matterd.\_udp.local."<br>"`instance_name`": "354D34458F15657D"<br>"`hostname`": "00155DD54A04.local."<br>"`port`": 5550<br>"`addresses`": ["172.30.139.182", "fe80::215:5dff:fed5:4a04"]<br>"`txt`": {"VP": "65521+32769}"<br>"`priority`": 0<br>"`interface_index`": 2<br>"`weight`": 0<br>"`host_ttl`": 120<br>"`other_ttl`": 4500 |
232232

233233
## 📌 General Information
234234

0 commit comments

Comments
 (0)