Zorbatron
Zorbatron
1. Looking back at you comment, I can't get it to work. `socat pty,rawer,echo=0,link=/tmp/portA pty,rawer,echo=0,link=/tmp/portB` puts the symlinks into `/tmp` and I can confirm that it transfers data between the...
1. Redoing the receive with `-c` for CRC works and the checksum matches! This is what the transfer status looks like: `....................||` . The `archinstall.tar` file is 20480 bytes. So...
After updating to Tio 2.8, I can confirm that transferring files works with the CRC mode!
I'm not sure if this should be a separate issue, but if TCP support is planned, could RFC 2217 be a feature alongside TCP? TLDR on RFC2217: it's an extension...
You could use a Systemd service if you're avoiding Docker. Assuming that your ofsm location is in `/opt`, it could look like this: ``` [Unit] Description=Open Factorio Server Manager [Service]...
There should probably be a toggle-able button in the pattern terminal to allow the insertion of blacklisted items. Programmed circuits for example, because NAE2's new Gregtech card allows a pattern...
This should probably be moved to https://github.com/GTNewHorizons/AE2FluidCraft-Rework or https://github.com/GTNewHorizons/GT-New-Horizons-Modpack
In addition, if the Subsonic API is considered for implementation, could Navidrome's multiple libraries feature be supported? There's only one desktop client (Supersonic) that supports it (the rest just aggregate...
This seems to be a wayland specific issue because this doesn't happen when running SDRAngel with `QT_QPA_PLATFORM=xcb sdrangel`. This forces QT to use it's X11 backend (xwayland for me). I...
Currently Tio is only for local serial ports. There is an existing issue about this at #175.