c++ 库 libwebsockets-master 2.4 版源码包。亲测可以生成sln 项目。里边有使用到的生成工具,Git-2.22.0-64-bit+Win32OpenSSL-1_0_2p+cmake-3.6.0-win64-x64.msi+libwebsockets-2.4.zip。记得安装上之后需要配置环境变量。
2023-01-16 21:13:51 82.23MB 2.4版 c++ 依赖库
1
Libwebsockets build project for Visual studio 2013
2022-07-22 19:24:11 11.83MB libweb
1
libwebsockets源码及调用实例,源码是github上直接clone下来的,也可以及自己下载。调用实例用c++进行了简单的封装。可以直接编译运行。有问题可以留言。
2021-12-31 01:57:43 18.2MB libwebsockets调用
1
在博客系列文章(https://blog.csdn.net/henter/article/details/89321544)中介绍了如何在Windows平台上编译开源软件libwebsockets(官网:https://libwebsockets.org/)自带的三个简单示例程序,这里把编译好的文件传上来。 内容包括: 1)libwebsockets在Windows平台上的编译的头文件和32位动态库文件; 2)32位OpenSSL-1.1.1-pre6版本的头文件和动态库文件; 3)32位的libwebsockets自带的三个示例程序:具备最基本功能的HTTP服务器,具备最基本功能的WebSocket服务器,具备最基本功能的WebSocket回传所收到消息服务器。
2021-12-05 13:58:37 5.42MB WebSoc
1
libwebsockets是实现websocket的源代码,纯C语言,易于移植。
2021-09-12 23:45:11 279KB websocket
1
CentOS7环境下编译的libwebsockets动态库和静态库,经过测试编译的库可以使用
2021-09-09 10:19:11 1.95MB CentOS libwebsocket
1
Libwebsockets is a simple-to-use, pure C library providing client and server for **http/1**, **http/2**, **websockets** and other protocols in a security-minded, lightweight, configurable, scalable and flexible way. It's easy to build and cross-build via cmake and is suitable for tasks from embedded RTOS through mass cloud serving.
2021-09-07 10:12:04 7.8MB libwebsockets
1
libwebsockets-3.1.0 编译出的 头文件 lib 和 dll 方便引入入项目中使用, 需要配合使用机器中32位openssl。
2021-08-29 10:53:13 845KB libweb
1
Visual studio 10,Visual studio 13 编译libwebsockets。本包中已经编译好32位版本,可以直接使用。 1.下载cmake 3.11,默认安装; 2.下载OpenSSL-Win32,或者解压本包中已有到c:\OpenSSL-Win32,形成目录结构如C:\OpenSSL-Win32\include形式; 3.运行cmake-gui 1)选择libwebsockets所在目录 2)选择编译输出目录 3)generate,选择Visual studio的版本 4.打开工程文件编译 feica 2018.3.13
2021-08-28 17:58:51 23.9MB VS 10 13 websockets
1
AndroidNDK编译libwebsocket.a静态文件和头文件(armv7、arm64、x86)
2021-08-12 21:14:57 2.1MB c++ Android libwebsockets
1