Feature #4028
closedDiscover and connect to the nearest hub using NDN-FCH server.
100%
Description
This function is part of "NDN hub discovery procedure." (see details here https://named-data.net/doc/NFD/current/manpages/ndn-autoconfig.html)
When an end host starts up, or detects a change in its network environment, it MAY use this procedure to discover a local or home NDN router, in order to gain connectivity to the NDN research testbed.
On Android platform, we decide to implement the function "Find closest hub by sending an HTTP request to NDN-FCH server".
Updated by Junxiao Shi almost 7 years ago
- Tracker changed from Task to Feature
- Status changed from Code review to Closed
I saw this feature in the v0.3 app, so I assume this feature is done.
Updated by Junxiao Shi over 6 years ago
- Status changed from Closed to Feedback
Reopening: Davide found a bug of this feature interacting with #3443.
Steps to reproduce:
- Enable NDN-FCH. Confirm that face to HUB and
/
,/localhop/nfd
routes are created. - Disable device WiFi. Face and routes are removed.
- Re-enable device WiFi.
Expected: both face and routes are re-created.
Actual: face is re-created, but routes are not re-added.
Updated by Davide Pesavento almost 6 years ago
- Due date deleted (
03/31/2017) - Status changed from Feedback to Closed
- Start date deleted (
03/31/2017) - % Done changed from 80 to 100
Junxiao Shi wrote:
Reopening: Davide found a bug of this feature interacting with #3443.
We should open a separate issue for this.