This is a low-level network debugging utility that utilizes raw packet i/o to construct and deconstruct tcp, udp, ipv4, arp, and icmp packets over ethernet.

Dependencies:   mbed

Committer:
etherealflaim
Date:
Tue Oct 12 05:32:59 2010 +0000
Revision:
0:d494b853ce97
Initial Publish - Slightly unfinished, but usable

Who changed what in which revision?

UserRevisionLine numberNew contents of line
etherealflaim 0:d494b853ce97 1 #ifndef MAIN_H
etherealflaim 0:d494b853ce97 2 #define MAIN_H
etherealflaim 0:d494b853ce97 3
etherealflaim 0:d494b853ce97 4 #include "util/log.h"
etherealflaim 0:d494b853ce97 5
etherealflaim 0:d494b853ce97 6 extern Log main_log;
etherealflaim 0:d494b853ce97 7 extern bool main_running;
etherealflaim 0:d494b853ce97 8
etherealflaim 0:d494b853ce97 9 #endif