Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MQTT WIZnet_Library mbed
networking.h
00001 #pragma once 00002 00003 #include "MQTTSocket.h" 00004 #include "MQTTClient.h" 00005 00006 typedef MQTT::Client<MQTTSocket,Countdown> MClient; 00007 typedef void (*recv_ctl_cb)(const char*, const char*); 00008 00009 int networking_init(MQTTSocket &sock, MClient &client, const char *broker,const char* sensors[][2], const char* actuators[][2], recv_ctl_cb cb); 00010 void publish_value(MClient &client, const char *topic, const char *buf);
Generated on Tue Jul 12 2022 17:25:22 by
