You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import can import subprocess subprocess.run(["ls"]) class virtualtest(): def __init__(self): try: subprocess.run(["ip link add dev vcan0 type vcan"]) subprocess.run(["sudo ip link set up vcan0"]) except: