snstac / pytak

PyTAK is a Python package for rapid TAK integration.
https://pytak.readthedocs.io/en/stable/
Apache License 2.0
156 stars 42 forks source link

apply multicast membership to specified interface #48

Closed sei-jmattson closed 9 months ago

sei-jmattson commented 11 months ago

As a user I want to specify the network adapter on which the multicast reader listens.

This PR applies the PYTAK_MULTICAST_LOCAL_ADDR option to a multicast reader's socket. Since this option works for both reader and writer, the PYTAK_MULTICAST_IFACE may not be necessary.

sei-jmattson commented 11 months ago

Also removed the duplicate DEFAULT_TAK_PROTO from constants and assigned it as per 6.0 release notes (ie. "1")

sei-jmattson commented 10 months ago

ping