VioletL-in
Results
1
comments of
VioletL-in
Thanks for your reply, here is my python code(`manage_ap.py`): ``` import os import time from subprocess import run, Popen, DEVNULL interface_to_create_ap = 'wlan0' interface_to_internet = 'ens0' tool_path = './lnxrouter' def...