19 Commits

Author SHA1 Message Date
Neil Kolban
c3f9948ff5 Issue #688. Fixes for #688. 2015-10-30 23:44:31 -05:00
Neil Kolban
ce07d7b9fe Issue #589. Design and implementation of wifi.getStatus(). 2015-10-29 23:07:58 -05:00
Neil Kolban
f10b99d605 Issue #589. Changes to the default modes of connect and createAP. 2015-10-28 22:10:50 -05:00
Neil Kolban
cb11ad9b6d Works for issue #589. Inclusion of dnsServers option. 2015-10-26 23:21:12 -05:00
Neil Kolban
700415b0a8 Fixes and enhancements to #589 and #630. 2015-10-25 13:30:30 -05:00
Neil Kolban
d754fa33cd Issue #589. Addition of authMode to createAP.
The `createAP` method allows us to become an access point.  This
commit adds the ability to specify an `authMode` to allow us to 
define the incoming authentication mode to be used.
2015-10-24 18:51:04 -05:00
Neil Kolban
dcd5b34f23 More implementation and fixes for Issues #589 and #630. 2015-10-24 18:06:20 -05:00
Neil Kolban
23846eed72 Initial work on issue #589. Generic WiFi interface.
The first pass of the generic WiFi interface has been performed. We
now have implementations for:

* jswrap_ESP8266_wifi_connect
* jswrap_ESP8266_wifi_createAP
* jswrap_ESP8266_wifi_disconnect
* jswrap_ESP8266_wifi_getIP
* jswrap_ESP8266_wifi_scan
2015-10-24 10:55:12 -05:00
Neil Kolban
57f8e422a5 Doc updates and comments. 2015-10-23 22:14:56 -05:00
Neil Kolban
6d660c8af7 Implementation of #590. Implementation of gethostbyname. 2015-10-19 23:00:59 -05:00
Gordon Williams
d19c544b8a Merge pull request #667 from markusgritsch/patch-1
Update 05-User_Guide.md
2015-10-17 07:53:39 +02:00
Neil Kolban
0ae876fe13 Fixes for #670. JsVar leaks on WiFi Event Handler. 2015-10-16 17:31:06 -05:00
markusgritsch
ced590a98c Update 05-User_Guide.md 2015-10-16 13:46:02 +02:00
Neil Kolban
79ab073aab Removal of bad comments from source file. 2015-10-15 07:59:16 -05:00
Neil Kolban
c8cf289c93 Doc update for #655. 2015-10-13 16:21:19 -05:00
Neil Kolban
51508dd221 Implementation of a WiFi changes.
A number of issues have been addressed here including:

#640 - Addition of stopAP
#637 - Don't require a password when being an access point
#636 - Ensure password meets requirements
2015-10-09 18:07:08 -05:00
Neil Kolban
68ea8c2f00 Implementation of #622. Change operating frequency. 2015-10-06 21:43:00 -05:00
Neil Kolban
75a9a3ca19 Initial migration of docs from the original ESP8266 port repository. 2015-09-28 19:37:26 -05:00
Neil Kolban
4eeb12d292 Commit of ESP8266 board specific source files. 2015-09-27 09:16:33 -05:00