This sounds a silly question, but I’m trying to create a network between 3 computers over bluetooth, can we try to establish a connection-less or connection-oriented connection between each node, just like we do in IP networks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Its possible to do peer to peer networking with bluetooth, the how depends on your OS,
here are a few examples,
Linux
http://giovanni.wordpress.com/2007/04/06/how-to-use-tcpip-over-bluetooth/
Windows
http://www.conniq.com/Windows-networking/Bluetooth_PAN_xp-setup_12.htm
Android
https://android.stackexchange.com/questions/6072/is-it-possible-to-have-a-tcp-ip-network-using-bluetooth
Note:
this will depend on the profiles your BT device/stack supports,
http://en.wikipedia.org/wiki/Bluetooth_profile
the LAN access profile lets a bluetooth device access the internet via a bluetooth enabled router or access point.
The PAN (personal area network) profile will allow you to do what you are describing. It essentially looks like Ethernet, so you can do anything with it. of course for what your describing you will need static ip addresses, but then you should be able to ping, make sockets, whatever.
Again the device and the OS has to support this profile, but most should.