Skip to content

KSerrania/bonjour-reflector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bonjour-reflector

Installation

You need dep to install the project dependencies. Once you've installed dep, run:

dep ensure

to install the dependencies.

One of the dependencies of the project (gopacket/pcap) also needs the libpcap header files to work properly. On Linux-based distributions, you can do this by installing the development version of libpcap.

App setup

First, indicate in the config.toml file which of your network interfaces you want to listen to.

Then build the package:

go build

And run ./bonjour-reflector (you may need to run it with administrator privileges to listen to your interface).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%