UCLA-IRL / ndn-workspace-solid

NDN workspace in Solid JS
https://ndn-workspace.web.app
ISC License
8 stars 15 forks source link

Allow selecting specific testbed node in addition to closest. #95

Open a-thieme opened 5 months ago

a-thieme commented 5 months ago

On the /connection/add page in the "NDN Testbed with NDNCert Bootstrapping" section, changing the "Closest Testbed Node" field does not change the testbed node you connect to.

This may be intentional, but it would be nice to have the ability to change this for debugging purposes.

zjkmxy commented 5 months ago

This is not intentional. It caused by a change that we always try to connect to the closest node. In future, maybe we should separate "connect to the closest node" and "connect to a specific node".