Has anyone managed to get rnsh working from a Windows client? It works fine on Debian, but I'm encountering an error when trying to connect from a Windows machine.
Here's my use case:
I'm hosting a custom piece of software for someone. Currently, he accesses it using PuTTY to SSH into a machine I have running at home and uses it that way. I want to create a local LoRa mesh in my city, and this is an ideal use case for it as it only requires a very low bandwidth connection.
I've managed to successfully connect to and run the software over rnsh on a Debian machine, but when I installed Reticulum on his Windows 11 computer, rnsh threw an error about a missing module? Unfortunately, I don't remember exactly what the error was, and I don't have easy access to that machine, but I think it had something to do with termcap? I wish I could supply more detail.
The network seems to work otherwise. Has anyone encountered this issue? Is there a solution?