Skip to content

comm-lab/wsproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wsproxy

Websocket to TCP/UDP socket proxy.

Basic usage

wsproxy -l :8000

just replace :8000 with the listening address and port you want

If the connection initialization cannot be completed, proxy will send a JSON message containing error and a brief explanation, closing the WebSocket.

Websocket URL format:

ws://<addr>:<port>/ws/...

with the following parameters:

  • proto [tcp, udp]
  • addr
  • port
  • format [text, bin]

Static fileserver URL format (optional):

http://<addr>:<port>/www/...

About

WebSocket to TCP/UDP socket proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published