From 796b25b7ad0b6e97f402aafa851d634666efc6ed Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 13 Nov 2020 14:38:01 +0100 Subject: [PATCH] readme changed --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 0863cf8..f9f299b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,22 @@ +====== pubsubc ====== + +This is a minimal MQTT client library in C. + +It comes with an adaption layer for the ioLibrary_Driver for the +WizNet chips which can be found here https://github.com/Wiznet/ioLibrary_Driver. + +You find a fork with a Makefile a STMCubeMX generated project here +https://home.hottis.de/gitlab/wolutator/ioLibrary_Driver/-/tree/WolfgangsOwnBranch. + +Using this adaption layer you should find it easy to adjust it for +other platforms. + This work is directly derived from the famous PubSubClient library of Nick O'Leary, which can be found at https://pubsubclient.knolleary.net/ It is most or less a plain C rewrite. +All honour for this working MQTT client library goes to Nick O'Leary, +all blame for bugs in the C port shall go to me. + +