openwifi/user_space/fosdem.sh

30 lines
523 B
Bash
Raw Normal View History

2020-03-04 18:39:12 +00:00
#!/bin/bash
2021-02-03 14:48:33 +00:00
# Author: Xianjun Jiao
# SPDX-FileCopyrightText: 2019 UGent
2021-01-20 12:30:12 +00:00
# SPDX-License-Identifier: AGPL-3.0-or-later
# test_mode=$1
# if [ -z $test_mode ]
# then
# test_mode=0
# fi
# echo test_mode $test_mode
2020-03-04 18:39:12 +00:00
killall hostapd
killall webfsd
cd ~/openwifi
# service network-manager stop
# ./wgd.sh $test_mode
2020-03-04 18:39:12 +00:00
ifconfig sdr0 192.168.13.1
rm /var/run/dhcpd.pid
sleep 1
2020-03-04 18:39:12 +00:00
service isc-dhcp-server restart
hostapd hostapd-openwifi.conf &
sleep 5
cd webserver
webfsd -F -p 80 -f index.html &
route add default gw 192.168.10.1