updated udp packet fragmentation so that we don't have to restrict number of samples to be a multiple of a fixed udp packet size

This commit is contained in:
2025-07-15 22:40:15 -05:00
parent 1ee9b4db20
commit 707e9f82a4
19 changed files with 12405 additions and 12283 deletions

View File

@@ -71,7 +71,8 @@ class RadarManager:
self.get_fpga_datecode()
# Update UDP packet size
self.packet_size = 4096
# self.packet_size = 4096
self.packet_size = 16
self.axi_write_register(0x4005001C, self.packet_size)
self.reset_10g_udp()