NDNts NFD Status Page
A drop-in enhancement of NFD Status Page.
Features
- Clean tabbed design.
- Intelligent face description.
- Per-face traffic information (packets per second).
- Linking between faces and routes.
- Easy-to-read strategy description.
Online Demo of Testbed Routers
loading
Download and Install
Automatic installation:
Manual installation:
- You still need nfd-status-http-server package.
- Extract the tarball to
/usr/share/ndn/n
directory (assuming nfd-status-http-server hosts its static files in/usr/share/ndn
). - You can access the NDNts NFD Status Page at
http://localhost/n/
.
Technical Information
NDNts NFD Status Page is powered by modern web technologies, including:
- NDNts: Named Data Networking libraries for the Modern Web
- DOMParser API and Page Visibility API
- Preact: fast 3kb React alternative
- Parcel: web application bundler
- Cloudflare Workers
- Testing powered by SauceLabs