Giter VIP home page Giter VIP logo

uni-sync's Introduction

Uni-Sync

A Synchronization Tool for Lian Li Fan Controllers

This tool allows you to configure the synchronization settings for Uni Fan controllers on any OS. No more booting into Windows to enable PWM or ARGB synchronization.

  • Enable/Disable Motherboard PWM Sync
  • Enable/Disable LED ARGB Header Sync
  • Manually Set Fan Speeds

Support

Device Support

Device PID Status Set Fan RPM Set PWM Sync Set ARGB Sync
LianLi-UNI SL 7750, a100 Supported ✔️ ✔️ ✔️
LianLi-UNI AL a101 Untested ✔️ ✔️ ✔️
LianLi-UNI SL-Infinity a102 Supported ✔️ ✔️ ✔️
LianLi-UNI SL v2 a103, a105 Untested ✔️ ✔️ ✔️
LianLi-UNI AL v2 a104 Untested ✔️ ✔️ ✔️

Installation

Uni-Sync requires Rust to build. Please install before proceeding.

a. Windows

Run install.bat. This will build the application and move it into %APPDATA%\Local\uni-sync. Added to startup.

b. Linux

Run install.sh. Please note, this will set up a service named uni-sync and will execute once on system startup.

Configuration

Uni-Sync will generate a uni-sync.json configuration file in the same directory as the execuatable.

Windows: %APPDATA%\Local\uni-sync\uni-sync.json

Linux: /usr/sbin/uni-sync.json

This file will contain an autogenerated configuration profile for each controller attached to the system:

{
  "configs": [
    {
      "device_id": "VID:3314/PID:41216/SN:624314930",
      "sync_rgb": false,
      "channels": [
        // Channel 1
        {
          "method": "Manual",
          "speed": 50
        },
        // Channel 2
        {
          "method": "Manual",
          "speed": 50
        },
        // Channel 3
        {
          "method": "Manual",
          "speed": 50
        },
        // Channel 4
        {
          "method": "PWM",
          "speed": 50
        }
      ]
    }
  ]
}

The following options can be configured:

Configuration Description Type Options
"sync_rgb": false Enable/Disables ARGB header sync bool true or false
"method": "Manual" PWM to enable PWM sync. Manual to set speed. string PWM or Manual
"speed": 50 Fan speed as percentage (1-100) int 1-100

Removal

This will backup the uni-sync.json file before removing.

a. Windows

Run uninstall.bat

b. Linux

Run uninstall.sh

uni-sync's People

Contributors

eightb1ts avatar bcarvalho2500 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.