Skip to content

Wisp protocol server that exposes PTYs over the Wisp connection.

License

Notifications You must be signed in to change notification settings

MercuryWorkshop/twisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Wisp protocol server that exposes PTYs over the Wisp connection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages