Fork of mbed official TCPSocket_Helloworld using PicoTCP
Dependencies: PicoTCP lpc1768-picotcp-eth mbed-rtos mbed
Fork of TCPSocket_HelloWorld by
This is a fork of the official TCPSocket_Helloworld from mbed. (https://mbed.org/users/mbed_official/code/TCPSocket_HelloWorld/).
This project demonstrates that the PicoTCP library basically provides the same API calls, so in order to change the TCP/IP stack of your application, you only need to remove the EthernetInterface library and replace it with the following two projects:
Revision 10:8aeafea0e859, committed 2012-08-01
- Comitter:
- emilmont
- Date:
- Wed Aug 01 13:32:17 2012 +0000
- Parent:
- 9:4757a976148d
- Child:
- 11:59dcefdda506
- Commit message:
- Update socket library
Changed in this revision
| EthernetInterface.lib | Show annotated file Show diff for this revision Revisions of this file |
| mbed-rtos.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/EthernetInterface.lib Fri Jul 27 13:59:39 2012 +0000 +++ b/EthernetInterface.lib Wed Aug 01 13:32:17 2012 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/EthernetInterface/#9dce8f443bfd +http://mbed.org/users/mbed_official/code/EthernetInterface/#0d9ae7845bfe
--- a/mbed-rtos.lib Fri Jul 27 13:59:39 2012 +0000 +++ b/mbed-rtos.lib Wed Aug 01 13:32:17 2012 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed-rtos/#4238c328365e +http://mbed.org/users/mbed_official/code/mbed-rtos/#70bd33086f56


