Skip to content

Commit 8f66bf2

Browse files
author
Jay Logue
committed
Added preface to README describing the openweave-esp32-lwip code
1 parent 7806789 commit 8f66bf2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
openweave-esp32-lwip
2+
3+
openweave-esp32-lwip is version of the LwIP Lightweight TCP/IP stack enhanced
4+
to support Nest’s OpenWeave IoT application layer framework running on the
5+
Espressif ESP32.
6+
7+
openweave-esp32-lwip is a combination of three open-source code bases:
8+
9+
* the baseline LwIP stack published, by the LwIP project;
10+
* patches to LwIP for the ESP32, published by Espressif Systems; and
11+
* patches to LwIP to support OpenWeave, published by Nest/Google.
12+
13+
The Nest team has published this code in a combined form to make it easier for
14+
developers to build and test OpenWeave applications on the ESP32. Despite
15+
this, openweave-esp32-lwip does not constitute an officially supported Google
16+
Product.
17+
18+
19+
-------------------------------------------------------------------------
20+
Original LwIP README documentation follows
21+
-------------------------------------------------------------------------
22+
123
INTRODUCTION
224

325
lwIP is a small independent implementation of the TCP/IP protocol

0 commit comments

Comments
 (0)