Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvader authored and jepefe committed Dec 7, 2017
1 parent f9b94c9 commit c0ba5f7
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# dbus-recorder
Can record and replay data from D-Bus. Used by the CCGX demo function
Can record and replay data from D-Bus. Used by the Venus OS demo function.

Besides the recorder & replay function, the repo also holds the set of recordings
which is played when enabling the demo function on a Venus device. To run them
yourself, use `play.sh`.

For a full list options, see the help:

```
$ ./dbusrecorder.py --help
Usage: ./dbusrecorder [OPTION]
-h, --help display this help and exit
-c enable tracing to console (standard off)
-t enable tracing to file (standard off)
-d set tracing level to debug (standard info)
-v, --version returns the program version
--record record specified dbus-service to specified file
--duration time duration recording in seconds (0 is infinite)
-p play specified file
--file filename to record or simulate from
--banner shows program-name and version at startup
```

0 comments on commit c0ba5f7

Please sign in to comment.