0

I want to collect bluetooth beacon info.
first of all,I need to collect all the network packets emmited by beacon in real time.
And than I have to parse the packets to get some value like MAC address , RSSI and save into database.
I google for a while,but still have no idea how to design it
I only write a little django before.
But this seems not like a web

I find a package named scapy
But it's interactive shell , so I don't think it work under my demand

Please give me some advice.
What tools will you recommend?? What directions should I survey ?

user2492364
  • 6,543
  • 22
  • 77
  • 147

1 Answers1

0

Capture Incoming Bluetooth Packets with Python

check this question...

http://lightblue.sourceforge.net/ LightBlue: a cross-platform Python Bluetooth API

Community
  • 1
  • 1
Shan
  • 964
  • 9
  • 11