Closed vvanders closed 8 years ago
Hello Val,
You should send any trouble reports to the Direwolf email list at https://groups.yahoo.com/neo/groups/direwolf_packet and not use the Github's issue function. Anyway, what version of Direwolf are seeing the crashes on? 1.3.0 was known to crash on Windows but 1.3.1 solved that. What of Direwolf version are you seeing this compile issue with? GIT/Master? GIT/Dev? What specific version of compiler on Windows10 (MinGW and GCC)?
--David
Thanks for the note, will do in the future(you may want to throw something up under a heading in Readme.md so more people see it).
You're right that 1.3.1 performs better, I had grabbed 1.3 and I no longer see the crash with 1.3.1. I'll go ahead and close this out and follow up if I run into anything else.
I have custom protocol that I'm working on(https://github.com/vvanders/nbplink) that I was hoping to use Direwolf as a raw KISS TNC for Signal Link and other soundcard based radio interfaces.
With the current version(1.3) Direwolf is crashing for me with the first packet sent across. I have packets successfully working on a Kenwood D710 and Mobilinkd via serial ports so I'm somewhat sure that the KISS framing is valid.
I'd be happy to dig into Direwolf more but I can't seem to build it for my platform(Win10) a "make direwolf" from cygwin w/ MinGW tools on the path returns:
Anyway, repro is pretty simple, Win10, v1.3 I'm sending the following bytes over the TCP port:
direwolf.conf is:
If you want to build and run nbplink I'm happy to provide detailed steps.
Thanks, Val