Changeset 9169
- Timestamp:
- May 9, 2011, 12:22:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/gheat/management/commands/import_kismet.py
r9168 r9169 69 69 signaal = 100 + int(point.attrib['signal_dbm']) 70 70 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. 71 73 meting= Meting.objects.create(meetrondje=mr, accespoint=ap_cache[bssid], 72 74 latitude=point.attrib['lat'], longitude=point.attrib['lon'],
Note:
See TracChangeset
for help on using the changeset viewer.