Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jilwer/remotecontrolme
Let people remotely control you on VRChat
https://github.com/jilwer/remotecontrolme
go osc vrchat
Last synced: 4 days ago
JSON representation
Let people remotely control you on VRChat
- Host: GitHub
- URL: https://github.com/jilwer/remotecontrolme
- Owner: Jilwer
- License: mit
- Created: 2024-07-29T15:33:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T03:36:57.000Z (5 months ago)
- Last Synced: 2024-12-19T20:10:02.076Z (4 days ago)
- Topics: go, osc, vrchat
- Language: Go
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RemoteControlMe
A WIP web app to allow users to remote control you on VRChat## Screenshot
Please note that this does not portray a finished application## Requirements
- [Go](https://go.dev/doc/install)## How to build
```bash
git clone https://github.com/Jilwer/RemoteControlMe
cd ./RemoteControlMe
go build
```## Usage
1. To configure, either modify config.example.toml to your preferences and rename it to config.toml, or run the program once to generate a default configuration file which you can then adjust as needed before restarting the application.
2. Run your compiled binary `Ex: RemoteControlMe.exe`
3. Your remote is now hosted locally!4. I suggest using [Cloudflare tunnels](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/downloads/) to get online publicly
- Install from the above link
- For a quick tunnel with a randomly generated subdomain domain run `cloudflared tunnel --url localhost:8080`
- To link it to your own domain follow this guide: [Configure Tunnels](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/configure-tunnels/remote-management/)## Powered By
- https://github.com/jfyne/live
- https://github.com/Jilwer/VRChatOscInput