• Stars
    star
    190
  • Rank 203,739 (Top 5 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created almost 8 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

mDNS repeater
mdns-repeater
==============
mdns-repeater is a Multicast DNS repeater for Linux. Multicast DNS uses the 
224.0.0.251 address, which is "administratively scoped" and does not 
leave the subnet.

This program re-broadcast mDNS packets from one interface to other interfaces.
It was written primarily to be run on my Linksys WRT54G which runs dd-wrt,
since my wireless network is on a different subnet from my wired network and 
I would like my zeroconf devices to work properly across the two subnets.

Since the mDNS protocol sends the AA records in the packet itself, the 
repeater does not need to forge the source address. Instead, the source 
address is of the interface that repeats the packet.


USAGE
-----
mdns-repeater only requires the interface names and it will do the rest.
For example, the dd-wrt standard installation defines br0 for the wireless 
interface and vlan1 as the WAN interface, I would use:

    mdns-repeater br0 vlan1

You can also specify the -f flag for debugging, which prints packets as they 
are received.

You are free to modify the code to repeat whatever traffic you require, as
long as you abide by the software license.


LICENSE
--------
Copyright (C) 2011 Darell Tan

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

More Repositories

1

xqrepack

patch XiaoQiang images to maintain SSH & UART access
Shell
134
star
2

t20-rtspd

RTSP server + Ingenic T20 SDK
C++
28
star
3

siglent-bin2sr

Converts Siglent SDS-1000X-E waveform binary files into the Sigrok srzip format
Go
18
star
4

fibfs

Fake iOS Backup Filesystem
Python
9
star
5

zigbee-mpcie-card

CC2538 Zigbee mPCIe card
9
star
6

blwipe

Crypto-erase tool for BitLocker volumes
Go
8
star
7

badger

X-CTF 2016 badge firmware
C++
4
star
8

mdns-repeater-hg

mDNS repeater daemon
C
4
star
9

ffsendr

another unofficial Firefox Send client
Go
4
star
10

pscout-maps

Android permission-utilizing APIs found using PScout
Python
3
star
11

docker-centos-ffmpeg

Docker image for building FFmpeg
Shell
2
star
12

circular-layout-ulp

Cloud-enabling a bathroom scale that uses infrared signals
2
star
13

docker-centos-ipynb

CentOS-based IPython Docker base image
Shell
2
star
14

hapz2m

barebones HomeKit <-> Zigbee2MQTT bridge, written purely in Go
Go
2
star
15

kicad-norm

normalizes KiCad files for source control
Go
2
star
16

aegisub-scripts

Lua scripts for Aegisub
Lua
1
star
17

pocket-origurls-crx

Chrome extension to rewrite original URLs in Pocket to NOT point to their server for tracking
JavaScript
1
star
18

regelwerk

poor man's home assistant. a set of rules to react to MQTT events, mainly from zigbee2mqtt
Go
1
star
19

dracut-gmcrypt

Dracut module to provide passwordless unlocking of LUKS-encrypted root volumes
Shell
1
star
20

spdif2analog-pcb

PCB design for a S/PDIF optical to analog audio converter
1
star
21

firebut

Firebase Upload Tool
Go
1
star
22

collectd-asuswrt

build scripts for cross-compiling collectd for ASUSWRT routers
C
1
star
23

simtriplets

FreeRADIUS module for EAP-SIM authentication
Python
1
star
24

cloud-bathroom-scale

Cloud-enabling a bathroom scale that uses infrared signals
Python
1
star
25

minimal-centos-ks

Minimal CentOS Kickstart configuration
Python
1
star
26

nps-iphone-smsimport

imports SMS from Samsung New PC Studio to iPhone
Python
1
star