10 Commits

Author SHA1 Message Date
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
6d660c8af7 Implementation of #590. Implementation of gethostbyname. 2015-10-19 23:00:59 -05:00
markusgritsch
ced590a98c Update 05-User_Guide.md 2015-10-16 13:46:02 +02: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