I hereby claim:
- I am tkurki on github.
- I am tkurki (https://keybase.io/tkurki) on keybase.
- I have a public key ASBOl9n96LdEfZ7CTc7Am6jOm8L2AGOjXmTxFohsJhc8TAo
To claim this, I am signing this object:
{ | |
"vessels": { | |
"urn:mrn:signalk:uuid:c0d79334-4e25-4245-8892-54e8ccc8021d": { | |
"uuid": "urn:mrn:signalk:uuid:c0d79334-4e25-4245-8892-54e8ccc8021d", | |
"navigation": { | |
"speedThroughWater": { | |
"value": 3.1361111111111106, | |
"$source": "nmea2.II", | |
"timestamp": "2016-01-10T15:58:45.224Z", | |
"values": { |
{ | |
"updates": [ | |
{ | |
"values": [ | |
{ | |
"path": "propulsion.engine.oilTemperature", | |
"value": 300.1 | |
}, | |
{ | |
"path": "propulsion.engine.exhaustTemperature", |
I hereby claim:
To claim this, I am signing this object:
{ | |
"vessel": { | |
"name": "Volare", | |
"brand": "Friendship", | |
"type": "22", | |
"uuid": "10101010", | |
"dimensions": { | |
"length": 7, | |
"width": 2.5, |
/* | |
* Copyright 2016 Teppo Kurki <[email protected]> | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* Unless required by applicable law or agreed to in writing, software | |
* distributed under the License is distributed on an "AS IS" BASIS, |
#!/bin/bash | |
APP_NAME=XXXX | |
echo Set config vars CERTBOT_TOKEN/RESPONSE | |
curl -s -n -X PATCH https://api.heroku.com/apps/$APP_NAME/config-vars \ | |
-d "{ | |
\"CERTBOT_TOKEN\":\""$CERTBOT_TOKEN"\", | |
\"CERTBOT_VALIDATION\":\""$CERTBOT_VALIDATION"\" | |
}" \ |
{ | |
"updates": [{ | |
"source": { | |
"label": "n2kFromFile", | |
"type": "NMEA2000", | |
"pgn": 130306, | |
"src": "105", | |
"manufacturerCode": "Raymarine", | |
"uniqueNumber": "720088" | |
}, |
{ | |
"pages": [ | |
{ | |
"layout": [ | |
{ | |
"w": 2, | |
"h": 2, | |
"x": 2, | |
"y": 0, | |
"i": "0", |
#include <OneWire.h> | |
#include <DallasTemperature.h> | |
#include <ESP8266WiFi.h> | |
#include <WiFiUdp.h> | |
#include <SPI.h> | |
#include <Wire.h> | |
#include <ESP8266WebServer.h> | |
#include <DNSServer.h> | |
#include <WifiServer.h> |
/* | |
* Copyright 2015 Teppo Kurki <[email protected]> | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* Unless required by applicable law or agreed to in writing, software |