John E. Malmberg

Results 115 comments of John E. Malmberg

I am totally ignorant of the HamPi project. This is what happened: - Maurizio and I planned a migration from his personal github project to the ham-radio-software organization github project....

D-Rats using the new build procedure in the ReadMe when run on a cloned repository will create a Pip installable tarball with a requirements.txt file. I have not had time...

The D-Rats release_0.3 branch is the Python 2 version of D-Rats which used to be the Master branch. The D-Rats 0.3.6b6 tag is the most current version of Python 2...

The D-Rats Master branch has been only tested by a few people, but appears to be functionally on par with the release_0.3 branch. * It add Winlink connections to x86_64...

I thought that was in the last merge, but I did notice that it may not be working in a quick test. The current algorithm has a list of widget...

Partial fix in place, Needs [Transport should have separate worker threads for transmit and receive](https://github.com/ham-radio-software/D-Rats/issues/134) Related: - [Windows Serial](https://github.com/ham-radio-software/D-Rats/issues/166) - [Write timeout/serial port mingw64 shutdown hang](https://github.com/ham-radio-software/D-Rats/issues/148)

What tool created this file? D-Rats / Python 3 is assuming that all text files are Unicode UTF-8 encoded. By default unless special options are added, python will throw an...

There pretty much is no way to fix this issue. There is no way to reliably know the encoding of a text file, especially on the Windows platform. If the...

I am finding on this new Windows 11 PC, with its current power settings is going into such a deep sleep that the repeater gets disconnected, or it is because...

MobaXterm has Cygwin based environment. Cygwin has an extra DLL that translates some posix APIs to Microsoft Windows APIs. Msys2 uses a more minimal interface to native Wind32 APIs. I...