ESP8266 Developer Zone The Official ESP8266 Forum 2015-01-15T22:38:58+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=104 2015-01-15T22:38:58+08:00 2015-01-15T22:38:58+08:00 https://bbs.espressif.com:443/viewtopic.php?t=104&p=508#p508 <![CDATA[Re: 【BETA】esp_iot_sdk_v0.9.5_b1 released !]]>
jackon wrote:
The version on github is a RTOS version, you can use lwip's socket APIs.


I know that I _can_ use it, I wanted to find out what Espressif's plans are...

Statistics: Posted by 0xPIT — Thu Jan 15, 2015 10:38 pm


]]>
2015-01-09T15:32:20+08:00 2015-01-09T15:32:20+08:00 https://bbs.espressif.com:443/viewtopic.php?t=104&p=467#p467 <![CDATA[Re: 【BETA】esp_iot_sdk_v0.9.5_b1 released !]]> Statistics: Posted by jackon — Fri Jan 09, 2015 3:32 pm


]]>
2015-01-07T20:40:20+08:00 2015-01-07T20:40:20+08:00 https://bbs.espressif.com:443/viewtopic.php?t=104&p=460#p460 <![CDATA[Re: 【BETA】esp_iot_sdk_v0.9.5_b1 released !]]>
what is the Plan with the API and Networking?
Do you have some sort of roadmap for the SDK?
What version do you suggest to develop against currenty?

The latest version on github seems to have the network abstraction (espconn) along side a lot of other stuff (e.g. most ETS* Macros) removed.
Shall we use lwip natively now or will you re-add the abstraction?

There are also general issues, like c_types.h defines uint8_t which is already defined in stdint.h and so on...

Thanks,

pit

Statistics: Posted by 0xPIT — Wed Jan 07, 2015 8:40 pm


]]>
2015-01-07T00:26:08+08:00 2015-01-07T00:26:08+08:00 https://bbs.espressif.com:443/viewtopic.php?t=104&p=456#p456 <![CDATA[Re: 【BETA】esp_iot_sdk_v0.9.5_b1 released !]]> Statistics: Posted by scargill — Wed Jan 07, 2015 12:26 am


]]>
2014-12-29T13:59:29+08:00 2014-12-29T13:59:29+08:00 https://bbs.espressif.com:443/viewtopic.php?t=104&p=386#p386 <![CDATA[Re: 【BETA】esp_iot_sdk_v0.9.5_b1 released !]]> Thanks for your interest in ESP8266!

Statistics: Posted by ESP_Faye — Mon Dec 29, 2014 1:59 pm


]]>
2014-12-27T10:04:50+08:00 2014-12-27T10:04:50+08:00 https://bbs.espressif.com:443/viewtopic.php?t=104&p=371#p371 <![CDATA[Re: 【BETA】esp_iot_sdk_v0.9.5_b1 released !]]> Statistics: Posted by jmg5150 — Sat Dec 27, 2014 10:04 am


]]>
2014-12-26T14:17:14+08:00 2014-12-26T14:17:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=104&p=361#p361 <![CDATA[Re: 【BETA】esp_iot_sdk_v0.9.5_b1 released !]]>
alonewolfx2 wrote:
Can you add example for arp function? And ping problem still continues. for first request 300-600ms and after first request proximate between 3ms and 10ms.


here is example for sending arp, provided by kingfisher
http://www.esp8266.com/viewtopic.php?f=6&t=511#p2360

if you want to test arp response of ESP8266, you can use this command in linux.
example:

Code:

arping -c 10000 -I wlan2 192.168.101.148 -b

Statistics: Posted by jackon — Fri Dec 26, 2014 2:17 pm


]]>
2014-12-26T05:15:35+08:00 2014-12-26T05:15:35+08:00 https://bbs.espressif.com:443/viewtopic.php?t=104&p=358#p358 <![CDATA[Re: 【BETA】esp_iot_sdk_v0.9.5_b1 released !]]> Statistics: Posted by jmg5150 — Fri Dec 26, 2014 5:15 am


]]>
2014-12-25T23:20:20+08:00 2014-12-25T23:20:20+08:00 https://bbs.espressif.com:443/viewtopic.php?t=104&p=355#p355 <![CDATA[Re: 【BETA】esp_iot_sdk_v0.9.5_b1 released !]]> Statistics: Posted by alonewolfx2 — Thu Dec 25, 2014 11:20 pm


]]>
2014-12-25T14:03:09+08:00 2014-12-25T14:03:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=104&p=346#p346 <![CDATA[【BETA】esp_iot_sdk_v0.9.5_b1 released !]]> just a beta version without a full function test !

It revised:
1、API to get status of DHCP (wifi_softap_dhcps_status and wifi_station_dhcpc_status):
reported by pvvx @ http://www.esp8266.com/viewtopic.php?f=6&t=946#p5278

2、Fix API issues of wifi_station_ap_change and wifi_station_ap_get_info:
reported by jmg5150 @ viewtopic.php?f=7&t=84

3、Function ARP add re_quest:
reported by kingfisher @ http://www.esp8266.com/viewtopic.php?f=6&t=511

4、Fix API issues of wifi_station_get_connect_status with static ip:
reported by clinkme @ http://www.esp8266.com/viewtopic.php?f=6&t=957

PS. please fill out the reason when you register a new user account,and refer to http://bbs.espressif.com/viewtopic.php?f=7&t=4

Thanks for your interest in ESP8266! Merry Christmas! :P

v0.9.5(b1) 14_12_25 是beta版软件,不是正式release,未经过完整测试,解决部分论坛上搜集到的问题

1、修正获取dhcp状态接口API问题 (wifi_softap_dhcps_status and wifi_station_dhcpc_status);
reported by pvvx @ http://www.esp8266.com/viewtopic.php?f=6&t=946#p5278

2、修正wifi_station_ap_change在未设置AP信息时调用出现的问题,修改wifi_station_ap_get_info接口API,返回已 设置AP的个数;
reported by jmg5150 @ viewtopic.php?f=7&t=84

3、修改arp模块,增加re_quest功能;
reported by kingfisher @ http://www.esp8266.com/viewtopic.php?f=6&t=511

4、修正wifi_station_get_connect_status在某些情况下返回错误状态的问题;
reported by clinkme @ http://www.esp8266.com/viewtopic.php?f=6&t=957

另,请注册 BBS 用户时,填写理由,并参考帖子 http://bbs.espressif.com/viewtopic.php?f=7&t=4

感谢大家对 ESP8266 的关注!圣诞快乐!
:P
esp_iot_sdk_v0.9.5_b1_14_12_25.zip

Statistics: Posted by ESP_Faye — Thu Dec 25, 2014 2:03 pm


]]>