Example program for the BSDInterface

Dependencies:   BSDInterface NetworkSocketAPI

Fork of HelloLWIPInterface by NetworkSocketAPI

Files at this revision

API Documentation at this revision

Comitter:
Christopher Haster
Date:
Thu Feb 25 11:11:25 2016 -0600
Parent:
45:35ab4a323206
Child:
47:ac3cc44106cb
Commit message:
Rudimentary implementation of the LWIPInterface

Changed in this revision

LWIPInterface.lib Show annotated file Show diff for this revision Revisions of this file
NetworkSocketAPI.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/LWIPInterface.lib	Fri Feb 26 17:44:19 2016 +0000
+++ b/LWIPInterface.lib	Thu Feb 25 11:11:25 2016 -0600
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/NetworkSocketAPI/code/LWIPInterface/#2fbcfc9c12dd
+https://developer.mbed.org/teams/NetworkSocketAPI/code/LWIPInterface/#7fb7e78cb17f
--- a/NetworkSocketAPI.lib	Fri Feb 26 17:44:19 2016 +0000
+++ b/NetworkSocketAPI.lib	Thu Feb 25 11:11:25 2016 -0600
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/NetworkSocketAPI/code/NetworkSocketAPI/#f2a088d58051
+http://developer.mbed.org/teams/NetworkSocketAPI/code/NetworkSocketAPI/#0c764f654352
--- a/main.cpp	Fri Feb 26 17:44:19 2016 +0000
+++ b/main.cpp	Thu Feb 25 11:11:25 2016 -0600
@@ -22,7 +22,7 @@
 void flash(){ myled = !myled; }
 
 LWIPInterface eth;
-TCPSocket socket(&eth); // TODO
+TCPSocket socket(&eth);
 
 int main()
 {