Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

Screenshot

## 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