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-05-31 12:17:53 +08:00
|
|
|
cd ../TakwayBoard && nohup python3 ws_client.py > output.log 2>&1 &
|