sedire

command module
v0.0.0-...-3149a5f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

README

sedire

sedire is a multicast reflector and proxy. It is most commonly used with service discovery protocols, including DNS-SD/mDNS and DIAL/SSDP, to enable clients and servers to exist on different (V)LANs or even in different locations. sedire makes it possible to keep devices and users isolated and appropriately firewalled even when dynamic service discovery protocols are needed between the networks.

Project Status

sedire is still under active development, but the current version of code-complete and fully-functional. Users are free to build sedire as-is and test it out in their environment. The remaining key items blocking the formal initial release are:

  • Full set of documentation (including manpage)
  • Init scripts (i.e. systemd unit file)

The goal for the launch of the initial version of sedire is by the end of 2022Q3.

Contributing

Contributions of code and documentation are welcome, as are bug reports and suggestions! Please see the project's CONTRIBUTING page for more information.

Example Usage

Until full documentation is available, the basic operation of sedire can be tested as follows:

go build github.com/packetspace/sedire
./sedire -MS -i eth0 -i eth1 -l info < /dev/null > /dev/null 2>&1 &
disown

This will launch an instance of sedire as a daemon with normal logging to the local syslog. It will be configured for handling standard mDNS and SSDP protocols, which should enable support for DNS-SD and DIAL in most environments.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
lib

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL