Socket programming

eagle

Active member
Joined
Mar 8, 2005
Messages
28
Programming Experience
1-3
I have already some experience with socket programming. But now I would like to use socket programming for a Bluetooth connection. Does anybody know how to do this? I’ve done it before for a wired network, and then you just had to use a tcpClient and a tcpListener, and in the client program you just had to give in the ip address of the computer where you had your server program and it worked. But how is this for Bluetooth? Do you also have to use a tcpClient and tcpListener? Or is it totally different? And what do you have to use in stead of the IP address? My program language is VB.NET, but it doesn’t matter if it’s a C# example.



Thx

Eagle
 
Back
Top