Multicast Relay Versions Save

Relay multicast and broadcast packets between interfaces.

v1.3.1

3 years ago

Roll up some SSDP fixes and a broadcast fix.

v1.3

3 years ago

Rolls up the following bug fixes:

  • Don't die if an interface is no longer available (e.g. tunX interfaces)
  • Fix unboundLocalError when using --ssdpUnicastAddr
  • Send broadcast packets to the correct network
  • Add missing socket, also related to unicast SSDP
  • Emulate port binding on UDP sockets

v1.2

3 years ago

Add the concept of an interface that is receive-only (suggested by @juliodiz).

Add IP filtering ability (suggested by @juliodiz).

Bug fix for sending packets into TUN interfaces.

v1.1a

4 years ago

Implement the ability to specify multiple --remote relays to connect to.

Implement the ability to accept connections from multiple remote relays.

For systems that do not have checksum-offloading enabled, make sure that we actually do the UDP checksum calculation.

For UDP packets that require fragmentation, write correct values into the IPv4 header. Previously large packets would be dropped due to fields being incorrect.

v1.0

4 years ago

Implement masquerading.

Implement remote connectivity, plus ability to encrypt that remote connection.

Fragment colossal packets where necessary.

Add self-implementation of netifaces for systems that cannot load the python package.

Add support for OpenWRT.

Various tidy-ups etc.

v0.99.7

5 years ago

Merge support for setting TTL (although actually this should not be required since we don't decrement the TTL when relaying us performed).

Add support for relaying broadcast packets between interfaces.

Add relaying of broadcast UDP packets on port 6969 to support Sonos Discovery (i.e. the mechanism where by the app can find new speakers when you push the "connect" button on the back of the speaker).

v0.99.6

6 years ago

Add support for python 3. Use netifaces rather than fnctl() hackery. Add support for interface aliases. Add support for zeroshell.

v0.99.5

6 years ago

Refactor the code to allow several multicast addresses to be relayed.

Enable mDNS (as well as SSDP) relaying by default. Add --relay 224.X.Y.Z:P flag so that the user can specify any additional multicast addresses that ought to be relayed.

v0.99.1

6 years ago

v0.99

6 years ago