GithubHelp home page GithubHelp logo

Comments (2)

jgoff avatar jgoff commented on July 28, 2024

adding this to github - reported via support email...

2 issues can be seen, that i believe are related to the bug reported here.

  1. 2 virtual APs on same AP (one on dot11g one on dot11a) get mixed up in the time graph, such that a saw tooth oscillating pattern of the 2.4GHz RSSI and the 5GHz RSSI are displayed together

  2. Multiple APs running same SSID get added together in the same was as above, on the same band or different bands, also causing oscillating pattern to time graph and incorrect display

This is readily reproducible on inssider 2.0.5 or 2.0.6.1208 on XPsp3 and vista with intel 5300 and 5100.

I believe this is the culprit:

public MacAddress( byte[] bytes ) {
....
foreach (byte b in _bytes)
{
_myValue = _myValue << 4;
_myValue |= b;
}

The derivation of _myValue above is creating frequent collisions, especially for virtual AP bssids where they are close together

from inssider-2.

jgoff avatar jgoff commented on July 28, 2024

this was fixed in 017a1bd#MetaGeek.WiFi/MacAddress.cs

from inssider-2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.