nodemcu-firmware/app
Wayne Bartnick f13c5c61e6 wifi.sta.config (wifi_station_config):
- range checking password length (8~64)

wifi.ap.config (wifi_ap_config):
- range checking ssid length (1~32)
- range checking pwd length (8~64)
- new params:
  - auth: wifi.OPEN, wifi.WPA_PSK, wifi.WPA2_PSK, wifi.WPA_WPA2_PSK
    - default WITH pwd: wifi.WPA_WPA2_PSK
    - default WITHOUT pwd: wifi.OPEN
  - channel: 1~13 (default: 6)
  - hidden: 0/1 (default: 0)
  - max: 1~4 (default: 4)
  - beacon: 100~60000ms (default: 100)

wifi.ap.getclient (wifi_ap_listclient):
- returns table(mac,ip) of all connected clients

wifi.ap.dhcp:
- new submodule
- config (wifi_ap_dhcp_config), returns start/end ips
  - params:
    - start (e.g., "192.168.1.100")
  - end ip calculated from wifi.ap.config.max
- start (wifi_ap_dhcp_start), returns boolean
- stop (wifi_ap_dhcp_stop), returns boolean
2015-04-05 09:21:16 -04:00
..
cjson add queue to mqtt module 2015-03-30 00:24:09 +08:00
coap default build with coap, reduce coap module mem usage 2015-03-15 20:12:29 +08:00
driver fix #175 2015-02-05 01:42:14 +08:00
include fix mqtt, do a format when wrong flash size is detected 2015-04-03 00:51:02 +08:00
json source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
libc add queue to mqtt module 2015-03-30 00:24:09 +08:00
lua Merge remote-tracking branch 'upstream/dev' into dev 2015-03-15 22:06:30 +01:00
lwip Added the hold and unhold methods to tcp socket 2015-02-09 03:00:18 -03:00
modules wifi.sta.config (wifi_station_config): 2015-04-05 09:21:16 -04:00
mqtt polish mqtt module 2015-03-31 23:38:28 +08:00
platform fix mqtt, do a format when wrong flash size is detected 2015-04-03 00:51:02 +08:00
smart minor fix 2015-03-20 19:42:10 +08:00
spiffs fix mqtt, do a format when wrong flash size is detected 2015-04-03 00:51:02 +08:00
ssl deep optimizing ram usage 2015-01-07 01:15:38 +08:00
u8glib SPI comm function, untested 2015-02-20 11:07:52 +01:00
upgrade Fix UPGRADE_DBG when in DEVELOP_VERSION. 2015-01-27 13:48:10 +08:00
user fix mqtt, do a format when wrong flash size is detected 2015-04-03 00:51:02 +08:00
wofs Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
.gitignore seperate user_config.h to speed-up compile when modules disabled/enabled 2015-03-06 11:59:04 +08:00
Makefile json port from cjson. not work yet 2015-03-16 09:00:33 +08:00