Martin Hebnes Pedersen

Results 150 comments of Martin Hebnes Pedersen

Quick update: I've been making some progress on this over the summer. I believe I've found a good approach for managing the TNC state by demultiplexing the incoming frames to...

@KI7ODK - I've pushed the branch now :) Will push relevant changes to the Pat repo as soon as I have done my own review of the code.

Here is the chat app I've been using for testing purposes: https://go.dev/play/p/b_5rTBdTKi4

I've pushed a branch of Pat that uses this transport if anyone wants to check it out: https://github.com/la5nta/pat/tree/feature/agwpe-engine.

Thanks for the detailed report 😊

This was possibly fixed by b3b4be1c882d23e62024339b3706f6206d8a38cb, which will be included in the next release of Pat (>v0.12.1). Please report back once released. Thank you 🙂

Closed this as VARA is now supported (albeit not --listen yet).

Hello, I guess it means that the connection was unexpectedly closed, possibly while reading the login response. I agree, the error could be more meaningful. These net.Conn errors should probably...

Thanks Scott! I agree that it would be nice if we could facilitate new Winlink users to set a password recovery email. However, I'm not sure requiring it as a...

Hi guys, I have been working on a system at work that I've implemented in go with VoltDB, using voltdbgo. It's almost ready for testing, and so far we've been...