Currently, the status page retrieves routers.json from UCLA only:
|
const ROUTERS_JSON = '/ndn/edu/ucla/file-server/routers.json'; |
Consequently, if the UCLA router is offline, the status page will not work.
The solution is deploying this page in multiple locations.
Currently, the status page retrieves
routers.jsonfrom UCLA only:testbed/framework/ndn-testbed-status/src/App.vue
Line 102 in f4f2c40
Consequently, if the UCLA router is offline, the status page will not work.
The solution is deploying this page in multiple locations.