Skip to content

pjediny/mndp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About MNDP

The MNDP is a proprietary Mikrotik Neighbor Discovery Protocol. The protocol runs on Mikrotik made network equipment similar to CDP which runs on Cisco equipment.

The repository contains source code for 3rd party implementation attempt of MNDP listener written in golang:

  • discover command (commandline tool) to listening to Mikrotik discovery messages
  • mndp package (golang library)

Installation

  1. Install golang and git
  2. Setup environment:
    • Set GOPATH to go workspace directory
    • Set PATH to contain GOROOT/bin and GOPATH/bin
  3. Install the discover command by invoking
    go get -u github.com/pjediny/mndp/cmd/discover/
    

Using discover

Run the discover command from terminal and you should be able to see the incoming MNDP discovery messages.

  • Press <ENTER> to request refresh
  • Press <q> <ENTER> to quit

License

MIT License

About

MNDP implementation in GO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages