zllovesuki / G14Manager

An open source alternative to manage your ROG Zephyrus G14: Supports changing Fan Profile, rebind most keys (including ROG Key), and changing Windows' Power Options
GNU General Public License v3.0
98 stars 11 forks source link

Feature: Expose G14Manager functions via gRPC over localhost TCP for integrations #56

Open zllovesuki opened 3 years ago

zllovesuki commented 3 years ago

@aredden expresses interests for integrating electron-G14Control's GUI with G14Manager.

High level abstract:

This issue tracks the integration proposal and discussions, and implementation changes needed for MVP integration.

Potentially fixes:

20

35

zllovesuki commented 3 years ago

59 should allow for easier loading/saving configurations via Registry

zllovesuki commented 3 years ago

The server side of things are now up and running: https://github.com/zllovesuki/G14Manager/tree/grpc

A client is needed to configure various settings.