websocat icon indicating copy to clipboard operation
websocat copied to clipboard

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions

Results 166 websocat issues
Sort by recently updated
recently updated
newest added

I am trying to follow the example under "Open a tab in Chromium using remote debugging" on https://github.com/vi/websocat But it does not work. ``` $ /Applications/Chromium.app/Contents/MacOS/Chromium --remote-debugging-port=9222 DevTools listening on...

The Alpine package explicitly uses the `--locked` argument to ensure the proper dependencies. However, with the v1.10.1 release this fails: ```sh >>> websocat: Unpacking /var/cache/distfiles/websocat-1.10.1.tar.gz... Updating crates.io index error: the...

The current naming scheme for released binaries is not predictable (architecture is not always present in the binary name). Would it be possible to have a more consistent naming scheme...

This tool is great, but I have a problem I see the method for lcu websocket in this link https://hextechdocs.dev/getting-started-with-the-lcu-websocket/ But got this reply, don't know what's wrong, I need...

"Some older versions of Websocat may also have Debian package files avaialble on Github releases." avaialble -> available

Dear Vitaly My internet provider let us the possibility to run Virtual Machine in the router gateway they provide. They also provide a REST API for managing Virtual Machines. All...

I'm trying to use websocat as a client to test a server WebSocket implementation which is designed to take large messages (both text and binary). But I seem to be...

Hello, I like the idea to use websocat to get last price streams from cryto exchanges, from the command line. With Binacne exchange, it is as easy as: websocat "wss://fstream.binance.com/stream?streams=$pair@markPrice"...

Tried to install it 3 times. It never finished after waiting more than 45 minutes. Why so many dependencies for such a simple utility? Why write a general utility in...