MoshiBin / ssdpy

A lightweight, compatible SSDP library for Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename ssdpy.py to client.py and rename MulticastSocket

MoshiBin opened this issue · comments

Right now ssdpy.py is just the client implementation. It should be renamed to client.py.

Furthermore, MulticastSocket is SSDP-aware, so it should be called something like SSDPClient.