Added simple UDP demo into the mqtt project to enable the network connectivity to be tested in a simple way prior to performing any MQTT operations.

This commit is contained in:
Richard Barry 2019-07-17 20:50:15 +00:00
parent d362efca8d
commit 2b295f9015
5 changed files with 231 additions and 55 deletions

View file

@ -25,13 +25,6 @@
* 1 tab == 4 spaces!
*/
/*
* This project is a cut down version of the project described on the following
* link. Only the simple UDP client and server and the TCP echo clients are
* included in the build:
* http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/examples_FreeRTOS_simulator.html
*/
/* Standard includes. */
#include <stdio.h>
#include <time.h>