Laying the groundwork for a better view of the output

This commit is contained in:
2026-06-25 22:45:25 +01:00
parent 540cb90f42
commit 4d05e636b6
2 changed files with 64 additions and 8 deletions
+4
View File
@@ -17,3 +17,7 @@ To start replaying:
To start recording:
`BeamNGMockOg record -a 127.0.0.1 -p 4443 -o sunburstDCT.bin`
## Development
Use `tcpdump` to listen to the socket and check if data is coming through:
`tcpdump -i any udp port <port> -X`