wifi_hotpot/start_hotpots.sh

4 lines
173 B
Bash
Raw Normal View History

2024-05-27 23:26:06 +08:00
# run this script to start the hotpot server
2024-05-27 23:22:57 +08:00
python3 wifi_manager.py
2024-05-27 23:26:06 +08:00
# cd to the TakwayBoard directory and start the client
2024-06-09 02:55:49 +08:00
cd ../TakwayBoard && nohup python3 ws_client.py &