Skip to content

MUD Maker source code

License

BSD-2-Clause, Unknown licenses found

Licenses found

BSD-2-Clause
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

iot-onboarding/mudmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to MudMaker

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.

Requirements

This tool has been tested with PHP 8.3, php-zip, as well as composer with chillerlan/php-qrcode, using Apache 2. For pretty printing of access lists, mudpp must be installed and exposed at /mudrest/mudpp.

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