multicast-relay icon indicating copy to clipboard operation
multicast-relay copied to clipboard

Usage on windows

Open 174n opened this issue 2 years ago • 1 comments

Hi, thank you for an awesome project. I have an issue running it on windows though.

Here is the command, I'm running:

python multicast-relay.py --interfaces 10.8.0.4/24 "Ethernet" --relay 224.0.2.60:4445

And the error I'm getting:

AttributeError: module 'os' has no attribute 'fork'

174n avatar Oct 29 '23 13:10 174n

Adding a --foreground flag would be the best work-around.

alsmith avatar Oct 30 '23 10:10 alsmith