Added function to return network interface.
History
File MQTTClient.h:
2020-03-21, by lamell [Sat, 21 Mar 2020 16:17:57 -0400] rev 65
File MQTTClient.h:
Changed MAX_MQTT_PACKET_SIZE = 2048, original size is limited to 100 bytes.
If the message is larher than this limit, then no message will be identified in the server.
File MQTTClient.h:
2020-03-21, by lamell [Sat, 21 Mar 2020 16:10:55 -0400] rev 64
File MQTTClient.h:
Changed MAX_MQTT_PACKET_SIZE = 2048, it was set to 100. This limits the bytes transf to the server.
Changed NetworkInterface to EthernetInterface and using mbed-os-5.14.1
2020-03-10, by lamell [Tue, 10 Mar 2020 21:25:44 -0400] rev 63
Changed NetworkInterface to EthernetInterface and using mbed-os-5.14.1
Somechanges
2019-12-01, by lamell [Sun, 01 Dec 2019 20:35:06 -0400] rev 62
Somechanges
No change was done.
2019-04-12, by lamell [Fri, 12 Apr 2019 17:22:00 -0400] rev 61
No change was done.
Included string.h header file, otherwise compiler gives memcpy error.
2019-02-21, by lamell [Thu, 21 Feb 2019 17:33:15 -0400] rev 60
Included string.h header file, otherwise compiler gives memcpy error.
MQTTPacket library merge
2017-11-02, by Ian Craggs [Thu, 02 Nov 2017 12:12:41 +0000] rev 59
MQTTPacket library merge
Use correct MQTTPacket library
2017-11-02, by Ian Craggs [Thu, 02 Nov 2017 12:12:02 +0000] rev 58
Use correct MQTTPacket library
Improve sendpacket loop control
2017-11-02, by Ian Craggs [Thu, 02 Nov 2017 12:07:28 +0000] rev 57
Improve sendpacket loop control
Allow acks to be sent at end of timeout
2017-10-03, by icraggs [Tue, 03 Oct 2017 22:51:58 +0000] rev 56
Allow acks to be sent at end of timeout