From c85a8790ce33f1ecef3f4350a1a9e1f864034fc6 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Sun, 1 Feb 2015 02:01:10 +0300 Subject: [PATCH] Update notes --- NOTES | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NOTES b/NOTES index 8ffbd7818..8ae9ef658 100644 --- a/NOTES +++ b/NOTES @@ -67,9 +67,13 @@ What works * WiFi.localIP() is for STA, WiFi.softAPIP() is for AP. * WiFi.RSSI() doesn't work * WiFi.printDiag(Serial); will print out some diagnostic info - WiFiServer and WiFiClient behave mostly the same way as with WiFi shield library. + WiFiServer, WiFiClient, and WiFiUDP behave mostly the same way as with WiFi shield library. Three samples are provided for this library. +- mDNS responder (ESP8266mDNS library) + Allows the sketch to respond to multicast DNS queries for domain names like "foo.local". + See attached example and library README file for details. + - Other libraries that don't rely on low-level access to AVR registers. - Upload via serial port @@ -88,7 +92,6 @@ What is not done yet - SPI HSPI and bit-banging are two interfaces that will be supported. -- UDP - I2C slave mode - Serial modes other than 8n1 - WiFi.RSSI