From f3f86fd1fe0fb288356bff78f8a6fa2edf89e3fc Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 16 Oct 2024 08:10:14 -0600 Subject: Squashed 'lib/lwip/lwip/' content from commit 0a0452b2c39b git-subtree-dir: lib/lwip/lwip git-subtree-split: 0a0452b2c39bdd91e252aef045c115f88f6ca773 --- src/apps/http/fs/404.html | 21 +++++++++++++++++++ src/apps/http/fs/img/sics.gif | Bin 0 -> 724 bytes src/apps/http/fs/index.html | 47 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 src/apps/http/fs/404.html create mode 100644 src/apps/http/fs/img/sics.gif create mode 100644 src/apps/http/fs/index.html (limited to 'src/apps/http/fs') diff --git a/src/apps/http/fs/404.html b/src/apps/http/fs/404.html new file mode 100644 index 00000000000..40b343a91e2 --- /dev/null +++ b/src/apps/http/fs/404.html @@ -0,0 +1,21 @@ + +lwIP - A Lightweight TCP/IP Stack + + + + +
+ SICS logo + +

lwIP - A Lightweight TCP/IP Stack

+

404 - Page not found

+

+ Sorry, the page you are requesting was not found on this + server. +

+
+   +
+ + diff --git a/src/apps/http/fs/img/sics.gif b/src/apps/http/fs/img/sics.gif new file mode 100644 index 00000000000..0a4fc7bb070 Binary files /dev/null and b/src/apps/http/fs/img/sics.gif differ diff --git a/src/apps/http/fs/index.html b/src/apps/http/fs/index.html new file mode 100644 index 00000000000..ab575ef0891 --- /dev/null +++ b/src/apps/http/fs/index.html @@ -0,0 +1,47 @@ + +lwIP - A Lightweight TCP/IP Stack + + + + +
+ SICS logo + +

lwIP - A Lightweight TCP/IP Stack

+

+ The web page you are watching was served by a simple web + server running on top of the lightweight TCP/IP stack lwIP. +

+

+ lwIP is an open source implementation of the TCP/IP + protocol suite that was originally written by Adam Dunkels + of the Swedish Institute of Computer Science but now is + being actively developed by a team of developers + distributed world-wide. Since it's release, lwIP has + spurred a lot of interest and has been ported to several + platforms and operating systems. lwIP can be used either + with or without an underlying OS. +

+

+ The focus of the lwIP TCP/IP implementation is to reduce + the RAM usage while still having a full scale TCP. This + makes lwIP suitable for use in embedded systems with tens + of kilobytes of free RAM and room for around 40 kilobytes + of code ROM. +

+

+ More information about lwIP can be found at the lwIP + homepage at http://savannah.nongnu.org/projects/lwip/ + or at the lwIP wiki at http://lwip.wikia.com/. +

+
+   +
+ + + -- cgit v1.2.3