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

main.h

Committer:
etherealflaim
Date:
2010-10-12
Revision:
0:d494b853ce97

File content as of revision 0:d494b853ce97:

#ifndef MAIN_H
#define MAIN_H

#include "util/log.h"

extern Log main_log;
extern bool main_running;

#endif