Changeset 9169


Ignore:
Timestamp:
May 9, 2011, 12:22:49 PM (14 years ago)
Author:
dennisw
Message:

Semi-duplicates get saved; multiple entries with the same values, only the signal strength is different.

Playing with 'info on mouseover'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/gheat/management/commands/import_kismet.py

    r9168 r9169  
    6969    signaal = 100 + int(point.attrib['signal_dbm'])
    7070
     71    # TODO: This also saves semi-duplicates; multiple entries with the same values, except
     72    # the signal strength is different. Should get an AVG or something.
    7173    meting= Meting.objects.create(meetrondje=mr, accespoint=ap_cache[bssid],
    7274      latitude=point.attrib['lat'], longitude=point.attrib['lon'],
Note: See TracChangeset for help on using the changeset viewer.