Task #3457
Updated by Alex Afanasyev almost 9 years ago
NFD-android app should collect prefixes that are currently routable towards the node and notify interested applications when such prefixes change. 1. 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 2. 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. TBD