NNN50 WIFI_API library

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

This is mbed compatible EthernetInterface lib exclude for Delta DFCM-NNN50 platform.

Additional information and examples can be found in mbed Handbook

Changes

RevisionDateWhoCommit message
32:8298a2fb074f 2017-09-04 tsungta 56:f4cc53f; Add getRSSI() to readout RSSI while connected with AP router; Add SSL support refer to TCPSocketConnection.connect() default tip
31:f7c71d050c36 2017-09-04 tsungta 56:f4cc53f; Add getRSSI() to readout RSSI while connected with AP router; Add SSL support refer to TCPSocketConnection.connect()
30:d3fe91d19774 2017-07-28 tsungta 51:5165828
29:86b2de427eab 2017-07-28 tsungta 51:5165828; Fix AP connect fail issue and low driver error hangup; Compiled with mbed-os 5.5.1 using optimization Level 3 (-O3)
28:2abbf8463fa8 2017-06-29 tsungta 50:c1cdd22; Compiled with mbed-os 5.5.1 using Optimization Level 3; Host driver is upgrade to 19.5.2; Add API setTXPower and setPPAGain; Remove RTOS relative call function to save RAM space
27:617c6acde338 2017-06-29 tsungta 50:c1cdd22; Compiled with mbed-os 5.5.1 using Optimization Level 3; Host driver is upgrade to 19.5.2; Add API setTXPower and setPPAGain; Remove RTOS relative call function to save RAM space
26:9663a6d037b1 2017-06-22 tsungta 45:2792c00
25:2008b3bae5ca 2017-06-22 tsungta 45:2792c00; Sync up with mbed-os-5.5.0; Refine coexistence mechanism to address BLE scan/connect issue when WIFI is enabled.; Fix some compile warning messages
24:a588c7f472ba 2017-06-19 tsungta 44:2a253f7
23:ba0727e15160 2017-06-19 tsungta 44:2a253f7; Change to use native spi LLD for this lib to prevent the conflict with other SPI/I2C interface used in application
22:5b38592bc0e6 2017-04-17 tsungta 39:0dbab5a
21:39f92cd20454 2017-04-17 tsungta 39:0dbab5a; mbed-os is supported since this revision; CPU hang up issue is fixed; There is receive buffer size usage limitation (must >= receiving data size)
20:0bf9fca318fe 2017-03-26 tsungta 37:55a5318; Fix tcp receive buffer bug (hang up when buff is smaller than received data size); Add timeout to bind and listen to prevent hang up; Trying to fix the issue of eth.connect fail repeatedly
19:d47ed42a7e45 2017-03-26 tsungta 37:55a5318; Fix tcp receive buffer bug (hang up when buff is smaller than received data size); Add timeout to bind and listen to prevent hang up; Trying to fix the issue of eth.connect fail repeatedly
18:eb59b255b9e3 2017-03-22 tsungta 35:85cf8ec
17:2433ecd855a8 2017-03-22 tsungta 35:85cf8ec; Change file name to socket_nmi.o to prevent confusing and library disorder
16:a35b53f8f909 2017-03-17 tsungta 34:29ff90e; Fix bug of tcp/udp socket hang up issue when AP is reconnected;
15:074fa2489b47 2017-03-17 tsungta 34:29ff90e; Fix bug of tcp/udp socket hang up issue when AP is reconnected;
14:ad071b4e0f54 2017-03-13 tsungta 33:54e3fta; Add the missing udpsocket.o
13:8e8166662eee 2017-03-13 tsungta recommit 33:54e3f7a
12:35ad849d24e3 2017-03-13 tsungta 33:54e3f7a; Attempt to fix tcp.connect hangup issue for long time operation
11:b5a426e8f0c1 2017-03-06 tsungta 32:e9a7a41; Update tcpsocketconnection.o and udpsocket.o to fix send, send_all and sendTo bugs
10:7fc160bd0246 2017-01-03 tsungta 31:c38cd9c
9:32d6cd2f8456 2017-01-03 tsungta 31:c38cd9c; Add TCP buffering mechanism (to support HTTPServer and HTTPClient Lib); Add WPS support; Add Socket.close() a delay of 15ms; Fix M2M_WIFI_SEC_WEP connect bug
8:752e003bb0bc 2016-12-19 tsungta recommit 26:3a0357e
7:1f8b46741d9d 2016-12-19 tsungta recommit 26:3a0357e
6:f4b90a8313a4 2016-12-19 tsungta 26:3a0357e
5:2429f27521aa 2016-12-19 tsungta fix wifi.apScan() hang up bug; fix eth.init() relative bug; add eth.disconnect() return value
4:9d5562b1ba02 2016-12-13 tsungta 23:cfa229
3:19572a4f075e 2016-12-13 tsungta 23:cfa229; Bug fix for receive() and receive_(), in which remove wait_ms() in those API to prevent packet losses.; The bug is found and fixed during HTTPClient_NNN50 (19:73fd8f9c4589) porting.
2:a1316fc9f5f2 2016-12-03 tsungta 22:f45e247; Move m2m_wifi_handle_events(NULL); from main.cpp to NNN50_WIFI_API; Fix set_address() bug; Add enableAccessPoint API
1:be6abb24f013 2016-12-03 tsungta 22:f45e247; Move m2m_wifi_handle_events(NULL); from main.cpp to NNN50_WIFI_API; Fix set_address() bug; Add enableAccessPoint() for AP mode function
0:06fccc63b33d 2016-11-23 tsungta 20:7c3d78d; alpha release for NNN50; SoftAP mode is not yet supported.