Vitaly Shukela
Vitaly Shukela
Or maybe "*(enabled by default, enabled through the "qqq" feature)*" where `document-features` exposes relationship between all documented features (even if it is going through a non-documented feature) even when they...
H60-L12 running Android 4.4.2. If you read error message attentively, you notice that it points to missing symbol `signal` (probably among others) used by `libscanmem.so`, not inability to find the...
The site seems to ban wide range of IP addresses, including [Internet Archive](web.archive.org) and a [downtime checker](https://downforeveryoneorjustme.com/). `robots.txt` does also seem restrictive. Seems like viewing that site is a privilege,...
If you want Websocat to send pings, use `--ping-interval` (and maybe `--ping-timeout`) options. Note that it would send the pings constantly, regardless of incoming data or pings. --- Connection termination...
> The problem is that the _SESSION_TOKEN I pass by the header is only valid 30 minutes. Does expiration of the token closes existing WebSocket connection or just prevents new...
> I think maybe a sort or keepalive in the websocket could be enough to keep the connection even if the serial console or the vnc screen is idle. Try...
> It could also help handling those kind of messages : > `Received a pong with a strange content from websocket` What could help? I expect this message to indicate...
> ... modifying the --ping-interval value dynamically ... I don't really understand. Why would you want to edit it? To cause eventual disconnection? (Note: haven't read that comment in full...
Websocat3 is probably just abandoned, I sometimes experiment with (currently unpublished) Websocat4 based on rhai scripts. Even if Websocat3 was more usable, I doubt it could do something like "dynamic...
> ... retrieve and interpret every bits transfering in both direction in the websocket pipe `log:` overlay prints incoming and outgoing buffers to stderr, e.g. ``` $ websocat -b -...