diff --git a/doc/html/md_README.generic-table.html b/doc/html/md_README.generic-table.html new file mode 100644 index 00000000..cae3cbaa --- /dev/null +++ b/doc/html/md_README.generic-table.html @@ -0,0 +1,95 @@ + + +
+ + + +![]() |
+
+ libwebsockets
+
+ Lightweight C library for HTML5 websockets
+ |
+
Generic-table is a JSON schema and client-side JS file that makes it easy to display live, table structured HTML over a ws link.
+An example plugin and index.html using it are provided.
+Enable at CMake with -DLWS_WITH_PLUGINS=1
+When the ws connection is established, the protocol should send a JSON message describing the table columns. For example
+The
+![]() |
+
+ libwebsockets
+
+ Lightweight C library for HTML5 websockets
+ |
+
As a library, lws is just a component in a bigger application.
+Many users are able to share their sources, but others decide not to, for "commerical advantage" or whatever.
+This makes answering questions like "what is wrong with my code I am not +going to show you?" very difficult.
+Even if it's clear there is a problem somewhere, it cannot be understood or reproduced by anyone else if it needs user code that isn't provided.
+The biggest question is, "is this an lws problem actually"?
+The test server and client are extremely useful for sanity checks and debugging guidance.
+