Skip to content

Anillc/cryocat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryocat

A program that pipes stdio to the other side with STUN/TURN.

usage

server

cryocat-server -b 0.0.0.0:80

client (same at both side)

export SERVER=ws://server.example.com
export STUN=stun.example.com
export TURN=turn.example.com
export TURN_USERNAME=username
export TURN_CREDENTIAL=credential
cryocat some-id

About

A program that pipes stdio to the other side with STUN/TURN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors