Giter Site home page Giter Site logo

mlfc's Introduction

I need your feedback #31

MSi Laptop Fan Control

This is an attempt to create an analogue of MSI Dragon Center for OS GNU/Linux. I am not a designer, so do not expect much.

The application is divided into two parts. Server and client. The server part must work with root privileges to read/write to the file. The server part only reads the data from the file. The client part works like a regular application. Communication takes place using the dbus interface.

Image of Client

Installation

I am testing on Ubuntu 20.04

Dependencies

  1. C++17 compiler
  2. Qt, I am using 5.15.1
  3. Toml++
  4. Magic Enum C++
  5. GoogleTest
  6. CMake

modprobe ec_sys write_support=1

Compiling

git clone https://github.com/marshevms/mlfc.git
cd mlfc
mkdir build
cd build
cmake cmake -DCMAKE_BUILD_TYPE=Release ..

Deploying

The client and server folders should appear in the build folder; they contain binary files. The name begins with mlfc_ [client | server]. Next, you need files from the dbus folder.

In com.github.mlfc.server.service should contain the path to the server.

Move files:

  1. com.github.mlfc.server.service - /usr/share/dbus-1/system-services
  2. com.github.mlfc.server.conf, com.github.mlfc.client.conf - /etc/dbus-1/system.d

Thanks

https://github.com/YoyPa/isw - for the documentation

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.