xboxrulz 0 Report post Posted September 15, 2006 Hey all Java programmers on Trap 17, I'm wondering is it possible for Java to communicate to another computer through a Bluetooth device? The reason I ask this is because I want to create an instant messenger that would be using the Bluetooth "network" so that people can use their computers to communicate from one to another without the use of the Internet. This is very useful in situations where you want to talk to a friend nearby but does not have access to the Internet and cannot talk to them in person. Thanks, xboxrulz Notice from jlhaslip: xboxrulz, please do not 'sign-off' on your postings here at the Xisto. It is frowned upon since it adds to your posting credits and provides no 'content' to your posts. I realize that other Forums allow it, but not here. Thanks. Share this post Link to post Share on other sites
fffanatics 0 Report post Posted September 15, 2006 As a programmer, i have not heard of the ability to communicate between computers useing bluetooth. I believe that the reason this is so is becaues bluetooth is used for very short distance communication (just a few meters) and if are that close to another computer, you might as well run ethernet cable or use a wireless access point to communicate. Why would you want to communicate through bluetooth for such short distances? Share this post Link to post Share on other sites
Galahad 0 Report post Posted September 15, 2006 Well, technicaly, you CAN make that piece of software, but as fffanatics said, Bluetooth devices have a short range, usualy 10m, bot those that are more powerfull get 100m range...But, the answer to your question is, yes, Bluetooth can be used for communication between two, or more, computers... As I'm not a Java programmer, I can't help with that area, but I believe the answer lies with hardware drivers, or perhaps, just setting up a Bluetooth Network, and using it via TCP/IP layer... Just a guess... Share this post Link to post Share on other sites
xboxrulz 0 Report post Posted September 15, 2006 thanks for the reply anyways guys, I really appreciated.I actually found the API documentation for the Bluetooth and Java thing.Yes, I know that Bluetooth can only support ranges up to 10 metres. Share this post Link to post Share on other sites
beeseven 0 Report post Posted September 19, 2006 Would you mind posting the API that you found? Share this post Link to post Share on other sites