work in progress

This commit is contained in:
Simone Margaritelli 2024-08-14 15:43:01 +02:00
parent 69744e6b63
commit b3c84ba6d9
20 changed files with 4743 additions and 440 deletions

View file

@ -149,7 +149,7 @@ func (mod *Module) createDot11ProbeGraph(ssid string, station *network.Station)
}
func (mod *Module) createBLEServerGraph(dev *network.BLEDevice) (*Node, bool, error) {
mac := network.NormalizeMac(dev.Device.ID())
mac := dev.Address
node, err := mod.db.FindNode(BLEServer, mac)
isNew := node == nil
if err != nil {