nodemcu-firmware/app/modules
dnc40085 5b375cfe50 Copied changes from dev branch, commit f13c5c6 from Wayne Bartnick
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-05-11 05:06:48 -07:00
..
Makefile json port from cjson. not work yet 2015-03-16 09:00:33 +08:00
adc.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
auxmods.h Merge pull request #294 from nodemcu/json 2015-03-18 13:11:11 +08:00
bit.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
cjson.c fix cjson.encode() when in integer version 2015-03-18 19:37:47 +08:00
coap.c default build with coap, reduce coap module mem usage 2015-03-15 20:12:29 +08:00
file.c json port from cjson. not work yet 2015-03-16 09:00:33 +08:00
gpio.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
i2c.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
linit.c add macro to control built-in lib for lua, add libm.a 2015-03-06 15:55:24 +08:00
modules.h json port from cjson. not work yet 2015-03-16 09:00:33 +08:00
mqtt.c merge coap 2015-03-06 16:24:55 +08:00
net.c Add multicastJoin and multicastLeave to net module 2015-04-15 03:41:13 -05:00
node.c merge from dev 2015-03-20 20:15:38 +08:00
ow.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
pwm.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
spi.c Add SPI Module 2015-01-16 22:41:34 +02:00
tmr.c Update tmr.c 2015-04-10 14:56:17 +05:00
u8g.c use correct function for stop in U8G_COM_MSG_WRITE_BYTE 2015-03-18 22:33:16 +01:00
uart.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
wifi.c Copied changes from dev branch, commit f13c5c6 from Wayne Bartnick 2015-05-11 05:06:48 -07:00
ws2812.c Changed the ws2812 byte order from GRB to RGB 2015-03-03 10:20:02 +01:00