A super simple REST API for interfacing with Playstation Move controllers using the psmoveapi.
- Install the psmoveapi and pair your controllers (probably set aside an evening to get this done, it's not particularly straightforward)
- Add the full path to the psmoveapi build directory to an environment variable named PSMOVEAPI_BUILD_DIR
pip install -r requirements.txt
Run the server using python server.py
Controller information will be hosted at localhost:5000/controllers/<controller_id>
Four variables are available for PUT requests
- color_red (0-255)
- color_green (0-255)
- color_blue (0-255)
- rumble (0-255)