Contiki 3.x
|
Small UDP app used to retrieve neighbor cache and routing table entries and send them to an external endpointMore...
#include "contiki.h"
#include "contiki-lib.h"
#include "contiki-net.h"
#include "net/ipv6/uip-ds6-route.h"
#include <string.h>
#include "net/ip/uip-debug.h"
Go to the source code of this file.
Small UDP app used to retrieve neighbor cache and routing table entries and send them to an external endpoint
Definition in file viztool.c.