Coder Social home page Coder Social logo

lltdresponder's Introduction

Topology Discovery and Integration Daemons

Details

This product wants to implement the following Protocols Responders

  • Microsoft Link Layer Topology Discovery (OS X, Linux, ESXi, Solaris, FreeBSD)
  • Microsoft Link-Local Multicast Name Resolution (OS X, Linux, Solaris, FreeBSD)
  • Link Layer Discovery Protocol (OS X, Linux, ESXi, Solaris, FreeBSD)

LLTD

The implementation is done from scratch based on the Microsoft provided documentation. No elements of the LLTD Porting kit from Microsoft were used in producing this code.

The end-license will be GNU GPLv3 for the with commercial products available for ESXi, Solaris, OS X and OEM Linux.

It does not yet implement the WiFi elements since linking to CoreWLAN is a bit more complex than apparent at first sight. Some of the information is not available directly in IOKit. It links strictly to CoreFoundation, LaunchD and ASL. One thread per CSMA/C[A|D] interface and the threads get created/killed as soon as an interface arrives or dissapears using I/OKit notifications.

On Linux it's supposed to be a daemon that gets the information directly from the Linux kernel, bypassing any NetworkManager style solutions that might be present since they are not standard in any way. The Linux port should work seamlessly on ESXi since the Kernel ABI is identical WRT to network interfaces.

LLMNR

The implementation will be done from scratch based on the Microsoft provided documentation. Fundamentally it's almost identical to mDNS except that it can only resolve "IN A(AAA)" queries and no SRV. So it's only a host discovery and no service discovery protocol. I wonder why Microsoft simply didn't implement mDNS. It uses DNS Service Discovery for AD, why not for local services? Because it clashes with it's choice for UPnP.

The end-license will be GNU GPLv3 for the with commercial products available for Solaris, OS X and OEM Linux.

ESXi is specifically excluded as it cannot have a file-serving role.

LLDP

The implementation should be adapted from the lldpd project clean integration for the target OSs. It automatically discovers device topologies (bridge and others and correctly informs the neighbors about it). Licensing is TBD.

lltdresponder's People

Contributors

d3vi1 avatar toxik avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.