mikaelpatel / Cosa-ICMP

ICMP Ping library for Cosa Arduino OOP Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cosa-ICMP

This Cosa library is an implementation of the Internet Control Message Protocol client; ping network address.

Install

To use this library you must download and install the [Arduino IDE] (http://www.arduino.cc/en/Main/Software) (or GCC AVR toolchain) and [Cosa] (https://github.com/mikaelpatel/Cosa).

Download and unzip the Cosa-ICMP library into your sketchbook libraries directory. Rename from Cosa-ICMP-master to ICMP.

The ICMP library and examples should be found in the Arduino IDE File>Sketchbook menu. Open the CosaICMPping example sketch. Select the Cosa core by selecting one of the Cosa boards in the Tools>Board menu.

References

  1. RFC792, https://www.ietf.org/rfc/rfc792.txt
  2. Ping, http://en.wikipedia.org/wiki/Ping_%28networking_utility%29

About

ICMP Ping library for Cosa Arduino OOP Framework


Languages

Language:C++ 90.7%Language:C 9.3%