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

Embed: (wiki syntax)

« Back to documentation index

main.cpp File Reference

main.cpp File Reference

This is the primary NetTool demo file. More...

Go to the source code of this file.


Detailed Description

This is the primary NetTool demo file.

This file is the brains of the NetTool, utilizing the networking code found in other files to do some basic network diagnostic stuff. Note that for the nettool to connect to a computer, the computer has to already have an IP configured on the interface, which usually requires that the interface or connection be manually assigned an IP address.

Definition in file main.cpp.