Bug 244573 - [NEW PORT] net/udpbroadcastrelay: Relay broadcast over different networks
Summary: [NEW PORT] net/udpbroadcastrelay: Relay broadcast over different networks
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-03 15:06 UTC by Michael Muenz
Modified: 2020-03-04 10:53 UTC (History)
2 users (show)

See Also:


Attachments
udpbroadcastrelay (2.00 KB, text/plain)
2020-03-03 15:06 UTC, Michael Muenz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Muenz 2020-03-03 15:06:59 UTC
Created attachment 212120 [details]
udpbroadcastrelay

New port for udpbroadcastrelay. It allows you to relay broadcast and multicast traffic over different networks. With this piece of software you can have SONOS speakers in different VLANs or route IPTV traffic.

It works similar to net/pimd but it's a generic approach, not depending on multicast-only.
Comment 1 Bernhard Froehlich freebsd_committer freebsd_triage 2020-03-04 08:39:31 UTC
I'll take it
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-03-04 10:53:15 UTC
A commit references this bug:

Author: decke
Date: Wed Mar  4 10:53:03 UTC 2020
New revision: 527753
URL: https://svnweb.freebsd.org/changeset/ports/527753

Log:
  udbproadcastrelay is a USB multicast relayer. Its intended use is to
  rebroadbcast udp packets on a specific port across interfaces, be those
  interfaces physical or VLAN.

  It is used where devices such as Sonos or Sky are spread accross
  different subnets and are not able to detect the servers or devices.

  WWW: https://github.com/marjohn56/udpbroadcastrelay

  PR:             244573
  Submitted by:   Michael Muenz <m.muenz@gmail.com>

Changes:
  head/net/Makefile
  head/net/udpbroadcastrelay/
  head/net/udpbroadcastrelay/Makefile
  head/net/udpbroadcastrelay/distinfo
  head/net/udpbroadcastrelay/pkg-descr
Comment 3 Bernhard Froehlich freebsd_committer freebsd_triage 2020-03-04 10:53:20 UTC
Committed. Thanks!