Extract GPS from Kismet log with ElementTree
I have read a lot of noise about ElementTree but never really used it. Tonight i need to extract a bunch of GPS data from a kismet log file. Let’s give it a try from elementtree import ElementTree data = … Continue reading
tag: gps, kismet, Python, Wifi