qdot / libomron
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
commit 4ccdeae27b05c1756f8d521d870f912af2c501d6
tree 3b07359123af7afe08cc696290aa162b52e1ff27
parent 5d9b8befc3ab75e6834b1a29c0204ce990f074f7
tree 3b07359123af7afe08cc696290aa162b52e1ff27
parent 5d9b8befc3ab75e6834b1a29c0204ce990f074f7
libomron /
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | Fri Sep 18 13:47:14 -0700 2009 | |
| |
CMakeLists.txt | Fri Sep 18 13:47:14 -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 | |
| |
compily_buildd - bf79689 | Fri Sep 18 13:47:14 -0700 2009 | |
| |
doc/ | Sat Jul 04 20:39:43 -0700 2009 | |
| |
examples/ | Sat Aug 15 23:42:32 -0700 2009 | |
| |
include/ | Sat Aug 15 23:43:21 -0700 2009 | |
| |
src/ | Sat Aug 15 23:44:15 -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
