Skip to main content

Provides a simple interface for configuring multicast socket services

Project description

===============================
Multicast Socket
===============================

.. image:: https://img.shields.io/pypi/v/mcastsocket.svg
:target: https://pypi.python.org/pypi/mcastsocket

.. image:: https://img.shields.io/travis/mcfletch/mcastsocket.svg
:target: https://travis-ci.org/mcfletch/mcastsocket


Provides a simple interface for configuring multicast socket services

* Free software: LGPL 2.1 license

Sample Usage
------------

See `docs/sample.py <docs/sample.py>`_

.. literalinclude:: docs/sample.py
:language: python
:linenos:

Migrating from `zeroconf.mcastsocket`
--------------------------------------

If you've been using the `forked zeroconf mcastsocket module <https://github.com/mcfletch/pyzeroconf>`_, 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.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

1.0.0 (2016-04-21)
------------------

* First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcastsocket-1.0.1.tar.gz (15.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page