|
page of
audrey
|
My Audrey is up and running. Here are details about interesting things to do with her
This works great after a bit of fiddiling arround. Here's the skinny :
Mounting via NFS is just as easy as the more widely publicised Windows
share mounting. I have a directory with over 200 albums, and I
noticed a particular speed increase when using NFS over connecting via
Samba.
To do it you need fs-nfs2 which I extracted
from the QNX 6.0 CD. Put it in /nto/bin and chmod +x it. Usage is
basically
fs-nfs2 ip:share mount (e.g. fs-nfs2 192.168.0.2:/vol2
/mp3)
Your directory should then be mounted on your mount point. If it's
not working then the showmount utility will
help. Usage is same as always
showmount -e ip
If you have the QNX 6.0 CD (download as an ISO from planetmirror.com),
then you can extract all the utilites without actually installing
QNX. In the directory /repository2 are all the QNX packages. To find
what you are looking for, go into that directory and grep the .qpk
files e.g.
grep -i filename *.qpk
Once you have found the
.qpk file it is in, copy the equivilent .qpm file to your hard drive.
Rename it as filename.tar.gz, as these are just zipped tar
files. Unextract as usual.
I have put a bunch of common
utilities into some bz2 files (to get around the max file limit here).
There is the bin and lib
directories and the usr and
sbin directories. You can see if the utility you need is in there
by checking out the ls-R.txt file.
My photo album application uses PHP on the server
to serve up images to Audrey. Simply point the script at a directory
containing sub-directory "albums" and it will recurse through and let
you select all or some for linear or random photo rotation, with a
period of your choosing. You can repeat the last selection too. This
version will not work with multiple clients unless you want them to
all display the same thing. Have a look at the photo album selection screen and
an actual image.
All the files you need are in audreyview.tar.gz. Edit the
index.php file in the marked sections to suit your setup, and go!