TCP 代理/网桥的 WebSocket Websockify

码农软件 · 软件分类 · WebSocket开发包 · 2019-04-17 15:14:09

软件介绍

Websockify 是到 TCP 代理/网桥的 WebSocket。可让浏览器连接到任何应用程序/服务器/服务。通过 Python, C, Node.js 和 Ruby 实现。

示例代码:

构建 Python SSL 模块(要求 Python 2.5 及更高版本)

安装构建的依赖,在 Ubuntu 上使用该命令:

sudo aptitude install python-dev bluetooth-dev

在 websockify 存储库的顶层,下载,构建和链接 ssl 模块

wget --no-check-certificate http://pypi.python.org/packages/source/s/ssl/ssl-1.15.tar.gz
tar xvzf ssl-1.15.tar.gz
cd ssl-1.15
make
cd ../
ln -sf ssl-1.15/build/lib.linux-*/ssl ssl

本文地址:https://codercto.com/soft/d/3785.html

Design systems

Design systems

Not all design systems are equally effective. Some can generate coherent user experiences, others produce confusing patchwork designs. Some inspire teams to contribute to them, others are neglected. S......一起来看看 《Design systems》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

MD5 加密
MD5 加密

MD5 加密工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试