Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
Marian Pohling edited this page Jul 23, 2015 · 28 revisions

Welcome to the generic-display wiki!

Maven Artifact

<groupId>de.dc</groupId>
<artifactId>generic-display</artifactId>
<version>0.1.0-SNAPSHOT</version>

How to install

Download source from github

git clone https://github.com/DivineThreepwood/generic-display.git

and build the source

install via mvn

mvn clean install

How to start the server

Start the server by executing ./target/appassembler/bin/display-server

How to remote control the server

DisplayRemote remote = new DisplayRemote();
remote.init();
remote.activate();

The example code can executed with the following command ./target/appassembler/bin/display-test

Clone this wiki locally