|
OpenDCC Beta 4
*********************************************
REMEMBER! This is a BETA Version..It may kill your Dreambox.
USE AT YOUR OWN RISK
*********************************************
Ok, now that is out of the way..Here we go:
Only parts of openDCC are working so far.
I will release updated Beta's as I add Functionality
openDCC can update opencam and rqcamd on your Dreambox
You will have to go into the setting screen and set
all your options and directory paths.
The way it work is as follows:
Setup your Dreambox(es) and test connectivity and see
if you can logon ok (from the setup screen)
You tell openDCC where the UNPACKED binary file is
located for each emu (opemcam & rqcamd)
Now, when you click on update EMU, you can choose
wtich emu to update.
What happens next is:
openDCC will FTP the emu binary to / tmp
next it will telnet into the DB and issue the following commands:
killall opencam
killall rqcamd
(yes, it will run killall for BOTH emu's, since you could be
updating an emu that is not running)
rm/var/EMUNAME (EMUNAME is either opencam or rqcamd)
cp/ tmp/EMUNAME/var/bin/EMUNAME
chmod 755/var/bin/EMUNAME
/var/bin/EMUNAME
At this point whatever EMU you updated should be runnig
You'll be left at a telnet screen, so you can see what is going on
As of now, only updating opencam and rqcamd and telnet works.
|