Skip to content

pitkley/jmccs-osx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jMCCS - OS X implementation

This Maven project implements the Monitor-interface and extends the MonitorManager-class that are required by jMCCS. It uses JNA to interact with the supplied native-library (libmccs) which is based on DDC-CI-Tools-for-OS-X.

Usage

As this is a Maven project, you can include this project in your application simply by depending on it. (Note: the package is not yet in the Maven central repository. The following snippet will not work until it is pushed.)

<dependency>
    <groupId>de.pitkley</groupId>
    <artifactId>jmccs-osx</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

License

This project is licensed under GPLv3, honoring that the original native code is licensed under GPLv3.

About

jMCCS implementation for Mac OS X

Resources

License

Stars

Watchers

Forks

Packages

No packages published