Releases: danielfvm/Patstrap
Releases · danielfvm/Patstrap
Patstrap Server v0.5
Patstrap Server v0.4
Added options to change the ESP Port and OSC Port using the following CLI arguments:
usage: patstrap-server-0.4-win64.exe [-h] [-ep ESP_PORT] [-op OSC_PORT]
options:
-h, --help show this help message and exit
-ep ESP_PORT, --esp-port ESP_PORT
Port to the esp hardware. If you change this, you will also need to change the firmware to be the same number! default: 8888
-op OSC_PORT, --osc-port OSC_PORT
VRChat's OSC input port. default: 9001
Patstrap Server v0.3
Please re-flash the hardware with the updated firmware for it to work with the new server version.
Test build v0.2.1
Hide console
Patstrap Server v0.2
No changes to previous version but finally made an executable binary file.
How to use
Download the correct executable for your operating system and it should just work. On Windows it will most likely ask for firewall permission. If there are any problems, please submit an Issue.
How to build
If you want to build your own binary file go to server/
directory and run the build.sh
on linux, or build.bat
on windows. This script will setup a python env for you and uses PyInstaller to create a binary file.
Make sure to have PyInstaller installed!
pip install pyinstaller