Arduino driver for the ESP8266 WiFi module.
Please see EspWiFi.h.
You can also find a few examples in the
examples/ directory.
You will find the tests for the library itself in the test/ directory:
cd test ; make && make test
You can run the bin/test_examples.sh script to build the bundled examples
(which somehow tests AVR compilation).
EspWiFi is released under the MIT License. See the bundled LICENSE file for details.