Skip to content

ribasco/glcd-emulator-client-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLCD Emulator Client for Java

Build Status Maven Central

Java client library for glcd-emulator (See: https://github.com/ribasco/glcd-emulator)

Installation

From source

git clone https://github.com/ribasco/glcd-emulator-client-java.git

cd glcd-emulator-client-java

mvn install

Usage

Add the following dependency to your maven pom.xml file

<dependency>
  <groupId>com.ibasco.glcdemulator</groupId>
  <artifactId>glcd-emulator-client</artifactId>
  <version>1.0.1-alpha</version>
</dependency>

Example

Refer to the TCP example code

To run the example via maven:

mvn clean compile exec:java -Dexec.mainClass="GlcdClientTcpExample"