TCP/IP based digital io controller for operating DigitalsOuts and reading DigitalIns.
Dependencies: EthernetInterface NetworkAPI mbed-rtos mbed
Fork of NetRelais by
History
Updated project to latest revision of the NetworkAPI
2012-09-27, by NegativeBlack [Thu, 27 Sep 2012 10:00:27 +0000] rev 11
Updated project to latest revision of the NetworkAPI
Implemented TCP/IP based digital io interface.
2012-07-19, by NegativeBlack [Thu, 19 Jul 2012 11:13:50 +0000] rev 10
Implemented TCP/IP based digital io interface.
TCP Server Example
2012-07-18, by NegativeBlack [Wed, 18 Jul 2012 18:45:57 +0000] rev 9
TCP Server Example
Added simple UDP communication example.
2012-07-18, by NegativeBlack [Wed, 18 Jul 2012 11:24:12 +0000] rev 8
Added simple UDP communication example.
Implemented UDP socket class, needs to be tested.
2012-07-17, by NegativeBlack [Tue, 17 Jul 2012 18:32:46 +0000] rev 7
Implemented UDP socket class, needs to be tested.
Simple hello world example doing a hostname lookup.
2012-07-17, by NegativeBlack [Tue, 17 Jul 2012 15:21:06 +0000] rev 6
Simple hello world example doing a hostname lookup.
Updated EthernetInterface OS implementation to latest RTOS revision
2012-07-16, by donatien [Mon, 16 Jul 2012 14:49:13 +0000] rev 5
Updated EthernetInterface OS implementation to latest RTOS revision
Updated Ethernetinterface Library
2012-07-15, by donatien [Sun, 15 Jul 2012 19:45:47 +0000] rev 4
Updated Ethernetinterface Library
Updated EthernetInterface library
2012-07-03, by donatien [Tue, 03 Jul 2012 13:20:43 +0000] rev 3
Updated EthernetInterface library
Remove debug directives avoiding to change the default settings of the serial port. Add print of the IP address assigned by DHCP.
2012-07-02, by emilmont [Mon, 02 Jul 2012 10:54:00 +0000] rev 2
Remove debug directives avoiding to change the default settings of the serial port. Add print of the IP address assigned by DHCP.