|
Contiki-Inga 3.x
|
Code for tunnelling uIP packets over the Rime mesh routing moduleMore...
#include <stdio.h>#include "net/ipv4/uip-fw.h"#include "net/ipv4/uip-over-mesh.h"#include "net/rime/route-discovery.h"#include "net/rime/route.h"#include "net/rime/trickle.h"Go to the source code of this file.
Code for tunnelling uIP packets over the Rime mesh routing module
Definition in file uip-over-mesh.c.
1.8.3.1