This is the NOC dashboard for AWMN Node #6233, operated by SV1BGM. The dashboard is fully self-contained and works without internet access — all data is fetched directly from the radio equipment via the RouterOS 7 REST API.
The node participates in the Athens Wireless Metropolitan Network (AWMN) and maintains BGP peering sessions with neighboring nodes to exchange routing information across the mesh network.
All diagnostic tools (ping, traceroute, MTR) run server-side on the node's management host, so they work from any browser connected to the AWMN — no internet required.
| Page | Description |
|---|---|
| Dashboard | Live wireless metrics (signal, noise, CCQ, rates), BGP session summary, MAC/IP info for all radios. Auto-refreshes every 60s. |
| BGP Explorer | Full BGP peer tables, route tables, ASN origin summary, and the Looking Glass for prefix/ASN/peer queries across all radios. |
| Diagnostics | Server-side ping, traceroute, and MTR. Includes quick-access buttons for all known AWMN nodes discovered from ARP tables. |
| About | This page. |
To add or remove radios, edit config.php
in the root of this application.
Each radio needs an IP, port, and display name.
To add a new page, create a file in pages/
and add an entry to the 'pages' array in
config.php.
The router in index.php
will automatically include it.
| Name | Address |
|---|---|
| Radio 1 | 10.19.168.81:661 |
| Radio 2 | 10.19.168.82:662 |
| Radio 3 | 10.19.168.83:663 |
| Radio 4 | 10.19.168.84:664 |
| ■ Excellent | > −60 dBm |
| ■ Good | −60 to −70 |
| ■ Fair | −70 to −80 |
| ■ Weak | < −80 dBm |
| ■ N/A | no data |
| ESTABLISHED | Session active, exchanging routes |
| IDLE | Waiting to connect |
| DISABLED | Manually disabled |
| UNKNOWN | State unavailable |