Hello, it seems the packets optimized format isn't supported by the old docker image of wifi-densepose.
If I am not wrong it was introduced in the 0.6.0 firmware version, and since then the received udp packets are not readable for wifi-densepose server
This shows that the host & docker do receive the packets, sized 60 bytes, but /api/v1/sensing/latest still shows no data
sudo tcpdump -i any udp port 5005 -c 10
tcpdump: data link type LINUX_SLL2
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on any, link-type LINUX_SLL2 (Linux cooked v2), snapshot length 262144 bytes
01:44:47.626516 wlp2s0 In IP 192.168.1.104.59798 > debian.5005: UDP, length 60
01:44:47.626574 br-0e4dc7dda434 Out IP 192.168.1.104.59798 > 172.20.0.2.5005: UDP, length 60
01:44:47.626585 vethc1d329b Out IP 192.168.1.104.59798 > 172.20.0.2.5005: UDP, length 60
01:44:47.637663 wlp2s0 In IP 192.168.1.104.59798 > debian.5005: UDP, length 60
01:44:47.637720 br-0e4dc7dda434 Out IP 192.168.1.104.59798 > 172.20.0.2.5005: UDP, length 60
01:44:47.637732 vethc1d329b Out IP 192.168.1.104.59798 > 172.20.0.2.5005: UDP, length 60
01:44:47.995186 wlp2s0 In IP 192.168.1.104.59798 > debian.5005: UDP, length 60
01:44:47.995290 br-0e4dc7dda434 Out IP 192.168.1.104.59798 > 172.20.0.2.5005: UDP, length 60
01:44:47.995300 vethc1d329b Out IP 192.168.1.104.59798 > 172.20.0.2.5005: UDP, length 60
01:44:48.106612 wlp2s0 In IP 192.168.1.104.59798 > debian.5005: UDP, length 60
10 packets captured
14 packets received by filter
0 packets dropped by kernel
Hello, it seems the packets optimized format isn't supported by the old docker image of wifi-densepose.
If I am not wrong it was introduced in the 0.6.0 firmware version, and since then the received udp packets are not readable for wifi-densepose server
This shows that the host & docker do receive the packets, sized 60 bytes, but
/api/v1/sensing/lateststill shows no data