You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
377 B
Markdown
17 lines
377 B
Markdown
# 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": ""
|
|
}
|
|
]
|
|
}
|
|
``` |