-
Notifications
You must be signed in to change notification settings - Fork 1
Home
romoore edited this page Jul 12, 2012
·
3 revisions
<groupId>com.owlplatform</groupid> <artifactId>owl-common</artifactid> <version>1.0.2</version> <packaging>jar</packaging>
<project>
...
<dependencies>
...
<dependency>
<groupId>com.owlplatform</groupid>
<artifactId>owl-common</artifactid>
<version>1.0.2</version>
<packaging>jar</packaging>
</dependency>
</dependencies>
</project>
Released: June 18, 2012
- Added hexadecimal string to byte[] converter in NumericUtils.
- Prohibiting the use of the "ALL" PHY identifier in sample messages.
- Adding a specific "Undefined" PHY identifier to SampleMessage.
Released: June 13, 2012
- Initial version ported from GRAIL RTLS at SourceForge.net. http://www.sf.net/projects/grailrtls/