Hi, I'm using olsr 0.6.4 and I'm using jsoninfo plugin to capture some network information.<br>All is working fine, except the fact that the Link Quality field is always 0, no matter the configuration I use.<br><br>
Here is some example of the topology:<br><br><br>"topology": [<br>{<br>        "destinationIP": "10.0.0.3",<br>        "lastHopIP": "10.0.0.2",<br>        "linkQuality": 0.000,<br>
        "neighborLinkQuality": 0.000,<br>        "tcEdgeCost": 1479,<br>        "validityTime": 55102},<br>{<br>        "destinationIP": "10.0.0.4",<br>        "lastHopIP": "10.0.0.2",<br>
        "linkQuality": 0.000,<br>        "neighborLinkQuality": 0.000,<br>        "tcEdgeCost": 1963,<br>        "validityTime": 55102},<br>{<br>        "destinationIP": "10.0.0.2",<br>
        "lastHopIP": "10.0.0.3",<br>        "linkQuality": 0.000,<br>        "neighborLinkQuality": 0.000,<br>        "tcEdgeCost": 1574,<br>        "validityTime": 56479},<br>
{<br>        "destinationIP": "10.0.0.4",<br>        "lastHopIP": "10.0.0.3",<br>        "linkQuality": 0.000,<br>        "neighborLinkQuality": 0.000,<br>        "tcEdgeCost": 2466,<br>
        "validityTime": 56479},<br>{<br>        "destinationIP": "10.0.0.2",<br>        "lastHopIP": "10.0.0.4",<br>        "linkQuality": 0.000,<br>        "neighborLinkQuality": 0.000,<br>
        "tcEdgeCost": 1057,<br>        "validityTime": 0},<br>{<br>        "destinationIP": "10.0.0.3",<br>        "lastHopIP": "10.0.0.4",<br>        "linkQuality": 0.000,<br>
        "neighborLinkQuality": 0.000,<br>        "tcEdgeCost": 1681,<br>        "validityTime": 0}]<br><br><br><br>I tried several combinations of LinkQualityLevel, UseHysteresis, LinkQualityAlgorithm, LinkQualityFishEye, etc, but the Link Quality is always 0.<br>
<br>I tried version 0.6.3 and the behavior is the same.<br><br>Someone knows how can I enable this Link Quality field? Or this is a bug?<br><br>By the way, what is this tcEdgeCost? Can i transform this on a sort of link quality value? What is the range of this tcEdgeCost?<br>
<br>thanks.........<br><br><br><br><a href="mailto:thedougdiniz@hotmail.com" target="_blank"></a>