Files
archived-raspberry-wifi-conf/config.json
Incnas cce224b3f7 Graphics edits
GitIgnore .idea folder
Minor graphics changes
2017-11-20 20:18:52 +11:00

25 lines
657 B
JSON

{
"wifi_interface": "wlan0",
"wifi_driver_type": "nl80211",
"access_point": {
"force_reconfigure": false,
"wifi_interface": "wlan0",
"ssid": "gardenspace",
"passphrase": "gardenspace",
"domain": "rpi.config",
"ip_addr": "192.168.44.1",
"netmask": "255.255.255.0",
"subnet_ip": "192.168.44.0",
"broadcast_address": "192.168.44.255",
"subnet_range": {
"start": "192.168.44.10",
"end": "192.168.44.50"
}
},
"server": {
"port": 88
}
}