configng-v2

configng-v2 GUI Tools

This directory contains scripts and utilities for exploring and interacting with configng-v2 modules via graphical and web interfaces. All tools work with the auto-generated modules_metadata.json to provide module listings, descriptions, and feature details.

Contents

Usage

HTML Browser

  1. Ensure modules_browser.html and modules_metadata.json are present (regenerate with ./SDK/35_web_docs.sh if needed).
  2. Open modules_browser.html in any web browser or:

GO webview

{946B063F-B7DF-49FE-9779-097DB3EB69FB}

Python tkinter

{98CB24B3-B8D7-406A-9A30-51942E19BC34}

cd modules_browsers
python3 modules_browser.py

Simple HTTP Servers

{76D15EB2-9E4B-4290-92F5-59FD4F1C50DE}

GO

cd modules_browsers
go run web-server.go

Python

cd modules_browsers
python3 web-server.py

To generate json and html

cd SDK
SDK/50_array_to_json.sh

This will refresh modules_browser.html and modules_metadata.json based on the latest modules.

Notes