Antidote: IEEE 11073-20601 stack
From Wikidb
Line 50: | Line 50: | ||
[[File:Antidote-1.0.0.tar.gz]] Version 1.0.0 | [[File:Antidote-1.0.0.tar.gz]] Version 1.0.0 | ||
- | Git repository: | + | Git repository: https://github.com/signove/antidote |
== Android port == | == Android port == |
Latest revision as of 17:34, 30 January 2014
Antidote is a set of libraries that implement IEEE 11073-20601 stack for medical devices. Main goals are portability, simple usage and simple integration with your application.
Contents |
Component breakdown
This is a coarse breakdown of libraries and major components that can be found in each part:
Dependencies
The IEEE core is written in C and depends only on low-level POSIX APIs (C library and PThreads). POSIX APIs are readily supported by most operating systems including Symbian (via OpenC).
Other components introduce more specific dependencies. See the IEEE 11073 stack dependencies for more details
Community
Join the mailing list: mailto:antidote-lib@googlegroups.com. Group page is http://groups.google.com/group/antidote-lib.
Documentation
The following document is an introductory text to build the smoothest possible learning curve: File:AntidoteProgramGuide.pdf
The libraries are fully documented at source-code level, using Doxygen. The following file is a ZIP with generated Doxygen documentation: File:AntidoteDoxygen.zip
Also, the code is self-documented in some extent, since it includes, among other examples, a fully functional application (the Health D-Bus Service).
Source Code
File:Antidote-2.0.0.tar.gz Version 2.0 final
Android samples
File:HealthService-2.0.0-rc1.tar.gz Sample Android service
File:HealthServiceTest-2.0.0-rc1.tar.gz Testing client for sample Android service
Older releases
File:Antidote-2.0.0-rc2.tar.gz Version 2.0 release candidate 2
File:Antidote-2.0.0-rc1.tar.gz Version 2.0 release candidate 1
File:Antidote-1.1.tar.gz Version 1.1
File:Antidote-1.0.0.tar.gz Version 1.0.0
Git repository: https://github.com/signove/antidote
Android port
See the Antidote port to Android ICS page for more details.
The older port to Android 2.3.x can be found at Antidote port to Android page.