User Tools

Site Tools


tracking:start

This is an old revision of the document!


Getting Started

1. Pull code from openbeacon fork

git clone http://git.42.org/openbeacon.git

2. Edit openbeacon/host/services/openbeacon-tracker/src/bmReaderPositions.h to include reader locations for 28c3 or eh12

vi openbeacon/host/services/openbeacon-tracker/src/bmReaderPositions.h

3. You will need libpcap to build the tracker

sudo apt-get install libpcap libpcap-dev

4. Then just run the makefile

cd openbeacon/host/services/openbeacon-tracker

make

5. Download data for EH12, Check http://web.xtort.eu/~dump/pkt/ for 28c3 data wget http://zonk.muc.ccc.de/r0ket/2012-04-06-12:37:01.pcap.xz

6. Extract into pcap file and run tracker

unxz 2012-04-06-12:37:01.pcap.xz

./openbeacon-tracker 2012-04-06-12:37:01.pcap

This will produce json output that can now be further parsed or played with.

tracking/start.1346575623.txt.gz · Last modified: 2012/09/02 10:47 by zxtx

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki