Update pcap setup

This commit is contained in:
Allen Hill
2026-05-04 11:13:59 -07:00
parent 2d29a9a59d
commit d465bb38c7
5 changed files with 107 additions and 124 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ include("AVCLANPipe.jl")
using .AVCLANPipe, PcapTools, Dates, UnixTimes, LibSerialPort
serial_port="/dev/ttyUSB0"
serial_port="/dev/ttyUSB1"
baud=1200000
pcapstream = PcapStreamWriter(stdout; snaplen=64, linktype=162)