Corey Minyard
Corey Minyard
> On Tue, Sep 20, 2022 at 05:52:15AM -0700, Alexander Steffen wrote: I've defined a port with `accepter: tcp,1234`. When starting ser2net at boot, it complains: > Invalid accepter port...
This is fixed a different way, per discussions in PR #84.
On Sat, Sep 10, 2022 at 09:43:06AM -0700, Christian Winther wrote: > Hey! > > Thanks for an amazing project, I've been using it very successfully with [zigbee2mqtt](https://www.zigbee2mqtt.io)'s support for...
On Thu, Sep 15, 2022 at 11:43:17AM -0700, Christian Winther wrote: > @cminyard, what are your thoughts on the above? is it an acceptable solution to you? should [the build...
I realized I commented in a closed issue. So here it is again... I have just finished implementing an AX25 library in C. It's part of the gensio library at...
Just FYI, I have added Go language support to the gensio library.
I now have native AX.25 support working in pat. To use this, do the following: ``` git clone https://github.com/cminyard/wl2k-go.git cd wl2k-go git checkout gensio-work cd .. git clone https://github.com/cminyard/pat.git cd...
Oh, I forgot, you need a bleeding-edge version of swig, the master branch at https://github.com/swig/swig so you'll need to check that out and install it so it's first in the...
Well, sorry, the swig people haven't pulled in some patches I sent yet. You will need to get swig from https://github.com/cminyard/swig and use the add-goin-newline, branch. It's a pain, yes....
I was able to get it to work under Windows. gensio is compiled with mingw64. There were a few little fixes, but nothing big, and it's all checked into the...