├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 62Bytes 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Touch - A Pc Controller Server 2 | 3 | `Touch-Server` is a Windows application which can be connected to an android mobile using `Wi-fi` or `Usb-tethering`. 4 | And then we can control the Windows Pc using the mobile to Do stuffs and Play some Games. 5 | 6 | This is a Repository created to manage the Version and track the issues in `Touch-Server` 7 | 8 | For Details and to report Issues related to The Android App you can visit [Touch-Client]() 9 | 10 | 11 | ## Current Stage of Server : BETA 12 | The Server is currently in beta, So if you find any issue or a bug related to `Touch-Server`, I request you to report it 13 | 14 | You can report issues at [Issues tracker](<../../issues>), 15 | So that we could track and fix it based on its severity. 16 | 17 | 18 | ## Features 19 | - You can do some Basic stuffs with Mouse 20 | - The app has specialized layouts just to do things like: 21 | - Watching Movies and YouTube videos,etc 22 | - Browse the internet and Web pages 23 | - You can Control the Slide Shows for Presentations 24 | - And It also has some layout specifically to control some Pc games like: 25 | - Grand Theft Auto 5 26 | - Red Dead Redemption 2 27 | - Watch Dogs 2 28 | - You can also customize the things like Sensitivity, behavior, Keymap of layouts 29 | - Then you can stimulate Xbox360 with Multiple Users `(Additional Setup required)` 30 | 31 | 32 | ## Server Installation 33 | 1. Download the Touch-Server zip from [Releases](<../../releases>) 34 | 2. Extract the zip file 35 | 3. Move the Extracted Folder to the path you wanted 36 | 4. That's it, Installation is Done. 37 | 38 | Windows might flag exe as a Virus at first launch, But it's not. 39 | So only use the App if you trust us. 40 | 41 | Run the **Touch-Server.exe** in the Folder to Start the Server, You can create a Shortcut and store it at your Desktop for easy access. 42 | 43 | 44 | ## How to Connect 45 | 1. Launch the Server just Double-Click the **TouchServer.exe** 46 | 2. Press `S` to Start the server, If not started 47 | 3. Then on the Mobile install the App from Playstore, If not installed 48 | 4. Bring the both(Pc and Mobile) into same Wi-fi Network 49 | 5. Open the App and **Scan**, You'll see your Pc Server listed, click it and connect 50 | 6. Now both the **Devices are Successfully Connected** 51 | 52 | Watch [this video](https://www.youtube.com/watch?v=rHt9pUe--MQ) to see how to install, connect, and for indepth explanation 53 | 54 | 55 | ## Warning and More 56 | 1. While connecting make sure Ip address in Server(Pc) and Client(Mobile) is the same 57 | 2. In order to use Xbox or in Some Games(to use Xbox Joysticks) install ViGme in the Pc from downloaded zip 58 | 3. **Run as Admin** when you want to control (software/exe) with admin permission 59 | 4. You can edit settings in file **Setting.Conf** in Application folder 60 | 5. Press a key in keyboard, if your terminal screen blanks out. 61 | 6. The data transfer between your Mobile and Pc is not encrypted, 62 | So always use this application in a trustworthy Wi-fi network. 63 | 64 | ## License 65 | `Touch-Server` is available under the MIT license. See the [LICENSE](/LICENSE) file for more info. 66 | 67 | --------------------------------------------------------------------------------