You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# NetDisco
2
2
3
-
NetDisco is a Python library to discover local devices and services. It uses mDNS and uPnP to scan the network and supports Python 2 and 3. It allows to scan on demand or offer a service that will scan the network in the background in a set interval.
3
+
NetDisco is a Python (2 and 3) library to discover local devices and services. It allows to scan on demand or offer a service that will scan the network in the background in a set interval.
4
+
5
+
Current methods of scanning:
6
+
7
+
- mDNS
8
+
- uPnP
9
+
- Plex Media Server using Good Day Mate protocol
10
+
- Logitech Media Server discovery protocol
4
11
5
12
It is the library that powers the device discovery within [Home Assistant](https://home-assistant.io/).
0 commit comments