Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 827 Bytes

File metadata and controls

30 lines (20 loc) · 827 Bytes

Welcome to Mud Maker

This package generates and visualizes Manufacturer Usage Description (MUD) files.

MUD intended to assist IoT device manufacturers in explaining what network resources they need. This tool is realized on mudmaker.org

For more information about MUD, see RFC8520.

Please feel free to post issues and PRs.

This package also requires the python mudpp package, also available from this project.

mud-visualizer submodule

To configure the mud-visualizer submodule properly, follow these steps:

$ git clone --recursive https://github.com/iot-onboarding/mudmaker
$ cd mudmaker
$ chmod +x create_symlinks.sh
$ ./create_symlinks.sh

To update the visualizer:

$ cd mudmaker/mud-visualizer
$ git pull origin master