# Open Water Change Specification ## Startup On startup the Open Water Change(OWC) should check for a config.json file under the root directory. If found it should parse the contents and attempts to connect to wireless access points in the order that they are listed. ``` { "xor_key": 42, access_points: [ { "ssid": "whatever", "secret": "" } ] } ```