Mlfc Save

MSI Laptop Fan Control

Project README

I need your feedback https://github.com/marshevms/mlfc/discussions/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

Open Source Agenda is not affiliated with "Mlfc" Project. README Source: marshevms/mlfc
Stars
59
Open Issues
12
Last Commit
1 year ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating