lcm-proj / lcm

Lightweight Communications and Marshalling
GNU Lesser General Public License v2.1
944 stars 385 forks source link

LCM lost package with UDP transfer #501

Open hardybbs123 opened 3 months ago

hardybbs123 commented 3 months ago

hi, LCM friend, I try transfer a Image with LCM , image is 640 640 3 = 1.2 M Bytes / with 30FPS. means 40M/S transfer rate. sender is a high performance PC , receiver is ARM board (CPU 1G*4) first I found it will lost frame , after run 5 seconds. ,it lost a frame every 5 frames.

So my question is : since ARM board CPU is not full , why LCM lost data ?
since UDP transfer data is low , why LCM lost data ? how can I found when and where it lost frame ?