Skip to content

Releases: danielfvm/Patstrap

Patstrap Server v0.5

30 Nov 18:15
8550280
Compare
Choose a tag to compare
  • Fixed vrchat indicator not updating when patstrap is not connected
  • Added OSCQuery #6

Thank you lcb01a for adding OSCQuery support.

Patstrap Server v0.4

10 Oct 17:42
Compare
Choose a tag to compare

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

04 May 19:04
Compare
Choose a tag to compare

Please re-flash the hardware with the updated firmware for it to work with the new server version.

Test build v0.2.1

04 May 13:12
80c5ba8
Compare
Choose a tag to compare
Hide console

Patstrap Server v0.2

25 Apr 09:17
Compare
Choose a tag to compare

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