mcastsocket

Provides a simple interface for configuring multicast socket services


Keywords
mcastsocket
License
Other
Install
pip install mcastsocket==1.0.1

Documentation

Multicast Socket

Provides a simple interface for configuring multicast socket services

  • Free software: LGPL 2.1 license

Sample Usage

See docs/sample.py

Migrating from zeroconf.mcastsocket

If you've been using the forked zeroconf mcastsocket module, just update your imports from:

from zeroconf import mcastsocket

to:

from mcastsocket import mcastsocket

and your code should continue to work.

Credits

The original "how to work with multicast" code comes from PyZeroconf. The mcastsocket module is largely new-code, but it does derive from the original PyZeroconf, so retains its license (LGPL).

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.