qdot / libomron

Libraries for accessing data from Omron medical devices

This URL has Read+Write access

qdot (author)
Sun Aug 09 22:32:36 -0700 2009
commit  d7bbd8685210df3685f38f97d3841654e4e49931
tree    a3fc135764dbe3aa3ff38061dea91badb122a2e5
parent  256c7888517f9646d42205f045c987be301d49ed
name age message
file CMakeLists.txt Fri May 01 22:04:11 -0700 2009 Added CMakeLists for non-VS building Removed un... [qdot]
file LICENSE.txt Sun Aug 09 16:53:45 -0700 2009 Added "Modified" BSD license [qdot]
file README.txt Sun Aug 09 22:32:36 -0700 2009 Added readme file [qdot]
directory build/ Sat May 23 20:28:14 -0700 2009 Added build directory [qdot]
directory doc/ Sat Jul 04 20:39:43 -0700 2009 Added attribution, version update to protocol doc [qdot]
directory examples/ Sat Jul 04 20:14:32 -0700 2009 Second checkin of code from Adam Richter: Clean... [qdot]
directory include/ Sat Jul 04 20:14:32 -0700 2009 Second checkin of code from Adam Richter: Clean... [qdot]
directory src/ Sat Jul 04 20:23:32 -0700 2009 Changed win32 implementation file to match up w... [qdot]
README.txt
========
libomron
========

by Kyle Machulis <kyle@nonpolynomial.com>
Nonpolynomial Labs - http://www.nonpolynomial.com

Thanks to all project contributors

===========
Description
===========

libomron is an implementation of the data retreival protocol for the USB enabled line of omron home medical equipment. 
Currently, this includes:

HEM-790-IT Blood Pressure Monitor

There are also plans to include:

HJ-720-IT Pedometer

Once we figure out the protocol

=================
Development Notes
=================

Please note that this library is in the very early stages of development, and may change at any time.

Protocol documentation for what is known so far is available in the doc directory. There are also logs, in USBlyzer and 
SniffUSB format, for the different monitors.

============
Requirements
============

------
libusb
------

v0.1x series, v0.12 or later. Not v1.0 compatible

http://libusb.sourceforge.net