Teppo Kurki

Results 138 issues of Teppo Kurki

The following comment is based just on a quick look, I haven't used this library yet, so please disregard if I am mistaken here. It seems that you are actually...

**Version:** ^7.3.3 **Environment:** - Linux **Expected result:** --unsafe-perm not needed **Actual result:** Global install with -g fails with ``` > [email protected] postinstall /usr/lib/node_modules/signalk-server/node_modules/storage-engine > node ./compatibility/detect.js fs.js:646 return binding.open(pathModule._makeLong(path), stringToFlags(flags),...

Is there a way to passthrough a serial connection to a udp, tcp or WebSocket peer? Related to #379, but more generic: any serial data could be passed through for...

One way to tackle the intricacies of NMEA0183 to SK mapping like #378 would be to pass the data through to the SK server as is and use the parser...

Tried in Docker via `docker run -it --rm node bash` and on MacOS #88. ``` npm ERR! node-pre-gyp info using [email protected] npm ERR! node-pre-gyp info using [email protected] | linux |...

Sorry for shouting, checking if there is somebody listening.

Dnssd fails with ``` events.js:186 throw er; // Unhandled 'error' event ^ Error: send ENETUNREACH 224.0.0.251:5353 at SendWrap.afterSend [as oncomplete] (dgram.js:678:11) Emitted 'error' event on NetworkInterface instance at: at NetworkInterface._onError...

resolveA and resolveAAAA mentioned in the readme seem to be missing: ``` $ node > require('./') { Advertisement: [Function: Advertisement], Browser: [Function: Browser], ServiceType: [Function: ServiceType], tcp: [Function: tcp], udp:...

The current InstrumentPanel is pretty utilitarian - a bit of visual design would not hurt, including a night palette.

enhancement

Apparently the protocol is hard coded to ws - should take into account also the protocol where it was loaded from.