mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 18:36:55 +00:00
- Move Go mesh daemon code to daemon/ directory - secuboxd mesh daemon with mDNS discovery - secuboxctl CLI management tool - c3box situational awareness dashboard - GK-HAM-2025 ZKP authentication system - Add Debian packaging for secubox-daemon and secubox-c3box - Fix maintainer in 12 packages to Gerald KERMA <devel@cybermind.fr> - secubox-backup, device-intel, mesh, meshname, p2p - roadmap, soc, tor, vortex-dns, vortex-firewall - watchdog, zkp - Add JWT authentication to secubox-mesh API Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
274 B
JSON
14 lines
274 B
JSON
{
|
|
"nodes": 8,
|
|
"edges": [
|
|
[0, 1, 0, 0, 1, 0, 0, 1],
|
|
[1, 0, 1, 0, 0, 1, 0, 0],
|
|
[0, 1, 0, 1, 0, 0, 1, 0],
|
|
[0, 0, 1, 0, 1, 0, 0, 1],
|
|
[1, 0, 0, 1, 0, 1, 0, 0],
|
|
[0, 1, 0, 0, 1, 0, 1, 0],
|
|
[0, 0, 1, 0, 0, 1, 0, 1],
|
|
[1, 0, 0, 1, 0, 0, 1, 0]
|
|
]
|
|
}
|