Results 85 comments of John Goerzen

Try running with `--debug` and you should see the exact communication, which should shed some light on it.

Interesting. I found the reference for your device over at http://ww1.microchip.com/downloads/en/DeviceDoc/RN2483-LoRa-Technology-Module-Command-Reference-User-Guide-DS40001784G.pdf and apparently it requires either `mac reset 868` or `mac reset 433` depending on which band you want to...

So there's a lot that could be at play with TCP/IP. Let's start simple, and first verify that the two lorapipes can talk to each other: run one with the...

FWIW, I documented the `mac reset` issue at 3c992bd, so this can be closed. I can keep it open for TCP/IP conversation for a bit though.

Hah, another old CompuServer! Yes indeed, the speed brings back memories of modems... I've done very little in the Arduino space, mainly thanks to the Raspberry Pi being roughly the...

There were some earlier bug reports about issues handling UTF-8 data. hpodder now attempts to parse feeds as UTF-8. I suppose some case could be made that it could attempt...

Hi, I don't have that hardware, so I'm unable to develop that sort of thing. I'd happily take patches! - John On Sun, Jul 30 2023, gagara wrote: > Hello....

That is an interesting approach. It is probably not very easy to achieve in HSH as it is written now, and involves some complicated questions (such as how exactly do...

Currently no stderr processing is done. The key is in genericCommand in Command.hs, with std_err = Inherit. A new instance of ShellCommand could probably be made that would handle this...

This should also change the version requirements in the .cabal file, right?