Skip to content
Victor Sonora Pombo edited this page Sep 8, 2015 · 4 revisions

The UniDA Library binary distribution contains the full implementation for the UniDA conceptual model that enables an homogeneous representation of heterogeneous devices as UniDA Devices described with OWL concepts taken from DogOnt ontology.

The UniDA BasicGUI binary distribution contains a standalone control and management tool for UniDA Devices. This tool offers a simple graphical user interface that makes use of UniDA Library and covers the entire UniDA protocol.

Latest releases of UniDA Library and UniDA BasicGUI are uploaded to Maven Central also. To add the dependency to a POM:

<dependency>
       <groupId>com.hi3project.unida</groupId>
       <artifactId>unida-library</artifactId>
       <version>1.1.3</version>
</dependency>

The binary distribution for UniDA VirtualDomotic Gateway and UniDA Android Gateway can be found in the UniDA Framework web site.