You could use the following line with a loop in a script or have 'cron' run it directly: (date; echo '/links' | nc mesh_node 2006 | sed -e '1,5d') >> /tmp/stat.dat Port 2006 is listened to by 'olsrd' and has some tidbits of info. Change '/links' to '/all' and run manually to see what is available. The stat.dat file can later be processed by 'awk' or whatever to extract the data desired. The data captured here is from the same source the mesh status page displays. -Rusty- |