/twisp

Wisp protocol server that exposes PTYs over the Wisp connection.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

twisp

Wisp protocol server that exposes PTYs over the Wisp connection.

Warning

twisp has been replaced with epoxy-server and the twisp feature.

Migrating from twisp to epoxy-server

Compile epoxy-server with the twisp feature. Use the following config to replicate twisp --pty /path/to/pty behavior:

[server]
bind = ["file", "/path/to/pty"]
transport = "lengthdelimitedle"
file_raw_mode = true

[wisp]
wisp_v2 = true

[stream]
allow_twisp = true

License

twisp is licensed under the GNU GPL-3.0-or-later license.