-
Hi,
I was wondering if it would make sense to provide a ``cache strategy`` like concept for forwarding strategies for CCN-lite, meaning that one could set a different forwarding strategy for CCN-li…
mfrey updated
6 years ago
-
#### Description
`ccn-lite-fetch` command is not working for ndn as expected while you can get individual named objects using `peek` with `-n` flag, there is no way to get stream of objects with `fet…
-
`ccnl_prefix_to_path_detailed()` is used in a lot of places throughout the code. It basically just allocates (via malloc) a buffer, and passes it to `ccnl_prefix_to_str_detailed()`.
Instead of rely…
-
NFN is going to be moved to PiCN.
The NFN-scala version of NFN is not very maintable.
Question:
* If NFN is completely implemented in PiCN, should we freeze a ccn-lite release with NFN support a…
-
Sending 'shutdown' is not handled properly (sent with Mgmt.py):
```
2018-01-31 16:36:17,998 - MgmtSys INFO: Shutdown
Process Process-6:
Traceback (most recent call last):
File "/usr/lib/p…
-
Codes in scheamatrons needs to be updated in line with the latest listing of codes, the spreadsheet is attached
[EN16931 code lists values v9 - used from 2022-03-04.xlsx](https://github.com/Connectin…
-
#### Description
I was trying to stream video using ndn format and created the stream packets with ccn-lite-produce and tried to receive them with
ccn-lite-fetch but the relay always shows timeou…
-
#### Description
In ccnl-interest.c there was a function ccnl_interest_new added which eventually checks, if it pitcount is bigger than the max_pit_entries. By default max_pit_entries is set to -1 …
-
#### Description
I'm using the ``ccn-lite-relay`` example from RIOT. The example allows to request/retrieve NDOs. Running this example in a testbed on real devices fails. Content created at one node …
mfrey updated
6 years ago
-
Hello,
I start an ccn-lite-relay and use ccn-lite-ctrl to add UDP faces:
wufucious@sony:~/ccn-lite/src$ ccn-lite-relay -v trace -s ndn2013 -u 9998 -x /tmp/mgmt-relay-a.sock
[I] 0.0000: This is ccn-li…