Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/den1s/MNDP_sender

MikroTik Neighbor Discovery Protocol (MNDP) sender
https://github.com/den1s/MNDP_sender

mikrotik mndp

Last synced: about 1 month ago
JSON representation

MikroTik Neighbor Discovery Protocol (MNDP) sender

Awesome Lists containing this project

README

        

# MNDP sender
### python modules
- scapy

### Usage

```sh
usage: send_mndp.py [-h] [-i IDENTITY] [-v VERSION] [-p PLATFORM]
[-s SOFTWARE_ID] [-b BOARD] [-m MAC]

optional arguments:
-h, --help show this help message and exit
-i IDENTITY, --identity IDENTITY
Identity, default test
-v VERSION, --version VERSION
Version, default test
-p PLATFORM, --platform PLATFORM
Platform, default test
-s SOFTWARE_ID, --software-id SOFTWARE_ID
Software-ID, default test
-b BOARD, --board BOARD
Board, default test
-m MAC, --mac MAC MAC-Address, default ca:fe:ca:fe:ca:fe
```