Matthias Behr
Matthias Behr
I'd prefer this as well. But to get some real-world examples we need a logging facility for the real data coming from the serial port.
Hi Alex, I can prepare one. (I pasted the code snippet already in the comments.) (will take a few days) > Am 29.09.2023 um 10:32 schrieb Alexander Wenzel ***@***.***>: >...
@alexmucde see PR#381
@r00t- I think the code is ok/safe. But it might have the side effect that terminating vzlogger might take a while (depending on the meter and how long the read...
@I-can-do-fourier @bambilol would it be ok for your use-cases if remote-ssh scenarios would be supported if (and only if) wireshark/sharkd is installed on the remote machine? That scenario should be...
it seems to work already in a remote-env if - remote-ssh - remote-ssh machine has e.g. package "tshark" installed so that "sharkd" is available on the console (e.g. I have...
I'm trying to add support for Blob instead of Buffer so that only the needed data could be put into memory with .slice(...). This should allow opening huge zip files...
there was no specific reason. If you find a better way to install it, please go ahead :-)
it should follow the telemetry.telemetryLevel setting. Setting that to off disables it. Isn't that ok? (there shouldn't be any privacy/personals data being sent in any case)
Wasn't aware the gzips are natively supported. will take a look a try to add that as well!