Example application to connect the DISCO_F746NG board to thethings.iO
Dependencies: BSP_DISCO_F746NG F7_Ethernet LCD_DISCO_F746NG NetworkAPI TS_DISCO_F746NG ThethingsiO_DISCO_F746NG mbed-dev mbed-rtos
Fork of TCP_Client_Example by
History
updated token usage
2016-09-06, by charlyo [Tue, 06 Sep 2016 08:58:10 +0000] rev 15
updated token usage
Updated library
2016-09-06, by charlyo [Tue, 06 Sep 2016 08:54:46 +0000] rev 14
Updated library
First version
2016-09-06, by charlyo [Tue, 06 Sep 2016 08:44:51 +0000] rev 13
First version
Updated to latest mbed libraries.; Fixed incorrect call to the buffer.pointer() function which has been refactored into buffer.data().
2014-11-15, by NegativeBlack [Sat, 15 Nov 2014 21:37:01 +0000] rev 12
Updated to latest mbed libraries.; Fixed incorrect call to the buffer.pointer() function which has been refactored into buffer.data().
Updated NetworkAPI library.
2012-09-27, by NegativeBlack [Thu, 27 Sep 2012 09:32:23 +0000] rev 11
Updated NetworkAPI library.
TCP Client Example
2012-07-18, by NegativeBlack [Wed, 18 Jul 2012 18:44:02 +0000] rev 10
TCP Client Example
Implemented TCP socket example.
2012-07-18, by NegativeBlack [Wed, 18 Jul 2012 13:22:09 +0000] rev 9
Implemented TCP socket 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.