Re: Bbox3 Sagem Tool
Geplaatst: 22 jan 2016, 08:25
Inderdaad ik ben ook heel benieuwd.
Code: Selecteer alles
switch (profile.ProfileVDSL2)
{
case VDSL2Profile.p17a:
{
_downstreamMaxBitRate = _downstreamCurrentBitRate + Convert.ToInt32((_downstreamNoiseMargin - 6.5m) * 3200) + Convert.ToInt32(5000 / _downstreamAttenuation);
return;
}
case VDSL2Profile.p8b:
case VDSL2Profile.p8d:
{
//zone 3
if (profile.DictanceMax <= 1000)
_downstreamMaxBitRate = _downstreamCurrentBitRate + Convert.ToInt32((_downstreamNoiseMargin - 6m) * 1710);
//zone 4 & 5
else
_downstreamMaxBitRate = _downstreamCurrentBitRate + Convert.ToInt32((_downstreamNoiseMargin - 6m) * 900);
return;
}
}
Code: Selecteer alles
switch (profile.ProfileVDSL2)
{
case VDSL2Profile.p17a:
{
//zone 1 & 2
_upstreamMaxBitRate = _upstreamCurrentBitRate + Convert.ToInt32((_upstreamNoiseMargin - 6) * 1300 + 4000 * (1 + (8 - _downstreamAttenuation) / 15));
return;
}
case VDSL2Profile.p8b:
case VDSL2Profile.p8d:
{
//zone 3
if (profile.DictanceMax <= 1000)
_upstreamMaxBitRate = _upstreamCurrentBitRate + Convert.ToInt32((_downstreamNoiseMargin - 6m) * 440);
//zone 4 & 5
else
_upstreamMaxBitRate = _upstreamCurrentBitRate + Convert.ToInt32((_downstreamNoiseMargin - 6m) * 140);
return;
}
}
Bedankt voor de openheid en transparantie waarmee je uw kennis en ervaringen met ons deelt.pyro85 schreef:Het zijn verschillende formules, afhankelijk van het vdsl2-profiel en de afstand.
Zie hieronder de code.
De lijnwaarden die hier gepost werden.onurb schreef:Welke referentie gebruik je om de nauwkeurigheid van de berekeningen te bepalen?
Geen probleemphilippe_d schreef:Bedankt voor de openheid en transparantie waarmee je uw kennis en ervaringen met ons deelt.
very much appreciated
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 69.999 kbps
Upstream current bit rate: 20.000 kbps
Downstream max bit rate: 104.609 kbps
Upstream max bit rate: 29.683 kbps
Downstream attenuation: 13,5 dB
Downstream noise margin: 17,2 dB
Upstream noise margin: 11,5 dB
Vectoring down: yes
Vectoring up: yes
Modem vectoring compatible: yes
ROP vectoring compatible: yes
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 314 m
Proximus profile name: 70/20
Proximus DLM profile: no
Proximus repair profile: no
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 85 000 kbps
Upstream current bit rate: 14 998 kbps
Downstream max bit rate: 102 239 kbps
Upstream max bit rate: 24 808 kbps
Downstream attenuation: 17,9 dB
Downstream noise margin: 11,8 dB
Upstream noise margin: 12,5 dB
Vectoring down: yes
Vectoring up: yes
Modem vectoring compatible: yes
ROP vectoring compatible: yes
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 481 m
Proximus profile name: 85/15
Proximus DLM profile: yes
Proximus repair profile: no
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 99 999 kbps
Upstream current bit rate: 20 000 kbps
Downstream max bit rate: 119 910 kbps
Upstream max bit rate: 30 130 kbps
Downstream attenuation: 12,8 dB
Downstream noise margin: 12,6 dB
Upstream noise margin: 11,7 dB
Vectoring down: yes
Vectoring up: yes
Modem vectoring compatible: yes
ROP vectoring compatible: yes
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 288 m
Proximus profile name: 100/20
Proximus DLM profile: yes
Proximus repair profile: no
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 99.999 kbps
Upstream current bit rate: 20.000 kbps
Downstream max bit rate: 131.409 kbps
Upstream max bit rate: 30.723 kbps
Downstream attenuation: 13,5 dB
Downstream noise margin: 16,2 dB
Upstream noise margin: 12,3 dB
Vectoring down: yes
Vectoring up: yes
Modem vectoring compatible: yes
ROP vectoring compatible: yes
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 280 m
Proximus profile name: 100/20
Proximus DLM profile: yes
Proximus repair profile: no
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 40,199 kbps
Upstream current bit rate: 8,048 kbps
Downstream max bit rate: 44,182 kbps
Upstream max bit rate: 13,511 kbps
Downstream attenuation: 10.8 dB
Downstream noise margin: 7.6 dB
Upstream noise margin: 7.7 dB
Vectoring down: no
Vectoring up: no
Modem vectoring compatible: yes
ROP vectoring compatible: Unknown
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 227 m
Proximus profile name: 40/8
Proximus DLM profile: yes
Proximus repair profile: no
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 50 200 kbps
Upstream current bit rate: 10 054 kbps
Downstream max bit rate: 73 379 kbps
Upstream max bit rate: 19 781 kbps
Downstream attenuation: 10,9 dB
Downstream noise margin: 13,6 dB
Upstream noise margin: 11,0 dB
Vectoring down: no
Vectoring up: no
Modem vectoring compatible: yes
ROP vectoring compatible: Unknown
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 227 m
Proximus profile name: 50/10
Proximus DLM profile: yes
Proximus repair profile: no
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 50,199 kbps
Upstream current bit rate: 10,004 kbps
Downstream max bit rate: 65,618 kbps
Upstream max bit rate: 18,727 kbps
Downstream attenuation: 13.2 dB
Downstream noise margin: 11.2 dB
Upstream noise margin: 10.7 dB
Vectoring down: no
Vectoring up: no
Modem vectoring compatible: yes
ROP vectoring compatible: Unknown
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 331 m
Proximus profile name: 50/10
Proximus DLM profile: yes
Proximus repair profile: no
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 85.000 kbps
Upstream current bit rate: 10.064 kbps
Downstream max bit rate: Unknown
Upstream max bit rate: Unknown
Downstream attenuation: 15,9 dB
Downstream noise margin: 14,9 dB
Upstream noise margin: 15,8 dB
Vectoring down: yes
Vectoring up: no
Modem vectoring compatible: yes
ROP vectoring compatible: yes
DSL standard: VDSL2
DSL profile: Unknown
Estimated distance: 418 m
Proximus profile name: Unknown
Proximus DLM profile: Unknown
Proximus repair profile: Unknown
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 99 999 kbps
Upstream current bit rate: 14 998 kbps
Downstream max bit rate: 138 652 kbps
Upstream max bit rate: 20 028 kbps
Downstream attenuation: 5,6 dB
Downstream noise margin: 18,3 dB
Upstream noise margin: 6,3 dB
Vectoring down: yes
Vectoring up: yes
Modem vectoring compatible: yes
ROP vectoring compatible: yes
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 88 m
Proximus profile name: 100/15
Proximus DLM profile: yes
Proximus repair profile: no
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 50,200 kbps
Upstream current bit rate: 10,004 kbps
Downstream max bit rate: 50,335 kbps
Upstream max bit rate: 19,184 kbps
Downstream attenuation: 11.0 dB
Downstream noise margin: 6.4 dB
Upstream noise margin: 10.6 dB
Vectoring down: no
Vectoring up: no
Modem vectoring compatible: yes
ROP vectoring compatible: Unknown
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 244 m
Proximus profile name: 50/10
Proximus DLM profile: yes
Proximus repair profile: no
Code: Selecteer alles
[code]
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 85.000 kbps
Upstream current bit rate: 20.000 kbps
Downstream max bit rate: 102.249 kbps
Upstream max bit rate: 23.600 kbps
Downstream attenuation: 17,3 dB
Downstream noise margin: 11,8 dB
Upstream noise margin: 7,6 dB
Vectoring down: yes
Vectoring up: yes
Modem vectoring compatible: yes
ROP vectoring compatible: yes
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 461 m
Proximus profile name: 85/20
Proximus DLM profile: yes
Proximus repair profile: no
Dit wordt veroorzaakt door een foutieve profielbepaling, zal ook gefixt zijn in de volgende versie.marc_1956 schreef:Krijg een fout. (zie bijlage)
Dit kan je voorlopig oplossen door per modem een kopie te nemen van de exe en deze in een andere map te zetten. Hierdoor zal de settings file niet iedere keer overschreven worden.Tomsworld schreef:Ik gebruik dit vaak mag ik een feature request doen ?
Ik vrees alleen dat er weinig mensen nut van hebben.
Een soort adresboek waar je meerdere modems kan opslaan.
Tekst veld : ModemA
ip : 192.168.123.254
user name : admin
password : xxxx
Zodanig dat ik niet iedere keer als ik een andere modem test dat opnieuw moet opzoeken.
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 60.198 kbps
Upstream current bit rate: 10.049 kbps
Downstream max bit rate: 71.481 kbps
Upstream max bit rate: 23.276 kbps
Downstream attenuation: 12,4 dB
Downstream noise margin: 9,9 dB
Upstream noise margin: 14,0 dB
Vectoring down: no
Vectoring up: no
Modem vectoring compatible: yes
ROP vectoring compatible: Unknown
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 301 m
Proximus profile name: 60/10
Proximus DLM profile: yes
Proximus repair profile: no
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 85 000 kbps
Upstream current bit rate: 20 000 kbps
Downstream max bit rate: 106 170 kbps
Upstream max bit rate: 29 943 kbps
Downstream attenuation: 13,5 dB
Downstream noise margin: 13,0 dB
Upstream noise margin: 11,7 dB
Vectoring down: yes
Vectoring up: yes
Modem vectoring compatible: yes
ROP vectoring compatible: yes
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 318 m
Proximus profile name: 85/20
Proximus DLM profile: yes
Proximus repair profile: no
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 99 999 kbps
Upstream current bit rate: 20 000 kbps
Downstream max bit rate: 140 929 kbps
Upstream max bit rate: 34 087 kbps
Downstream attenuation: 8,2 dB
Downstream noise margin: 19,1 dB
Upstream noise margin: 13,8 dB
Vectoring down: yes
Vectoring up: yes
Modem vectoring compatible: yes
ROP vectoring compatible: yes
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 140 m
Proximus profile name: 100/20
Proximus DLM profile: yes
Proximus repair profile: no
Staar je niet blind op deze maximum waarden. Zoals pyro85 aangaf al aangaf in een vorige post, kunnen zijn deze (berekende) waarden iets te optimistischZalm schreef:Code: Selecteer alles
Downstream max bit rate: 140 929 kbps Upstream max bit rate: 34 087 kbpss
Trojan schreef:Mooi werk Pyo85.
Misschien dat ik ook een feature request mag doen?
- Alle waardes automatisch opslagen in een online database zodat deze later op lange termijn gebruikt kunnen worden voor statistieken ...?
(Om meerdere resultaten per gebruiker te voorkomen kan je bv de modem serienummer als unieke identifier opgeven?)
Of eventueel historische metingen bijhouden per gebruiker om de evolutie per gebruiker te kunnen zien?
Alee, het is maar een voorstel he.![]()
In v0.13 ga ik een (optionele) historiek-functie implementeren, alle resultaten kunnen bewaard worden in een xml-file op uw pc. Hiermee kan je dan in Excel grafieken gaan tekenen enz.GuntherDW schreef:Maar dan wel liefst niet geforceerd. Als het met een vinkje aan/uit te zetten valt zou het niet zo erg zijn.
Het zou echter wel een tof iets zijn voor statistieken bij te houden.
Al gaat het mss wel lastig zijn om per regio bij te houden, of je moet de gebruiker dat laten invullen (als hij weet op welke ROP hij aangesloten staat), of kan je dit uit de modem halen?
Maar zelfs zonder de regionale splitsing zal het misschien wel inderdaad nuttig kunnen zijn. Again enkel met toestemming van de persoon!
De kans zit er wel in, al zal het nipt wordenTiTanium schreef:Ik ben verhoogd naar een 85/20 profiel. Ik denk dat het nog eens ga stijgen of ben ik mis?
Dit is normaal, dat kan enkel maar opgehaald worden voor ADSL-lijnen.Zalm schreef:Enkel upstream attenuation geeft geen waarde aan, handige tool
Morgen heb ik normaal gezien een nieuwe versie klaar (0.12.1) waarin dit gefixt zal zijn.philippe_d schreef:Staar je niet blind op deze maximum waarden. Zoals pyro85 aangaf al aangaf in een vorige post, kunnen zijn deze (berekende) waarden iets te optimistischZalm schreef:Code: Selecteer alles
Downstream max bit rate: 140 929 kbps Upstream max bit rate: 34 087 kbpss
Ik heb vandaag vernomen dat er totaal geen storingen op mijn lijn zijn. Of het nu 85 of 100 ga zijn, daar ga ik niet van wakker liggenpyro85 schreef:TiTanium schreef:
Ik ben verhoogd naar een 85/20 profiel. Ik denk dat het nog eens ga stijgen of ben ik mis?
De kans zit er wel in, al zal het nipt worden
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.0
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 30,057 kbps
Upstream current bit rate: 6,025 kbps
Downstream max bit rate: 96,503 kbps
Upstream max bit rate: 26,005 kbps
Downstream attenuation: 9.5 dB
Downstream noise margin: 27.1 dB
Upstream noise margin: 18.6 dB
Vectoring down: no
Vectoring up: no
Modem vectoring compatible: yes
ROP vectoring compatible: Unknown
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 195 m
Proximus profile name: 30/6
Proximus DLM profile: no
Proximus repair profile: no
DLM profile = "No" wil in feite zeggen, dat jouw huidig profiel (30/6) géén DLM profiel is.VLokkY schreef:30/6
Dit is mijn resultaat, aangezien DLM profile op 'no' staat ga ik er vanuit dat DLM uitgeschakeld is, of ben ik hier verkeerd in?
Al reeds een 3tal maand hier op pxm maar so far nog steeds 30/6
Toen ik destijds wat experimenteerde met mikrotik zag ik dat je wel de rop-id (?) kon achterhalen als je mikrotik de PPPoE sessie tot stand bracht. Misschien dat je deze info ook ergens uit de modem kan peuteren?pyro85 schreef:In v0.13 ga ik een (optionele) historiek-functie implementeren, alle resultaten kunnen bewaard worden in een xml-file op uw pc. Hiermee kan je dan in Excel grafieken gaan tekenen enz.
Over online statistieken bijhouden zit ik ook al een tijdje na te denken. Dat zal inderdaad sowieso enkel maar met de goedkeuring van de gebruiker zijn. Zou een mooi project zijn, maar wel veel werk om te implementeren. Heb hiervoor een database nodig, webruimte, en bij voorkeur een server die .net aankan (ben geen liefhebber van php).
De regio kan niet opgehaald worden vanuit de bbox. De enige manier zou zijn om het lijnnummer te achterhalen, en daar het zonenummer uit te nemen, maar het lijnnummer is niet opvraagbaar.
Code: Selecteer alles
B-Box 3 Sagem Tool v0.12.1
--------------------------
Device: B-Box 3 Sagem
Downstream current bit rate: 99 999 kbps
Upstream current bit rate: 20 000 kbps
Downstream max bit rate: 136 558 kbps
Upstream max bit rate: 28 770 kbps
Downstream attenuation: 7,7 dB
Downstream noise margin: 19,1 dB
Upstream noise margin: 11,2 dB
Vectoring down: yes
Vectoring up: yes
Modem vectoring compatible: yes
ROP vectoring compatible: yes
DSL standard: VDSL2
DSL profile: 17a
Estimated distance: 131 m
Proximus profile name: 100/20
Proximus DLM profile: yes
Proximus repair profile: no
Proximus gebruikt 8b voor vectoring profielen in zone 3, en 8d voor non-vectoring profielen in zone 3, 4, en 5.MaT schreef:Klein vraagje tussendoor: is er een verschil tussen een 8b en 8d profiel? Ik heb ze beide al gehad maar geen verschil gezien.
Wel, daar gaat mijn theorieMaT schreef:Nu heb ik een 8d profiel wat overeenkomt met je uitleg, maar ik heb al een 8b gehad ook zoals je hier kan zien: https://userbase.be/forum/viewtopic.php ... 80#p596386
Zone 4 met ikanos lijnkaarten, dus geen sprake van vectoring.