For users, I think it's better to ask to install rustup from rustup.sh, and then just `cargo install wscat`.
Show HN: Wsta – a CLI for working with WebSockets written in Rust
11–15 of 15 posts
Re: Show HN: Wsta – a CLI for working with WebSockets written in Rust
#12Shameless plug: I built something similar in Golang a while ago: https://github.com/oliver006/ws-client
Re: Show HN: Wsta – a CLI for working with WebSockets written in Rust
#13For users, I think it's better to ask to install rustup from rustup.sh, and then just `cargo install wscat`.
Quite true. Thanks for the tip!
Re: Show HN: Wsta – a CLI for working with WebSockets written in Rust
#14Re: Show HN: Wsta – a CLI for working with WebSockets written in Rust
#15Earlier quoted context omitted.
Yep, that sounds like the magic I was looking for. I'll try it out later today.
Holler if it works, that sounds pretty awesome!
I tried a few different things and couldn't make it work. I think the problem is that the audio data is getting sent as a text websocket message rather than binary message. I got a whole bunch of "error: stream did not contain valid UTF-8" and "No JSON object could be decoded" errors that I think both came from the remote end.