Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: Candengo on October 10, 2009, 01:02:56 AM

Title: Recieve connections from mobiles to dongle
Post by: Candengo on October 10, 2009, 01:02:56 AM
Hi,

A quck question please before i start coding - a last minute feature has been requested by my client to allow mobile phone users to send files direct to a usb enabled pc - i had already picked out this .net library as my chosen development platform but am not sure if its possible to recieve files ? Most of my development is as an outbound proximity marketing solutions so inbound requests completely stump me!

The client wants the PC to automatically accept any inbound file requests - possible?

many thanks

David
Title: Re: Recieve connections from mobiles to dongle
Post by: Mike Petrichenko on October 10, 2009, 06:33:47 AM
Hi,

Yes, it is possible. WCL Developer License includes server companents/classes (http://www.btframework.com/compare.htm). You need use wclOPPServer.
Title: Re: Recieve connections from mobiles to dongle
Post by: Candengo on October 10, 2009, 11:26:56 AM
Great - THanks for the fast reply.

Excellent examples - less than 10 minutes to add the functionality! 

Title: Re: Recieve connections from mobiles to dongle
Post by: Mike Petrichenko on October 10, 2009, 11:39:47 AM
You are very welcome.
Small notice: if PC is sending files to a lot of devices at the same time it may be impossibl to receive content (because no free channel). So it is better to have at least one channel for receiving data from phones.