Skip to content
Snippets Groups Projects
Commit 7ce11390 authored by Charles F's avatar Charles F Committed by GitHub
Browse files

Adds clarity to pointing to new config

Offering details on how to use a new config file
parent fcbeaefa
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,11 @@ Fadecandy: Server Configuration
The Fadecandy Server is configured with a JSON object. There is a default configuration built-in, which you can see by running `fcserver -h`. A copy of this configuration is also included as [examples/config/default.json](https://github.com/scanlime/fadecandy/blob/master/examples/config/default.json).
A new configuration file can be given to `fcserver` on the command line. You can use one of the examples as a starting point. Typically the default configuration will work for any single-controller setup. If you're using multiple controllers or there are other options you want to tweak, you'll want to create an fcserver configuration file for your project.
A new configuration file can be given to `fcserver` on the command line in the following manner:
` $ <path to fcserver> <path to config.json file> `
You can use one of the examples as a starting point. Typically the default configuration will work for any single-controller setup. If you're using multiple controllers or there are other options you want to tweak, you'll want to create an fcserver configuration file for your project.
Parts of the JSON config format are shared with the network protocols. For example, color correction data and device information are stored in a common format. Some parts of the JSON configuration file can be modified at runtime.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment