add mqtt demo

This commit is contained in:
Chen Han
2019-10-29 15:12:36 +08:00
parent d22ebb3696
commit 70ff2dad56
7 changed files with 395 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef _SOCKET_WRAPPER_
#define _SOCKET_WRAPPER_
#include "sal_module_wrapper.h"
sal_module_t *get_socket_module(void);
#endif //_SOCKET_WRAPPER_