摘要:
using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; using System; using System.Collections.Generic; using ZLMediaKitHook.Utility; using ZLMediaKitH 阅读全文
摘要:
ubuntu使用虚拟can1. sudo modprobe vcan //加载虚拟can模块2. sudo ip link add dev can0 type vcan //添加can0网卡3. ifconfig -a //查看can04. sudo ip link set dev can0 up 阅读全文