This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tracking:aufbau [2012/04/07 14:17] lilafisch created |
tracking:aufbau [2012/09/02 11:34] (current) sec |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Rechner ===== | + | ===== Computer ===== |
- | * Software liegt auf http://git.42.org/openbeacon.git/ | + | * Software is at http://git.42.org/openbeacon.git/ |
- | * von interesse: openbeacon/host/services/openbeacon-tracker | + | * the interesting part is: openbeacon/host/services/openbeacon-tracker |
- | * Aufgabe: Rohdaten von den Trackern sammeln, daraus Positionen bestimmen | + | * Job: Collect raw data from trackers, and calculate positions from that |
- | * make | + | * add readers here: |
- | * ./openbeacon-tracker | ./filter-singularsighting output.json | + | * ''src/bmReaderPositions.h'' {readerid, roomnumber, group(?), x-coord, y-coord, comment}, |
- | * damit nicht dauern dauf die Festplatte geschrieben wird: | + | * ''make'' |
- | * mount -t tmpfs -o size=10M dev0 ./json | + | * ''./openbeacon-tracker | ./filter-singularsighting output.json'' |
- | * zB thttpd | + | * so it doesn't write to disk every second: |
- | * thttpd -p [port] -dd [ordner in dem jsonfiles liegen] -l [zielordner fuers logfile] | + | * ''mount -t tmpfs -o size=10M /dev/null ./json'' |
- | * zB thttpd -p 8888 -dd json/ -l ./logfile | + | * Start webserver to publish the json (e.g.: thttpd) |
- | * Reader eintragen: | + | * thttpd -p [port] -dd [json file folder] -l [zielordner fuers logfile] |
- | * src/bmReaderPositions.h {readerid, raumnummer, gruppe(?), x-koordinate, y-koordinate, Kommentar}, | + | * e.g. ''thttpd -p 8888 -dd json/ -l ./logfile'' |
+ | |||
+ | ===== r0kets ===== | ||
+ | * tracking - r0kets need this software: | ||
+ | * bridge-firmware, see ''README.building'' | ||
+ | * currently: r0kets connected to computers (e.g. dockstar) | ||
+ | * you need this script for it: ''.../r0ket/tools/mesh/beacon-udp.pl'' | ||
+ | * or alternatively the binary built from ''.../r0ket/tools/mesh/obreader.c'' |