-
There is a limited number of IANA registries -- they rarely change.
```sh
$ wget https://www.iana.org/protocols
$ grep -o 'href="/assignments/.*"' protocols | cut -d '"' -f 2 | cut -d '#' -f 1 | …
-
Hey there, just wanted to give you a shout out and say I appreciate the work you're doing here. I'm working on a webapp that I feel is perfect for ccn and this will help a lot. I realize you're in act…
-
Fix this so that the first run creates the proper user dir and a default keystore if needed. We need this for the ccndcontrol command to work properly on Android.