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

adding ability to send local_addr tuple to connect() call #39

Closed ampledata closed 1 year ago

ampledata commented 1 year ago

Hey @pcmarmotte I realized I met you halfway on this multicast bug. In my case I'm trying to bring up a machine w/ no default route and an unknown startup IP, and an interface IP that may change, so I'm passing in local_addr. I don't know if that's easier or harder than using the interface name, or if Windows is partial to one method or the other. I don't care which method we use, or we can use both, but I'm putting this PR up to show you where I got.