JavaGridControl
A Java-based, open-source alternative to the default control software for the NZXT GRID+ and GRID+v2.
Usage
- If you are running Windows, download and install OpenHardwareMonitor.
- Download the latest version of JavaGridControl from Jenkins.
- Run the jar-file. (append 'nogui' to command line for headless mode)
- Currently, configuration is only possible through the GUI, though your settings will persist even if you run in headless mode after configuring.
- Select appropriate COM-port using the combo box at the top.
- Use Settings -> Configure sensors... to select which sensors to read CPU and GPU temperatures from.
- When the window is closed, the program will keep running in the background. Use the system tray icon to exit completely.
Credit
- This project was originally a fork of RoelGo/CamSucks
- The reverse engineering of the GRID+ communication was done by rizvanrp, their site is no longer available but here is a screenshot of their article on the GRID+. http://research.domaintools.com/research/screenshot-history/rizvanrp.com/#0
- Some of the serial command codes and GUI ideas were taken from akej74/grid-control.
- The sensor data on windows systems is read with the help of the jWMI class made by Henry Ranch @ http://henryranch.net
- On windows systems, this class communicates with an external program called openhardwaremonitor @ http://openhardwaremonitor.org/
- This project uses SystemTray.
TODO
- Unit tests
- Start on boot for Windows and Linux