-
Tracker to coordinate porting efforts for Freescale Kinetis CPUs ~~#2265~~.
It was discussed on the riot-devel mailing list that it would be useful to have a tracking issue for coordinating efforts…
-
One would expect that when you receive a packet the header order would be like: `data -> UDP -> IPv6`
However the header is sometimes swapped to: `data -> IPv6 -> UDP`
To search the proper header one…
-
I'm guessing it is because the destination multicast address gets compressed in a weird way (`ff02::1:ffab:4012` becomes `ff02::ab:4012`) on the sender or handled wrongly on the receiving end if this …
-
During my adventure "Communication between RIOT and Linux host," I have discovered that the long addresses are transferred in reverse order.
If I replace it like:
```
- uint64_t target_h = NT…
-
I might be wrong but those example of RIOT are related to libsoletta pkg and I don't see any package neither here or in RIOT main repo.
Where may I download it? You should add it to the main repo of R…
biboc updated
8 years ago
-
Hi everyone,
I used to work with Contiki OS on the famous Tmote-sky (MSP based) platform.
For now, I want to use Contiki OS on an ARM based Platform.
After a search, i found that Contiki was port…