tow-0.2.0 is not a library.
TOW - TCP (and UDP) over WebSockets
tow is a tiny tunnel/proxy that sends TCP and UDP connections over WebSocket to bypass deep
protocol inspection restrictions in networks with allowed HTTPS.
To install tow, use
Usage
On the server, start a proxy with tow server. It takes two arguments:
--from- The address to listen for incoming WebSocket connections at.--to- The address to forward the incoming WebSocket connections as TCP/UDP to.
For example,
On the client, use tow client instead. It takes two arguments:
--from- The address to listen for incoming TCP/UDP connections at.--to- The address or URL to forward the incoming TCP/UDP connections as WebSockets to.
For example,
License
This project is available under the MIT license.