foreach i in=[queue simple find] do={ local ip [queue simple get value-name=target $i] local byte [queue simple get value-name=bytes $i] put "$ip has $byte" }then you can save to a file.
thx you very muchmaybe this is a start point for you
ros code
foreach i in=[queue simple find] do={ local ip [queue simple get value-name=target $i] local byte [queue simple get value-name=bytes $i] put "$ip has $byte" }then you can save to a file.