command line parameters.

Issue #9 resolved
Greg New created an issue

hi. i have suggestion to add command line parameters for controller no, it and eventually color. i need to enter those values each time as everyone :) thanks.

Comments (5)

  1. Christian Dahmen

    It would also be good if a standard controller could be configured and be saved via the Device Serial Adress. That one never changes. (PSMoveService also has the possibility in order to hide one from SteamVR)

    It is a bit annoying without this feature because I have to restart the PSMoveFreepieBridge multiple times in order to find out which ID is the desired Controller this time.

  2. Greg New reporter

    I have always same I'd for each controller when I run second time psmoveservice. When I start psmoveservice first time I cannot tell. So I always start psmoveservice 2 times and then bridge with known I'd :) That is why command line would improve initiation a bit.

  3. Elliot Hawkins repo owner

    Command line arguments have been added with Release 10. Syntax is:

    PSMoveFreepieBridge.exe -t <ID 1> <ID 2> ... -c <Color for ID 1> <Color for ID 2> ...
    

    The -c flag is optional, and uses the numbers listed in the prompt when running without command line parameters. If not all controllers use custom bulb colors, use -1 to indicate that the controller should use the default color. All controllers use the default colors when -c is not used.

  4. Log in to comment