Difference between revisions of "Org.simantics.databoard"
Jump to navigation
Jump to search
m |
m |
||
Line 14: | Line 14: | ||
=Documents= | =Documents= | ||
* [[Databoard Specification]] | * [[Databoard Specification]] | ||
− | * [[ | + | * [[Databoard Developer Manual]] |
* [[svn:foundation/databoard/|SVN]] | * [[svn:foundation/databoard/|SVN]] | ||
* [https://www.simulationsite.net/svn/simantics/foundation/databoard/trunk/org.simantics.databoard/doc/changelog.txt Change Log]. | * [https://www.simulationsite.net/svn/simantics/foundation/databoard/trunk/org.simantics.databoard/doc/changelog.txt Change Log]. |
Revision as of 13:44, 28 September 2010
Databoard is a communication library that addresses a number of real-time data management issues in Simantics Platform.
- There is a type system for defining simple and exact data types used in efficient data exchange. The design goals have been human readability, minimize ambiguity and errors in understanding. Engineering Units are included in the specification (e.g. SI-units vs. Imperial).
- There is an ASCII and binary serialization for human-to-computer and computer-to-computer communication.
- There is a specification how to design data models, a communication interface, and implementations for sharing, shadowing, persisting and exposing data models on wire.
- There are specialized data models for history recordings, simulation experiments, and data repositories.
- There is a specified mechanism how to capture experiments and real-time data sources, and to store in recodings.
Documents
Download
Release 0.5.2
- Databoard Specification 0.5.2
- Databoard Developer manual 0.5.2
- SVN 0.5.2
- License (EPL v1.0)
- Download Plain Old Java Objects Library (.jar)
- Media:org.simantics.databoard-0.5.2.zip The release
- Media:org.simantics.databoard-0.5.2.jar Library
- Media:org.simantics.databoard-0.5.2_project.zip All project files
- Media:org.simantics.databoard_0.5.2_src.zip Source library
- Download Eclipse plugin / OSGi bundle
- Media:org.simantics.databoard_0.5.2.jar Eclipse/OSGi plugin/bundle.
- Media:org.simantics.databoard.source_0.5.2.jar Eclipse/OSGi source plugin/bundle.
- Dependency Media:gnu.trove2_2.0.4.jar Gnu Trove 2.0.4 [1]
- Dependency Media:org.objectweb.asm_3.1.0.v200803061910.jar ASM 3.1.0 (Optional Dependency)