qdot / libomron
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Tree:
d7bbd86
commit d7bbd8685210df3685f38f97d3841654e4e49931
tree a3fc135764dbe3aa3ff38061dea91badb122a2e5
parent 256c7888517f9646d42205f045c987be301d49ed
tree a3fc135764dbe3aa3ff38061dea91badb122a2e5
parent 256c7888517f9646d42205f045c987be301d49ed
libomron /
| name | age | message | |
|---|---|---|---|
| |
CMakeLists.txt | Fri May 01 22:04:11 -0700 2009 | |
| |
LICENSE.txt | Sun Aug 09 16:53:45 -0700 2009 | |
| |
README.txt | Sun Aug 09 22:32:36 -0700 2009 | |
| |
build/ | Sat May 23 20:28:14 -0700 2009 | |
| |
doc/ | Sat Jul 04 20:39:43 -0700 2009 | |
| |
examples/ | Sat Jul 04 20:14:32 -0700 2009 | |
| |
include/ | Sat Jul 04 20:14:32 -0700 2009 | |
| |
src/ | Sat Jul 04 20:23:32 -0700 2009 |
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
