Open vi opened 6 years ago
[x] add a description to crates.io page?
[x] remove the following? :
the readme says:
Replies to WebSocket pings are not tested at all
I tested with chrome websocket server interactively:
websocat ws://127.0.0.1:9222/devtools/page.....
and ping pong seems to work very well this is a wireshark screenshot showing them:
That should happen on publish (i.e. on version 1.0.0
non-beta).
Is it Websocat sending pings and getting replies or Chrome sending pings and Websocat replies?
Chrome first send the ping then Websocat reply.
I would also add an option to wrap the input/output of the executed command with another command. An example would be for example to wrap in base64 so that the input is decoded then passed to the command then the output of the command is decoded and passed to base64 (or any other program).
So image I have a command like this:
encrypt_decript(line,pw)
if would be great to have an option to wrap socat input/ouput and websocket input/ouput with that command
Text and line mode by defaultOverhaul line and text mode options.