Beside, Cyclone DDS is developed completely in the open and is undergoing the acceptance process to become part of Eclipse IoT (see [eclipse-cyclone-dds](https://projects.eclipse.org/proposals/eclipse-cyclone-dds)).
# Getting Started
## Building Cyclone DDS
In order to build cyclone DDS you need to have installed on your host [cmake](https://cmake.org/download/) **v3.6.0** or higher, the [Java 8 JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) or simply the [Java 8 RE](http://www.oracle.com/technetwork/java/javase/downloads/server-jre8-downloads-2133154.html), and [Apache Maven 3.5.x or higher](http://maven.apache.org/download.cgi).
Assuming that **git** is also available on your machine then, simply do:
# Round trip time [us] Write-access time [us] Read-access time [us]
# Seconds Count median min 99% max Count median min Count median min
1 17382 56 50 77 269 17382 10 9 17382 1 1
2 17502 55 50 75 137 17502 10 9 17502 1 1
3 17482 56 50 73 165 17482 10 9 17482 1 1
4 17429 56 50 73 135 17429 10 9 17429 1 1
5 17514 56 50 73 146 17514 10 9 17514 1 1
6 17566 55 50 74 256 17566 10 9 17566 1 1
7 17555 55 51 74 119 17555 10 9 17555 1 1
8 17551 55 51 74 137 17551 10 9 17551 1 1
9 17562 55 50 72 193 17562 10 9 17562 1 1
10 17461 56 50 74 143 17461 10 9 17461 1 1
The number above were measure on Mac running a 4,2 GHz Intel Core i7. From these number you can see how the roundtrip is incredibly stable and the minimal latency is about 25 micro-seconds (on this HW).