<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.tinkernet.ca/index.php?action=history&amp;feed=atom&amp;title=IoT_-_Modular_-_MQTT.h</id>
	<title>IoT - Modular - MQTT.h - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tinkernet.ca/index.php?action=history&amp;feed=atom&amp;title=IoT_-_Modular_-_MQTT.h"/>
	<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_MQTT.h&amp;action=history"/>
	<updated>2026-05-22T15:11:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_MQTT.h&amp;diff=1572&amp;oldid=prev</id>
		<title>Tinker: Created page with &quot;&lt;syntaxhighlight lang=&quot;cpp&quot; line=&quot;1&quot;&gt; #ifndef MQTT_H #define MQTT_H  #define MQTT_BUFFER_SIZE (100)       // This number is arbitrary                                     // To...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_MQTT.h&amp;diff=1572&amp;oldid=prev"/>
		<updated>2021-04-30T19:22:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt; #ifndef MQTT_H #define MQTT_H  #define MQTT_BUFFER_SIZE (100)       // This number is arbitrary                                     // To...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
#ifndef MQTT_H&lt;br /&gt;
#define MQTT_H&lt;br /&gt;
&lt;br /&gt;
#define MQTT_BUFFER_SIZE (100)       // This number is arbitrary&lt;br /&gt;
                                    // Topic can be up to 65,536 bytes&lt;br /&gt;
                                    // Message can be up to 268,435,456 bytes&lt;br /&gt;
&lt;br /&gt;
char MQTT_outTopic[MQTT_BUFFER_SIZE];&lt;br /&gt;
char MQTT_inTopic[MQTT_BUFFER_SIZE];&lt;br /&gt;
char MQTT_teleTopic[MQTT_BUFFER_SIZE];&lt;br /&gt;
char MQTT_statTopic[MQTT_BUFFER_SIZE];&lt;br /&gt;
&lt;br /&gt;
char MQTT_msg_out[MQTT_BUFFER_SIZE *10];&lt;br /&gt;
&lt;br /&gt;
unsigned long beacon_timer = 0;&lt;br /&gt;
#define BEACON_INTERVAL 30000 // Timer interval for the &amp;quot;keep-alive&amp;quot; status beacon&lt;br /&gt;
&lt;br /&gt;
extern char *MQTT_broker;&lt;br /&gt;
extern char *MQTT_user;&lt;br /&gt;
extern char *MQTT_pass;&lt;br /&gt;
extern char *MQTT_ClientName;&lt;br /&gt;
&lt;br /&gt;
extern char *WiFi_ssid;&lt;br /&gt;
&lt;br /&gt;
#endif  // MQTT_H&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tinker</name></author>
		
	</entry>
</feed>