From 8d1214f3f1145499483850a936e1377aedff2939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anian=20B=C3=BChler?= <anian.buehler@reutlingen-university.de> Date: Thu, 22 Jul 2021 16:10:20 +0200 Subject: [PATCH] minor changes --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 797b14d..acea258 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,16 @@ The functionalities correspond to state of the art technologies, which are didac publish/subscribe network ### usage + +```Arduino +didacticPSNetClient psnClient; + +psnClient.begin(stream, callback); +psnClient.handleNetwork(); +psnClient.subscribe(topic); +psnClient.unsubscribe(topic); +psnClient.publish(topic); + +didacticPSNetBroker psnBroker; +psnBroker.begin(stream, callback); +psnBroker.handleNetwork(); -- GitLab