Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.13 KB

File metadata and controls

21 lines (14 loc) · 1.13 KB

LEDCubeFeeder

Open Source Love png1

Buy Me A Coffee

Windows service that sends CPU temperature and load % information via UDP to the ledcube

LED Cube project: https://github.com/Staacks/there.oughta.be/tree/master/led-cube

Install:

  • Download the release setup file from: https://github.com/Johnwulp/LEDCubeFeeder/releases
  • During setup you will be asked to fill in the LEDCube IP address, the UDP port (default 1234) and the update interval (in miliseconds)
  • After installation the service will be started, and UDP data will be send to given IP address

Changing IP, port or interval

There is no UI to do this, you need to change the parameters in 'LEDCubeFeeder.exe.config' manually

Debugging

If you want to see what this service is sending, open file 'NLog.config' and change 'minlevel="Info"' with 'minlevel="Debug"'