PDA

View Full Version : examine Bluetooth packets (and any other types of packets0



cybo
March 26th, 2010, 07:59 PM
i have a phone with bluetooth in it and want to examine what kind of data is being sent between my pc and the phone. i understand that there are tools that allow you to do that but i want to write my own (the more you code the better you get) i also understand that i need to do some network coding but the problem is that i have never done it before. i heard that sockets have a lot to do with networks but really never looked into it. i'm not a novice coder but definitely not an expert. can anyone recommend where i should start? i'm more than willing to learn.

any help is appreciated.

Xyro
March 26th, 2010, 08:32 PM
Beej's guide is a great place to start (http://beej.us/guide/bgnet/output/html/multipage/index.html).

As for the Bluetooth protocol, no idea. Might want to read some documentation.

cybo
March 27th, 2010, 02:50 AM
@Xyro thank you

cybo
March 27th, 2010, 02:50 AM
are there any other suggestions?