From 8b43b82ec58867b10384a7b883249951de38db5c Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Mon, 10 Dec 2018 09:37:04 +0000 Subject: [PATCH] resilient: add link to micropython-iot. --- resilient/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resilient/README.md b/resilient/README.md index fffbbda..3c0f95e 100644 --- a/resilient/README.md +++ b/resilient/README.md @@ -1,5 +1,8 @@ # Resilient MicroPython WiFi code +This document is intended as a general design guide. A specific solution for +many IOT applications may be found [here](https://github.com/peterhinch/micropython-iot.git). + The following is based on experience with the ESP8266. It aims to show how to design responsive bidirectional networking applications which are resilent: they recover from WiFi and server outages and are capable of long term running