Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
Hi, all. I decided to write how to compile udpxy for DNS-323(or other devices with funplug).
udpxy website: http://www.udpxy.com/download-en.html
1. download src
cd /mnt/HD_a2/ffp/tmp wget http://www.udpxy.com/download/1_23/udpxy.1.0.23-9-prod.tar.gz
2. untar src
tar -xzvf udpxy.1.0.23-9-prod.tar.gz
3. build
cd udpxy-1.0.23-9 make release
4. prepare package
make install DESTDIR=/mnt/HD_a2/test/udpxy-1.0.23-9 mkdir /mnt/HD_a2/test/udpxy-1.0.23-9/ffp mv /mnt/HD_a2/test/udpxy-1.0.23-9/usr/share /mnt/HD_a2/test/udpxy-1.0.23-9/ffp mv /mnt/HD_a2/test/udpxy-1.0.23-9/usr/local/bin /mnt/HD_a2/test/udpxy-1.0.23-9/ffp rm -r /mnt/HD_a2/test/udpxy-1.0.23-9/usr
5. Autostart script (in attachment)
mkdir -p /mnt/HD_a2/test/udpxy-1.0.23-9/ffp/start cp -a /mnt/HD_a2/udpxy.sh /mnt/HD_a2/test/udpxy-1.0.23-9/ffp/start chmod a-x /mnt/HD_a2/test/udpxy-1.0.23-9/ffp/start/udpxy.sh
6. Create and install package
cd /mnt/HD_a2/test/udpxy-1.0.23-9 mkdir /mnt/HD_a2/my
##for fun_plug 0.5
tar -czvf /mnt/HD_a2/my/udpxy-1.0.23-9.tgz * funpkg -i /mnt/HD_a2/my/udpxy-1.0.23-9.tgz
##for fun_plug 0.7
makepkg udpxy 1.0.23 9 mv /tmp/udpxy-1.0.23-oarm-9.txz /mnt/HD_a2/my funpkg -i /mnt/HD_a2/my/udpxy-1.0.23-oarm-9.txz
7. Set autostart service
chmod a+x /ffp/start/udpxy.sh
8. Start service
sh /ffp/start/udpxy.sh start
9. check status
if 192.168.0.1 is your IP, then
lynx http://192.168.0.1:8888/status
10. man pages
man udpxy man udpxrec
Last edited by ArchyBald (2015-06-09 11:49:40)
Offline
Pages: 1