Tim Mathews

Results 18 comments of Tim Mathews

The distance to dock measuring device could do two things: 1. Provide a definition of `navigation.docking.distanceToDock` available via HTTP API, e.g. `GET /signalk/keyswithmetadata.json` ← is there a standard URL for...

Hey all, I too would like to work on formalizing the data format. Have a look at what I'm working on http://pyxis.openseasproject.org and https://github.com/timmathews/pyxis-design-documents. My goal with this is something...

Totally agree we need to get OpenCPN onboard and also [OpenSkipper](http://sourceforge.net/projects/openskipper/) if they're still actively developing (it's been a year since their last update). There is another project that I've...

@tkurki So basically I reimplemented CANboat in Go (CANboatGo anyone?) in order to learn Go. I like the language and the concurrency patterns baked in make it a good fit...

So peer pressure has made me clean up my server a bit and push it to GitHub. I called it [argo](https://github.com/timmathews/argo). It's really pretty simple stuff, running it on a...

@rob42 So yeah, there is a lot of info in each packet. The structure is something like this for wind (130306): ``` JavaScript {"Header": { "Timestamp": "2014-03-17T17:34:16.978571418-04:00", // ISO-8601 Format...

> In the interest of a common json format this doesn't sound too promising though: you've come up with an alternate json structure to N2K data that is different from...

Here's the metadata API in action: http://pyxis.openseasproject.org/api/v1/messages for the whole list and http://pyxis.openseasproject.org/api/v1/messages/130310 for a specific PGN. It doesn't work for all PGNs currently because of a limitation with Go's...