Teppo Kurki
Teppo Kurki
As a reference: I wrote a small lib that uses Canboat's data to convert JavaScript objects with [proper fields](https://github.com/tkurki/to-n2k/blob/master/test/127250.js#L14-L18) to actisense_serial format: https://github.com/tkurki/to-n2k
How will N2kMessages.cpp be different, if you & others keep adding more PGNs to it? Is there some c++ magic here I am not familiar with? If you generated the...
If it is the linker then it would not matter at all if N2kMessages had parse/set method for any number of PGNs - or have I understood something wrong? After...
I see that 127513 is different in canboat and here, but can't really comment on it. Some Canboat data has bit offsets if that is what you're asking: https://github.com/canboat/canboat/blob/master/analyzer/pgns.json#L7818-L7908. This...
Four Your Information: there is now https://github.com/sbender9/canboatjs, which is 100% based on the pgns structure database from canboat. In fact the module's code in itself knows almost nothing about the...
https://github.com/lerna/lerna-changelog apparently works on labeled PRs, so it would be a good idea to start labeling PRs so that eventually it will have something to chew on. And labels would...
Sorry, I have not looked into how this project creates releases and I don't know if you can update just the notes for existing Github releases. I just think it...
This is what I get today: ``` npm ERR! node-pre-gyp info using [email protected] npm ERR! node-pre-gyp info using [email protected] | darwin | arm64 npm ERR! node-pre-gyp ERR! UNCAUGHT EXCEPTION npm...
OpenCpn has extensive enc support, including s63. https://github.com/OpenCPN/OpenCPN https://github.com/bdbcat/s63_pi
Can't easily test this as a PR, but a cropped up version of ``` prebuild-armv7-alpine: name: Prebuild on armhf alpine runs-on: ubuntu-latest needs: publish steps: - uses: docker/setup-qemu-action@v1 - run:...