Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wip/mqtt/init - tracking mqtt experiments #190

Merged
merged 37 commits into from
Mar 19, 2015
Merged

Wip/mqtt/init - tracking mqtt experiments #190

merged 37 commits into from
Mar 19, 2015

Conversation

bewest
Copy link
Member

@bewest bewest commented Oct 1, 2014

The corresponding uploader changes (there are a few actually)

The protobuf model:
https://github.com/nightscout/android-uploader/blob/master/core/src/main/java/com/nightscout/core/model/Download.proto

Feel free to close/ignore if this gets in the way of things, I'll move it to my personal fork if it becomes a distraction.

@bewest
Copy link
Member Author

bewest commented Oct 1, 2014

I can see some messages being delivered from some past experiment, interesting.

Uses experimental support in sgvdata for protobuf.
@bewest
Copy link
Member Author

bewest commented Oct 1, 2014

This should work with @ktind's mqtt uploader with the download model to at least debug the thing (it won't record anything yet, but should be able to receive the messages and print them).

@bewest
Copy link
Member Author

bewest commented Oct 1, 2014

Really want to arrange the last will and testament message, the on connect message, and a message for usb connection status. The combination will allow us to put a real-time widget on the web app with the connection status.

@bewest bewest added the ready label Nov 22, 2014
@bewest
Copy link
Member Author

bewest commented Nov 22, 2014

See also #272

@bewest bewest mentioned this pull request Dec 5, 2014
@bewest
Copy link
Member Author

bewest commented Dec 5, 2014

  • - update protobuf to match latest from android-uploader

@@ -167,6 +167,11 @@ function storage(name, storage, pushover) {
});
}

function writeStream (opts) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesn't look like this is used by anything

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 72.74% when pulling 98417ae on wip/mqtt/init into 06c1008 on dev.

jasoncalabrese and others added 5 commits March 17, 2015 19:37
Make sure indexes are created for commonly sought fields.
Resolved Conflicts:
	lib/devicestatus.js
	package.json
	server.js
@bewest
Copy link
Member Author

bewest commented Mar 18, 2015

The rebasing includes re-plays on top of wip/bootevent/init.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 82032f4 on wip/mqtt/init into * on dev*.


function index (opts) {
function calc (data) {
var o = lo.pick(data, opts.keys);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should lo be _?

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 0cdd3c0 on wip/mqtt/init into * on dev*.

1 similar comment
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 0cdd3c0 on wip/mqtt/init into * on dev*.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling d185010 on wip/mqtt/init into * on dev*.

1 similar comment
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling d185010 on wip/mqtt/init into * on dev*.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling d185010 on wip/mqtt/init into * on dev*.

@jasoncalabrese jasoncalabrese added this to the enchilada milestone Mar 18, 2015
jasoncalabrese added a commit that referenced this pull request Mar 19, 2015
Wip/mqtt/init - tracking mqtt experiments
@jasoncalabrese jasoncalabrese merged commit d0d708c into dev Mar 19, 2015
@jasoncalabrese jasoncalabrese deleted the wip/mqtt/init branch March 19, 2015 04:55
@bewest
Copy link
Member Author

bewest commented Mar 19, 2015

W00t exciting
On Wed, Mar 18, 2015 at 9:55 PM Jason Calabrese [email protected]
wrote:

Merged #190 #190.


Reply to this email directly or view it on GitHub
#190 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants