Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 580d41c

Browse files
committed
Version 0.5.5
1 parent 3b84e49 commit 580d41c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# NetDisco
22

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
411

512
It is the library that powers the device discovery within [Home Assistant](https://home-assistant.io/).
613

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='netdisco',
4-
version='0.5.4',
4+
version='0.5.5',
55
description='Discover devices on your local network',
66
url='http://github.com/balloob/netdisco',
77
author='Paulus Schoutsen',

0 commit comments

Comments
 (0)