wifi_hotpot/start_hotpots.sh

4 lines
191 B
Bash

# run this script to start the hotpot server
python3 wifi_manager.py
# cd to the TakwayBoard directory and start the client
cd ../TakwayBoard && nohup python3 ws_client.py > output.log 2>&1 &