File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# VRCOSCRouter
22
3- Simple OSC-Router for OSC-Programs that do not use OSC-Query.
3+ Simple OSC-Router for OSC-Programs that do not use OSC-Query.
4+
5+ ## Example ` Program.json `
6+
7+ ``` json
8+ {
9+ "Name" : " Program name" ,
10+ "Ip" : " 127.0.0.1" ,
11+ "SendPort" : 8000 ,
12+ "ReceivePort" : 8001 ,
13+ "Endpoints" : [
14+ {
15+ "ProgramEndpoint" : " /avatar/parameters/What_The_Program_Is_Sending" ,
16+ "VrcEndpoint" : " /avatar/parameters/Avatar_Parameter" ,
17+ "Type" : " System.Single/System.String/etc."
18+ }
19+ ]
20+ }
21+ ```
Original file line number Diff line number Diff line change 2828 "VrcEndpoint" : " /avatar/parameters/FT/v2/EyeLidRight" ,
2929 "ProgramEndpoint" : " /avatar/parameters/RightEyeLidExpandedSqueeze" ,
3030 "Type" : " System.Single"
31- },
31+ }
3232 ]
3333}
You can’t perform that action at this time.
0 commit comments