Skip to content

Releases: danielfvm/Patstrap

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