Actions
Task #3457
openCollect and notify apps about routable prefixes
Status:
New
Priority:
Normal
Assignee:
-
Category:
gui
Start date:
02/02/2016
Due date:
% Done:
0%
Estimated time:
Description
NFD-android app should collect prefixes that are currently routable towards the node and notify interested applications when such prefixes change.
- To collect information, the background consumer task (native or java) should send out
/localhop/nfd/rib/routable-prefixes[/version[/segment]]
- periodically or
- when detected that connectivity changed and there is a "connection" to a different hub
- To notify apps, the simplest would be to broadcast android intents. Whichever apps wants to receive the intents, would subscribe to them and receive notification.
Actions