-
Errors while flashing Zolertia Re-Mote (remote-reva). Fixed by changing all afflicted lines from (%u) to (%" PRIu32"). Is this correct, or is it a bug on my part?
Ubuntu 16.04
Zolertia Re-Mote
`…
-
Current ECC backend uses macro `FEATURE_PERIPH_HWRNG` to decide whether to use deterministic signing.
```c
#ifndef FEATURE_PERIPH_HWRNG
uint8_t tmp[NDN_SEC_ECC_SECP256R1_PRIVATE_KEY_SIZE +
…
-
In the current implementation, `ndn-lite` relies on an event loop in the main application (e.g., [here](https://github.com/named-data-iot/ndn-lite-over-riot/blob/master/examples/ndn-consumer/main.c#L7…
-
When I make these examples, I got this error.
![tim 20180410103520](https://user-images.githubusercontent.com/24191054/38533247-f4aa2fe2-3caa-11e8-85bc-8d10642bce86.png)
How can I address t…
-
The ndn-lite team has successfully finished the demo development in the 8th NDN Hackathon and won the second prize.
During the development, our team members have identified a number of issues that sh…
-
Hi,
the following code in ``ccnl_fwd_handleInterest`` assumes that the union member ``s`` is of type ``ccnl_pktdetail_ndntlv_s``. However, if the type is in fact of type ``struct ccnl_pktdetail_ccn…
mfrey updated
4 years ago
-
Can you survey the alternatives that you considered to DDS?
-
-
I run make in the directory examples/ndn-ping and get some files in the directory build/pkg/ndn-riot which includes app.c.
I guess there is a memory-leak bug in the function **ndn_app_register_prefix…
-
Where does the `#include` coding convention come from?
### Description
RIOT-OS has a coding convention of using `#include " "` for its RIOT System includes to differentiate them from `#include < >…