Files
archived-raspberry-wifi-conf/config.json
2017-11-24 01:52:40 +11:00

28 lines
731 B
JSON

{
"wifi_interface": "wlan0",
"wifi_driver_type": "nl80211",
"access_point": {
"force_reconfigure": false,
"wifi_interface": "wlan0",
"ap_interface": "uap0",
"ssid": "gardenspace",
"passphrase": "gardenspace",
"domain": "rpi.config",
"ip_addr": "192.168.50.1",
"netmask": "255.255.255.0",
"subnet_ip": "192.168.50.0",
"broadcast_address": "192.168.50.255",
"subnet_range": {
"start": "192.168.50.10",
"end": "192.168.50.50"
}
},
"server": {
"port": 88
},
"root_dir": "/home/pi/raspberry-wifi-conf"
}