A package for making a unix socket available on a websocket connection
Project description
python-websocketbridge
A simple bridge program which forwards data between a server socket and client websockets.
This is a little bit like an echo server.
Usage:
python -m websocketbridge 5050 5051
or in a script:
import websocketbridge
websocketbridge.runserver(socket_port=5050, websocket_port=5051)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
websocketbridge-1.0.0.tar.gz
(1.3 kB
view details)
Built Distribution
File details
Details for the file websocketbridge-1.0.0.tar.gz
.
File metadata
- Download URL: websocketbridge-1.0.0.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a6a42c1faf79b7b2c9037e0c7bec034cf313580127fcf44b85461fac8d6a96ad
|
|
MD5 |
b62047e27e59fd06abd0a4322fc69281
|
|
BLAKE2b-256 |
dc140d818f2096a38594ed7f6ad4f4aadc1ca647302cb0135d2ffc9dcc581f43
|
File details
Details for the file websocketbridge-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: websocketbridge-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
90c1a6a3dd340c2d959aa016abf0218f00ede10e4394e46be9835ac0d9e83ce3
|
|
MD5 |
fbd95900372a91ab26df4658ded18cf7
|
|
BLAKE2b-256 |
df571e57ab5c4a5c8de63653aee6af0811b114c208176ca7e829218f5c3020ad
|