I cross-compiled driftnet (
http://www.ex-parrot.com/~chris/driftnet/) as I thought it might be a bit of fun to wander the library seeing what pictures and music people are looking at (assuming it works).
I couldn\'t be bothered to (try to) port from GTK to Qt so I compiled it as the command line version. Now I need an image viewer which is capable of doing slideshows (with variable delay preferably) using the resultant images which will be plonked in a temp directory. Does anyone have any suggestions?
Assuming it works I\'ll do a Qt frontend - create a mosaic of the images, etc. That means I\'ll have one process creating images at random intervals and the Qt one displaying them. Any ideas as to how you could keep track of which images are new and haven\'t been displayed? I\'m not sure how driftnet names the images which it finds (I\'ll look when I get back to Linux this arvo), but assuming it\'s just with a random name how would you work out what you\'d already displayed? File modification time, etc.?
Cheers,
Si
P.S. Binary is here:
http://students.bath.ac.uk/enpsgp/Zaurus/driftnet.gz (c.52kb, libc2.3 only. If there\'s demand I\'ll do a libc2.2 one too. Just stick it somewhere in the PATH, you need libpcap)