-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,29 @@ | ||
# KomiX | ||
A simple TV:remote-control relationship software, where commands on the host computer are executed through your phone. | ||
# **KomiX — A remote control software** | ||
<p align="center"> | ||
<a href="#about">About</a> • | ||
<a href="#features">Features</a> • | ||
<a href="#development">Development</a> • | ||
<a href="https://github.com/Vocelia/KomiX/releases/latest">Downloads</a> | ||
</p> | ||
<h4 align="center"><b>Transform your phone into a powerful remote control, effortlessly managing and executing commands on your computer.</b></h4> | ||
|
||
[![OS](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)](https://github.com/torvalds/linux) [![OS](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)](https://www.microsoft.com/en-us/software-download) [![C++](https://img.shields.io/badge/C++-00599C?style=for-the-badge&labelColor=01427d&logoColor=6295cb&logo=cplusplus)](https://en.wikipedia.org/wiki/C%2B%2B) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) | ||
|
||
## **About** | ||
Can you imagine a world devoid of remote controls? It's a challenging thought, isn't it? The world has witnessed remarkable advancements, all driven by the concept of communication—the transmission of information and intention among one another. This is how televisions made their grand debut in the entertainment industry, where remote-controls transmitted the intention of users to their televisions. However, traditional TVs are now long-gone, discarded by society nowadays. This is where KomiX comes into play: A simple TV;remote-control relationship software, where commands on the host computer are executed through your phone. | ||
|
||
## **Features** | ||
- Server configuration | ||
- Logging of commands output | ||
- Execution of commands remotely | ||
- Layout and commands configuration | ||
- ### **To-Do List** | ||
- Keep-alive connection | ||
- A clean and intuitive interface | ||
- Logging of dynamic commands output | ||
|
||
## **Development** | ||
- Language: C++11 | ||
- Compiler: GCC 13.1.1 20230429 | ||
- IDE: Visual Studio Codium 1.78.2.23132 | ||
|