-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CCN Lite: Add "no 8-Bit support" to documentation #8598
Comments
I guess ccn lite assumes int is 32 bit. This should be fixed upstream, but I guess you should be able to add a cast to uint32_t on the left shift to fix it. |
CCN-lite lacks precision in the length of types. My assumption is that this is partially due to the fact that it supports multiple message formats. We've already discussed this briefly and it is already an item on a todo list |
@mfrey Of course, it would be great to get a fix for it :) But for now, I think a short notice in the documentation is just fine. So, that new User don't need to search for it etc. (just for networking with CCN Lite). :) I think the fix takes a bit more time than writing something into the docu. |
It's documented here in the ccn-lite FAQ. @Citrullin, @cgundogan would you provide that information in the RIOT doc? I'm adding the Hack'n'ACK label for that. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
Ping @Citrullin @cgundogan? |
@miri64 I don't really care about this. Looks like the general interest is not really high. |
see cn-uofbasel/ccn-lite#363. Once merged, this issue should resolve. |
Merged, so I guess all we need now is a version bump of CCN-lite to close this issue ;-). |
For this we have testing. |
@Citrullin just out of curiosity: which AVR board did you use to compile ccn-lite? |
Some Arduino clone as I remember. Some ATMEGA328P. |
I tried one CCN Lite example. While compiling I got many errors. I fixed some of them, until I reached the following point:
ccntlv line 508
Since CCN Lite shifts 16 bits, I guess 8-Bit MCUs are not supported. I recommend to add this somewhere to the documentation. :) There are also other places where CCN Lite shifts 16 bits.
The text was updated successfully, but these errors were encountered: