Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: lgdelrosario on September 19, 2010, 09:08:59 PM

Title: Bluetooth Chat room
Post by: lgdelrosario on September 19, 2010, 09:08:59 PM
Is it possible to create chatroom 3 or more pc at the same time one on one or conference?
Title: Re: Bluetooth Chat room
Post by: Mike Petrichenko on September 19, 2010, 09:26:06 PM
Yes it is possible
Title: Re: Bluetooth Chat room
Post by: lgdelrosario on September 19, 2010, 09:37:42 PM
Hi Admin, could you please tell me how using the demo vb.net 2008. This is my first time to use the library.
Title: Re: Bluetooth Chat room
Post by: Mike Petrichenko on September 19, 2010, 10:28:58 PM
Sorry, what do you mean?

Simple open demo and build it. Then run.

or you mean how to create such app. You have to use wclServer and wclClient. Better to have one application acs as server for all others (works like MSN/ICQ).
Title: Re: Bluetooth Chat room
Post by: lgdelrosario on September 20, 2010, 05:43:48 AM
Ive tried but no success, 1 pc running BluetoothChatServer and 2 pc running BluetoothChatClient

Only 1 client can connect to the Server.
Title: Re: Bluetooth Chat room
Post by: Mike Petrichenko on September 20, 2010, 10:04:33 AM
for more than one connection youmust use more than 1 server with different channes number. Refer to multiBtOppServer
Title: Re: Bluetooth Chat room
Post by: lgdelrosario on September 21, 2010, 02:28:14 PM
Thanks. It works my program has 7 server and 7 clients combined in one application.
Title: Re: Bluetooth Chat room
Post by: lgdelrosario on September 22, 2010, 02:09:12 PM
I'm planning to add conference feature, 3 user could chat at the same time on only one Window. How to establish the connection between them.

already did this.
pc1(server1) chatting w/ pc2(client1)
pc1(server2) chatting w/ pc3(client1)

but i want them to chat together on only one window.
Title: Re: Bluetooth Chat room
Post by: Mike Petrichenko on September 22, 2010, 02:29:09 PM
You have to add all 7 clients and servers in one application. then one of them should act as a server. Then other clients connect to it. I think so.