Skip to content

Wisp is a low-overhead, easy to implement protocol for proxying multiple TCP/UDP sockets over a single websocket.

License

Notifications You must be signed in to change notification settings

MercuryWorkshop/wisp-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Wisp Protocol

Wisp is designed to be a low-overhead, easy to implement protocol for proxying multiple TCP sockets over a single websocket connection.

For the protocol specifications, see protocol.md.

Server Implementations:

Client Implementations:

Software Using Wisp:

  • libcurl.js - A port of libcurl to WebAssembly, for proxying HTTPS requests from the browser with full TLS encryption
  • epoxy-tls - An encrypted proxy for browser javascript, written in Rust.
  • Ultraviolet - A sophisticated web proxy, which uses either libcurl.js or epoxy.
  • Whisper - A client for Wisp that exposes the connection over a TUN device.

Copyright:

This repository is licensed under the Creative Commons Attribution 4.0 International license. The implementations listed above use different licenses.

The Wisp protocol specifications were written by @ading2210.

creative commons banner