Non-blocking example of the LWIPInterface

Dependencies:   LWIPInterface NetworkSocketAPI mbed-rtos mbed

Non-blocking example for the NetworkSocketAPI. Attempts to get the device's public facing IP address from ifcfg.me using the Happy Eyeballs algorithm to fetch an IPv4 or IPv6 address.

Changes

RevisionDateWhoCommit message
70:6563866f9466 2016-04-20 Christopher Haster Updated dependencies default tip
69:c991ed538a5b 2016-04-20 Christopher Haster Updated dependencies
68:b672bd8ca56e 2016-04-20 Christopher Haster Updated dependencies
67:2a003621c66e 2016-04-20 Christopher Haster Updated dependencies
66:6a20c7e57306 2016-04-20 Christopher Haster Implemented non-blocking example using happy eyeballs algorithm
65:826ec2bbec51 2016-04-20 Christopher Haster Move to ifcfg.me for example
64:12c45ea75ef2 2016-04-19 Christopher Haster Updated dependencies
63:167bee3360ac 2016-04-20 geky Updated NSAPI
62:567f6ecc7e4d 2016-04-06 geky Updated dependencies
61:d6e4052b740f 2016-04-06 geky Updated dependencies
60:183e963e7aa4 2016-04-05 geky Updated Dependencies
59:14d6716bc772 2016-04-05 geky Updated dependencies
58:7033f5893210 2016-04-05 Christopher Haster Updated example
57:fb2f8e188383 2016-04-05 geky Updated dependencies
56:23922aec9cc6 2016-04-05 geky Revised API;
55:134984f20241 2016-04-01 geky Updated NSAPI
54:540d14337431 2016-04-01 geky Updated NSAPI
53:73193ac9196b 2016-04-01 geky Updated dependency
52:2ad9b9deed9e 2016-04-01 geky Updated dependency
51:89097110ba85 2016-03-31 geky Updated LWIPInterface
50:a9926b8b21fe 2016-03-09 sam_grove Update dependencies
49:4324b055a5cf 2016-03-02 geky Updated dependencies
48:31e2c972d70f 2016-02-29 geky Updated libraries
47:a7417547f7d8 2016-02-29 geky Updated libraries
46:cf5ab96729e1 2016-02-25 Christopher Haster Rudimentary implementation of the LWIPInterface
45:35ab4a323206 2016-02-26 geky Updated dependencies
44:d7c5a56450a1 2016-02-26 geky Created stubbed implementation
43:932c5ddd7860 2016-02-26 geky Initial commit
42:d8ea089e5606 2016-02-25 Christopher Haster Merged api-changes
41:83cf71e499ee 2016-02-25 Christopher Haster Merged api-changes
40:6a90de1da5e2 2016-02-25 Christopher Haster Cleaned up example
39:418427215a94 2016-02-25 Christopher Haster Merged api-changes
38:561e0cdbba79 2016-02-25 Christopher Haster Updated dependencies api-changes
37:4d946ea769fd 2016-02-26 geky Updated dependencies api-changes
36:55c3649e4927 2016-02-25 geky Updated dependencies api-changes
35:9054b4a8097a 2016-02-23 Christopher Haster Updated NetworkSocketAPI api-changes
34:f638bb9f2d30 2016-02-23 Christopher Haster Updated ESP8266Interface and NetworkSocketAPI api-changes
33:b80621db4a68 2016-02-23 Christopher Haster Cleaned up demo api-changes
32:28a909a3748e 2016-02-23 Christopher Haster Updated example to use the changes to the NetworkInterfaceAPI api-changes
31:3269075873dc 2016-02-23 Christopher Haster Updated ESP8266Interface api-changes
30:f80540b6e2db 2016-02-22 Christopher Haster Matched changes in NetworkSocketAPI api-changes
29:469d33b3ea1e 2016-02-23 geky Updated libraries to 'api-changes' branches api-changes
28:4c981f8c32a8 2016-02-22 geky Updated revision of ESP8266Interface
27:ccedb4ad0033 2016-02-02 geky Cleaned demo
26:4242277cf9c7 2016-02-02 geky Reverted "Updated AT firmware version"
25:eef7d93d9f5b 2016-02-01 geky Bumped ESP8266Interface version
24:471a07e886ae 2015-12-28 sam_grove update example program to use NTP
23:9ca7d3d1a2df 2015-08-13 bridadan Updating ESP8266Interface and mbed library
22:1d355289fc18 2015-08-05 sarahmarshy DNS example in main
21:979b1db5d7da 2015-07-27 sarahmarshy DnsQuery and IP
20:4cb9ef3b0cc9 2015-07-26 sam_grove Update dependencies and example
19:03f1da306347 2015-07-22 sarahmarshy Updating libraries
18:a5830a6d3e11 2015-07-21 sarahmarshy Moving to ESP8266Interface
17:72de842c27b4 2015-07-21 sarahmarshy Working receive command
16:bb0a5b830dc5 2015-07-17 sarahmarshy Test UDP socket dev and ESP8266 implementation
15:e48b3c6558b1 2015-07-16 sam_grove small formatting updates
14:c47437f5dae8 2015-07-15 bridadan Updating libraries and example program to match new APIs.
13:561fd2a6fb00 2015-07-15 sam_grove Update URL??
12:31aad4e3317e 2015-07-15 sam_grove Update NetworkSocketAPI dependency
11:b7e531a4d661 2015-06-18 sam_grove change wifi->connect to wifi->open for sockets