2005-2006 Bristol Bluetooth dataset
steveloughran
released this
15 May 10:14
·
15 commits
to master
since this release
Dataset of discovered bluetooth devices.
This was created from a laptop with a BT dongle, one floor up and 10-15 metres off a street in inner Bristol, not far from Bristol University. Done just with the linux BT daemon set to call a script on every device event, arrival and departure. Needs debouncing, obviously.
Format is Erlang .dat structure: "event", event-type, device ID, timestamp, time_t timestamp
{event,found,"00:12:62:A1:82:81","2005-08-18T20:15:29+01:00",1124392529}.
{event,lost,"00:12:62:A1:82:81","2005-08-18T20:16:14+01:00",1124392574}.
Licence: CC-4.0: Attribution 4.0 International
BTW, there's no code to go with this; nothing particularly interesting, just some basic analysis in erlang just to play with the language. Convert it to CSV and you get to play with it in excel, or Zeppelin standalone