Update README.md
This commit is contained in:
parent
420cf9493b
commit
80d0e805be
20
README.md
20
README.md
@ -1,3 +1,21 @@
|
||||
# VRCOSCRouter
|
||||
|
||||
Simple OSC-Router for OSC-Programs that do not use OSC-Query.
|
||||
Simple OSC-Router for OSC-Programs that do not use OSC-Query.
|
||||
|
||||
## Example `Program.json`
|
||||
|
||||
```json
|
||||
{
|
||||
"Name": "Program name",
|
||||
"Ip": "127.0.0.1",
|
||||
"SendPort": 8000,
|
||||
"ReceivePort": 8001,
|
||||
"Endpoints": [
|
||||
{
|
||||
"ProgramEndpoint": "/avatar/parameters/What_The_Program_Is_Sending",
|
||||
"VrcEndpoint": "/avatar/parameters/Avatar_Parameter",
|
||||
"Type": "System.Single/System.String/etc."
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
@ -28,6 +28,6 @@
|
||||
"VrcEndpoint": "/avatar/parameters/FT/v2/EyeLidRight",
|
||||
"ProgramEndpoint": "/avatar/parameters/RightEyeLidExpandedSqueeze",
|
||||
"Type": "System.Single"
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user