Skip to content

mDNS test

Notifications You must be signed in to change notification settings

vonwenm/mdns-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

A simple application to dump multicast DNS packages on the local lan

A note on Darwin

If you are trying to run this code on OS X, you will need to patch your Go installation before hand

patch -p0 $GOROOT/src/pkg/net/sock.go < sock.patch 

then rebuild your Go installation

cd $GOROOT/src && ./all.bash

Installation

mdns-test uses Miek G's godns library http://miek.nl/projects/godns/ which needs to be installed before building

git clone git://github.com/davecheney/mdns-test.git
cd mdns-test
goinstall .
make
./mdns-test

About

mDNS test

http://dave.cheney.net/2011/02/using-multicast-udp-in-go/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 83.8%
  • Makefile 16.2%