Git Product home page Git Product logo

Comments (6)

erobinson avatar erobinson commented on August 18, 2024

Hi @andyrozman,

Props to you for trying to build the project in java. I took a look into doing that sometime ago and know that it is not easy :) . I can help you out with listing / decoding the CGM data if you would like. How far have you been able to get with porting it to java?

Edward

from decoding-carelink.

andyrozman avatar andyrozman commented on August 18, 2024

Hi @erobinson !
My application (GNU Gluco Control) has been around for a long time (10+ years). Sometime ago I started working on Minimed communication and had it down, it downloaded data from Pump, but then I encountered History data, which was encoded in some "weird" format, which stopped my implementation... At about same time this project was born... I think that my test data was one of the first around...
So I am not porting this to java, I am just using what you discovered in my project (decoding part not communication part)...

Like I said before, you "guys" did a great job... And any more help you can give is greatly appreciated. Minimed is the one of the last "big" Pumps that need to be supported.

Andy

from decoding-carelink.

bewest avatar bewest commented on August 18, 2024

Re differences between pump models:

There are several constants littered throughout my decoding history functions, these are often related to differences between pump models.
The right way to do this is to have a matrix of models, with their associated differences.

New models generally:

  • have different stroke sizes
  • have bigger record sizes, especially the size of head or body segments
  • introduce new records - eg 523 introduces a new basal-schedule-changed-as-programmed record

In practice, for quick hacking this project simply distinguishes between --larger and "default" sizes. It would be vastly preferable to suss out matrix of differences.

from decoding-carelink.

andyrozman avatar andyrozman commented on August 18, 2024

Hi @erobinson !
Could you please contact me... I tried to contact you, but it's little hard for github newbie... My email is andy(dot)rozman(at)gmail(dot).com

I have question about CGMS decoding...

Thanks
Andy

from decoding-carelink.

bewest avatar bewest commented on August 18, 2024

Howdy Andy, was wondering if you could update this with something to do or help me close it somehow. :-)

from decoding-carelink.

andyrozman avatar andyrozman commented on August 18, 2024

If you look on first entry there is everything written, what I think could be relevant for someone trying to decode Pump History Data... You described most of that in your many emails to me... So you need to create this document page and this is done... Perhaps one extra for Pump Data and one for CGMS data, since that one uses other methods for combining data....

from decoding-carelink.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.