decentralized-internet-ui
v1.0.0
Published
Central UI Dashboard for Decentralized Internet SDK
Downloads
92
Readme
Decentralized Internet UI Dashboard
Complete control panel for managing all Decentralized Internet SDK components with real-time monitoring, AI-powered automation, and network visualization.
Features
✨ Unified Control Panel
- Start/stop all SDK components from one interface
- Real-time status monitoring
- Component-specific configuration
🤖 Cloud Agents Integration
- OpenPeerAI Cloud-Agents for AI-powered automation
- Network optimization
- Intelligent peer discovery
- Route analysis and optimization
- Resource allocation
- Deployment automation
📊 Real-Time Monitoring
- System performance metrics (CPU, Memory)
- Network activity tracking
- Component health monitoring
- Historical data visualization
🕸️ Network Visualization
- Interactive mesh network graph
- Peer connection mapping
- Latency visualization
- Topology analysis
📝 Centralized Logging
- Component-specific logs
- Real-time log streaming
- Log filtering and search
Installation
cd ui-dashboard
npm installUsage
Start the Dashboard
npm startThe dashboard will launch in Electron and the backend server will start on port 9000.
Web-Only Mode
npm run webAccess at: http://localhost:8080
Supported Components
The dashboard can manage the following SDK components:
- DecentG - Hybrid mesh network with 5G core integration
- ClusterPost - Distributed computing cluster management
- GridBee - Web-based grid computing framework
- P2Talk - P2P communication (GSM alternative)
- LNRChain - Blockchain implementation
- BigchainDB - Decentralized database
Architecture
ui-dashboard/
├── main.js # Electron main process
├── preload.js # Electron preload script
├── package.json # Dependencies
├── public/ # Frontend assets
│ ├── index.html # Main HTML
│ ├── styles.css # Styling
│ └── app.js # Frontend logic
└── src/
├── controllers/
│ └── sdk-controller.js # Component management
└── services/
├── monitoring-service.js # Metrics collection
└── cloud-agents-service.js # AI automationAPI Endpoints
GET /api/status
Get status of all components
POST /api/start/:component
Start a specific component
POST /api/stop/:component
Stop a specific component
GET /api/logs/:component
Get logs for a component
GET /api/monitoring/metrics
Get real-time metrics
POST /api/cloud-agents/execute
Execute an AI automation task
Cloud Agents Tasks
- Network Optimization - AI-powered network configuration optimization
- Peer Discovery - Intelligent peer discovery and analysis
- Route Analysis - Routing efficiency analysis and recommendations
- Deployment Automation - Automated deployment planning
- Resource Allocation - Optimal resource allocation strategies
- AI Inference - General AI-powered analysis
Configuration
Backend port can be changed via environment variable:
PORT=9000 npm startDevelopment
Run in Development Mode
npm run devThis enables hot reloading and developer tools.
Build for Production
npm run buildCreates distributable packages for Windows, macOS, and Linux.
Screenshots
Dashboard

Network Map

Cloud Agents

Requirements
- Node.js >= 14.0.0
- Electron >= 28.0.0
- Network connectivity for component management
Troubleshooting
Components won't start
- Check if paths in
sdk-controller.jsare correct - Verify Node.js/Haxe are installed
- Check component-specific dependencies
Dashboard won't connect
- Verify backend is running on port 9000
- Check firewall settings
- Look for errors in console (F12)
Charts not displaying
- Ensure Chart.js is loaded
- Check browser console for errors
- Verify metrics are being received
License
MIT License - See LICENSE file
Support
For issues and questions:
- GitHub Issues: https://github.com/Lonero-Team/Decentralized-Internet/issues
- Documentation: https://lonero.readthedocs.io/
Credits
Built for the Decentralized Internet SDK by the Lonero Team Powered by OpenPeerAI Cloud-Agents: https://huggingface.co/OpenPeerAI/Cloud-Agents
