Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Tollenaar committed Jul 13, 2014
1 parent c870f67 commit 54b7253
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saildata-server",
"version": "0.1.5",
"version": "0.1.6",
"description": "An implementation of a [Signal K](http://signalk.github.io) central server for boats.",
"main": "index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"e-json": "0.0.4",
"express": "3.x",
"lodash": "^2.4.1",
"nmea0183-signalk": "^0.1.9",
"nmea0183-signalk": "^0.1.12",
"node-uuid": "^1.4.1",
"socket.io": "^1.0.6",
"stream-throttle": "^0.1.3"
Expand Down
9 changes: 4 additions & 5 deletions providers/filerunner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,18 @@ if(typeof process.send !== 'function') {

var Parser, fs, reader, filestream, parser, mw, colors, counter, Throttle, throttled, last, path, vessel, FILE;

FILE = 'gofree-merrimac.log';
// FILE = 'gofree-merrimac.log';
// FILE = 'gps.log';
FILE = 'plaka.log';

path = require('path');
vessel = require(path.normalize(__dirname + '/../../settings.json')).vessel;
colors = require('colors');
// mw = require('memwatch');
fs = require('fs');
Parser = require('nmea0183-signalk').Parser;
Throttle = require('stream-throttle').Throttle;
// counter = Date.now();
// last = Date.now();


/* SEND IDENTITY ON FORK START */
process.send({
messageType: 'identity', // in order to find out if the message contains actual data or the Provider's identity
payload: {
Expand Down

0 comments on commit 54b7253

Please sign in to comment.