mol Geplaatst: 18 januari 2008 Geplaatst: 18 januari 2008 Ik heb een mailtje gehad dat er een nieuwe emu voor de dreambox is de mbox 0,1. Ik weet niet als iemand al wat meer weet over deze emu. als iemand wat weet laat het effe weten
Gast BRUUT-DREAM Geplaatst: 18 januari 2008 Geplaatst: 18 januari 2008 Dat is een patched Gbox versie
raptorr Geplaatst: 18 januari 2008 Geplaatst: 18 januari 2008 Origineel bericht van: naitsirhc En wat kun je ermee? wil ik ook wel wete grtz
Gast satpiet 200 Geplaatst: 18 januari 2008 Geplaatst: 18 januari 2008 niets de emu is maar 1 kb en je box loopt vast
OKA Geplaatst: 18 januari 2008 Geplaatst: 18 januari 2008 Dit is wat ik elders heb gevonden: Php Code: //cwshare.cfg some new things i added// IMPORTANT !!!// About D line in cwshare.cfg file ...// Now you can set what provids/boxids you want to reshare with another peer(s)// This is standard D line D: { IP { port1 port2 { pass { level1 level2 }}}}// This is my new upgraded D line// D: { IP { port1 port2 { pass { level1 level2 }}}}// { 0000 } { 0 } //send filter// { 0000 } { 0 } //received filter// D: { IP { port1 port2 { pass { level1 level2 }}}}// { xxyy !!in hex!!!} { provid-boxid-boxid;provid;provid-boxid; ...!!in hex!!!} //send filter// { xxyy !!in hex!!!} { provid-boxid-boxid;provid;provid-boxid; ...!!in hex!!!} //received filter// for both brascets// xx -> 00 disabled// xx -> 01 allow only this cards for provid to be reshared (1st brascet)/received (2nd brascet)// xx -> 02 denied only this cards for provid to be reshared(1st brascet)/received (2nd brascet)// yy -> how much provids is in next brascet dont caculate boxids// example:// D: { IP { port1 port2 { pass { level1 level2 }}}}//{ 0102 } { 0001006A;0001006C-0A0A-0B0B; }//{ 0102 } { 00010080;00010081-0A0A-0B0B; }//// { 0102 } { 0001006A;0001006C-0A0A-0B0B; }// xx is 01 ,ALL cards for (0001006A) provid is SENT to peer AND cards with boxid 0A0A,0B0B for provid 0001006C, ALL others provids(cards) will NOT be sent!!// yy is 02 ,there is only 2 provids in next bracket dont caculate boxids////// { 0102 } { 00010080;00010081-0A0A-0B0B; }// xx is 01 ,ALL cards for (00010080) provid is RECEIVED from peer AND cards with boxid 0A0A,0B0B for provid 00010081, ALL others provids will be IGNORED!!// yy is 02 ,there is only 2 provids in next bracket dont caculate boxids//// example:// D: { IP { port1 port2 { pass { level1 level2 }}}}///{ 0202 } { 0001006A;0001006C-0A0A-0B0B; }// { 0202 } { 00010080;00010081-0A0A-0B0B; }//// { 0202 } { 0001006A;0001006C-0A0A-0B0B; }// xx is 02 ,ALL cards for this (0001006A) provid is NOT sent to peer AND cards with boxid 0A0A,0B0B for provid 0001006C, ALL others provids(cards) are !!// yy is 02 ,there is only 2 provids in next bracket dont caculate boxids//////{ 0202 } { 00010080;00010081-0A0A-0B0B; }//xx is 02 ,ALL cards for (00010080) provid is NOT RECEIVED from peer AND cards with boxid 0A0A,0B0B for provid 00010081, all others provids will be received!!//yy is 02 ,there is only 2 provids in next bracket dont caculate boxids//////// NOTICE: MBOX WILL NOT COMPLAIN IF YOU USE OLD D LINE STYLE !!!!!!!!!!!!!//Working with TCP protocol//Just rename D with TCP,example//TCP: { IP { port1 port2 { pass { level1 level2 }}}}//// or my upgraded D line////TCP: { IP { port1 port2 { pass { level1 level2 }}}}//{ xxyy !!in hex!!!} { provid-boxid-boxid;provid;provid-boxid; ...!!in hex!!!}//{ xxyy !!in hex!!!} { provid-boxid-boxid;provid;provid-boxid; ...!!in hex!!!}////////IMPORTANT: NOT YET INPLEMENTED !!!//mbox.cfg EXPLANATION and EXAMPLEB: { 0 }//B: { x }//x=0 -> disable local UDP ports 8004-80xx ,this ports are used with DVB cards (Windows and Linux)//x=1 -> enable//default disableZ: { 10 } { 127.0.0.1 8000 }// Z option -> control sending/writing current informations// Z: { xy } { IP port }// x=0 -> don't print time stamp (in console screen and in debug file)// x=1 -> print time stamp ( .... )// y=0 -> no writing/sending informations to debug file/destination IP// y=1 -> send informations to destination IP but not in debug file// y=2 -> write informations to debug file but don't send to destination IP// y=3 -> write/send informations to debug file/destination IP// IP port -> destination IP and UDP port where to send informations// no default#C: { 127.0.0.1 7999 }// C option -> control receiving some command messages localy or from another IP// C: { IP port }// IP-> your local IP or you DNS// port -> on what port you will be waiting command messages// no defaultR: { 100000 }// R option -> Time out interval for (RE)SENDING hello message to peer(s) in seconds// (resend hello message every (X) seconds to EVERY peer(s))// R: { seconds }// default 1 hourU: { 1 }// U options -> Update peer(s) IP if it changes while peer still resending ecms/cw etc.. information// default only on hello message peer(s) IP are updated !!!// U: { x }// x=0 -> disabled// x=1 -> enabled// default disabledL: { 1 }// L option -> how to mbox menage virtual card(s) with level 0// ( only for peer(s) who have and can share virtual cards but don't want to use LEVEL 0 card(s) for them self)// L: { x }// x=0 -> don't load any virtual cards with LEVEL 0, you can't use them for your self// x=1 -> load all virtual cards with LEVEL 0 ,you will be using them for your self// default 1K: { 0 }// K option -> where is emu.cfg,cwshare.cfg,mbox.cfg files FOR DREAMBOX// K: { x }// x=0 -> in /var/keys// x=1 -> in /var/tmp// default 0// NOTE: For Windows and Linux it can be in /var/keys or in folder where is mbox.??? fileS: { 1 }// S option -> how to sort cards// S: { x }// x=1 -> distance sort// x=2 -> level sort// x=3 -> distance+level sort// default 1E: { 1 }// E option -> disable same cards from peers// E: { x }// x=0 -> use same cards(boxids) from peers// x=1 -> don't use same cards(boxids) from peers// default 1M: { 0 }// M option -> Mode option// M: { x }// x=0 -> local mode no NET// x=1 -> NET mode// default 0
mol Geplaatst: 18 januari 2008 Auteur Geplaatst: 18 januari 2008 nou hij is geen 1kb maar 91 kb we gaan het effe testen
MagicOnline Geplaatst: 18 januari 2008 Geplaatst: 18 januari 2008 Kan iemand deze even aan een post hangen CDS: Wij bieden goede beeldkwaliteit, dat u geen goed beeld heeft ligt niet aan onze bandbreedte.
Littlesat Geplaatst: 18 januari 2008 Geplaatst: 18 januari 2008 Ziet er niet uit als een gepatchte gbox... meer op een eigen versie die gbox compatible is... nice... Binnenkort is bijna alles in MPEG4 bij CanalDigitaal... je SD ontvanger kan dus in de Kliko
Gait33 Geplaatst: 18 januari 2008 Geplaatst: 18 januari 2008 waar kan ik deze vinden??? Vu+ Solo, Vu+ Duo, Vu+ Duo2, 1x Delta Star 120cm draaibaar, 1x Delta Star 90 draaibaar, 2x Delta Star 55 vast ( Astra 1 en 3 )
Gast NDS4Ever Geplaatst: 18 januari 2008 Geplaatst: 18 januari 2008 1 kb Beta-Emu? Duh! Volgens mij is is er iets mis gegeaan met je download.
Edwin Geplaatst: 18 januari 2008 Geplaatst: 18 januari 2008 De emu schijnt inderdaad wat meer mogelijkheden te hebben dan de gbox. Zal hem bijvoegen als bijlage. Ik heb hem getest, en hij werkt. vergeet niet van de mbox.cfg aan te passen naar je wensen. De cwshare kan je van gbox nemen om te starten. Edwin
Doerak Geplaatst: 18 januari 2008 Geplaatst: 18 januari 2008 Alleen voor de 7000 en 500 ? "MBOX v.0.1 BETA ruDREAM 7000_500"
Gait33 Geplaatst: 18 januari 2008 Geplaatst: 18 januari 2008 Origineel bericht van: Edwin De emu schijnt inderdaad wat meer mogelijkheden te hebben dan de gbox. Zal hem bijvoegen als bijlage. Ik heb hem getest, en hij werkt. vergeet niet van de mbox.cfg aan te passen naar je wensen. De cwshare kan je van gbox nemen om te starten. Edwin Kan ik deze ook voor Nabilo v0.8 gebruiken? Vu+ Solo, Vu+ Duo, Vu+ Duo2, 1x Delta Star 120cm draaibaar, 1x Delta Star 90 draaibaar, 2x Delta Star 55 vast ( Astra 1 en 3 )
Aanbevolen berichten
Maak een account aan of log in om te reageren
Je moet een lid zijn om een reactie te kunnen achterlaten
Account aanmaken
Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!
Registreer een nieuwe accountInloggen
Heb je reeds een account? Log hier in.
Nu inloggen