1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
No description
Find a file
Karl Palsson c8ecd03acf openwrt: Package both cyassl and openssl
This is alternative openwrt package makefile.  It drops the example
applications, as they're 600k+ and it's tedious to get them to build for
both variants of the ssl library.  It includes packages for both cyassl
and openssl variants, though the cyassl variant is only compile tested.
The notes in the original file about needing to add
--enable-opensslextra don't seem to get in the way of building at least?

If this all works out, I can get this into standard openwrt package
repositories.
2014-08-15 12:22:30 +00:00
cmake add missing CMake pieces 2014-02-16 01:52:50 +08:00
lib api: add feature test macro LWS_FEATURE_PROTOCOLS_HAS_ID_FIELD 2014-08-11 20:49:16 +08:00
scripts add CMake find function for libwebsockets 2013-06-29 10:18:52 +08:00
test-server handle client protocol lists properly 2014-07-19 06:52:39 +08:00
win32port Remove websock-w32.h 2014-03-29 08:25:58 +01:00
.gitignore cmake and other fixes 2014-02-15 13:48:56 +08:00
Android.mk android include gregorys example makefile 2013-03-10 07:34:53 +08:00
changelog protocol struct add user controlled id member 2014-08-11 12:11:36 +08:00
CMakeLists.txt Turn off IPv6 in windows for now 2014-04-28 07:32:14 +08:00
config.h.cmake Fix include statement of in6addr.h 2014-04-15 18:38:54 +02:00
cross-arm-linux-gnueabihf.cmake cmake improve cross documentation 2013-03-30 10:30:03 +08:00
cross-ming.cmake Trac 53 minw update 2013-12-18 10:17:25 +08:00
cross-openwrt-makefile openwrt: Package both cyassl and openssl 2014-08-15 12:22:30 +00:00
libwebsockets-api-doc.html introduce api for unthrottle all connections of protocol 2013-03-16 12:43:22 +08:00
libwebsockets.spec cmake update specfile 2013-03-10 08:12:12 +08:00
LICENSE add static linking exception to LICENSE 2013-02-07 23:44:21 +08:00
README add README 2013-02-06 16:07:27 +09:00
README.build refactor add ssl read write single implementation 2014-04-06 06:26:35 +01:00
README.coding truncated send always callback on writeable 2014-04-10 11:23:18 +08:00
README.test-apps introduce test echo 2013-01-30 12:28:44 +08:00

This is the libwebsockets C library for lightweight websocket clients and
servers.  For support, visit

 http://libwebsockets.org

and consider joining the project mailing list at

 http://ml.libwebsockets.org/mailman/listinfo/libwebsockets

You can get the latest version of the library from git

http://git.libwebsockets.org
https://github.com/warmcat/libwebsockets

for more information:

README.build      - information on building the library
README.coding     - information for writing code using the library
README.test-apps  - information about the test apps built with the library