mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 13:06:14 +01:00
Merge pull request #191 from husigeza/MDNS_visible
Make MDNS documentation visible
This commit is contained in:
@@ -815,6 +815,13 @@ theme = "doc-theme"
|
||||
parent = "firmwareapi@pycom@network"
|
||||
weight = 60
|
||||
|
||||
[[menu.main]]
|
||||
name = "MDNS"
|
||||
url = "/firmwareapi/pycom/network/mdns/"
|
||||
identifier = "firmwareapi@pycom@network@mdns"
|
||||
parent = "firmwareapi@pycom@network"
|
||||
weight = 70
|
||||
|
||||
[[menu.main]]
|
||||
name = "AES"
|
||||
url = "/firmwareapi/pycom/aes/"
|
||||
|
||||
@@ -114,6 +114,7 @@ If the service is found then the function returns with a list of `MDNS_Query` ob
|
||||
## MDNS_Query class
|
||||
|
||||
The `MDNS_Query` aggregates all of the properties of a successful query session entry:
|
||||
|
||||
* `hostname` is the hostname of the host advertising the service
|
||||
* `instance_name` is the instance_name of the service
|
||||
* `addr` is the IPv4 address belonging to the service
|
||||
|
||||
Reference in New Issue
Block a user