Code Monkey home page Code Monkey logo

sedire's Introduction

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.

sedire's People

Contributors

mike-joseph avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.