Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ynsta/steamcontroller.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStany MARCEL <stanypub@gmail.com>2015-11-04 23:28:35 +0300
committerStany MARCEL <stanypub@gmail.com>2015-11-04 23:28:35 +0300
commitd0ccbf85986ba0c66feeff3efc759dfb94e1e4d4 (patch)
tree7990527e329370cd444a681843b8331f72e500ce /README.md
parentddb79acf4f5f34edfc59ccc2640017331e789360 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 63ea58b..786b1be 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,16 @@ KERNEL=="uinput", MODE="0660", GROUP="games", OPTIONS+="static_node=uinput"
## Usage
1. Exit Steam.
- 2. run `sc-xbox.py start` for the simple xbox360 emulator or run `sc-dump.py` for the dumper
+ 2. run `sc-xbox.py start` for the simple xbox360 emulator
+ 3. run `sc-xbox.py stop` to stop the driver
+
+Other test tools are installed:
+ - `sc-dump.py` : Dump raw message from the controller.
+ - `sc-gyro-plot.py` : Plot curves from gyro data (require pyqtgraph and pyside installed).
+ - `sc-test-cmsg.py` : Permit to send control message to the contoller. For example `echo 8f07005e 015e01f4 01000000 | sc-test-cmsg.py` will make the controller bip.
+ - `vdf2json.py` : Convert Steam VDF file to JSON.
+ - `json2vdf.py` : Convert back JSON to VDF file.
+
## TODO