Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: Rafter on December 10, 2009, 04:06:18 PM

Title: Proximity Sender Application sample..
Post by: Rafter on December 10, 2009, 04:06:18 PM
Hello Mike,

I am planning to purchase the WCL .NET library.  This is my first time while venturing into a Bluetooh related project, before I download the eval version, could you please tell me if there is a link to a simple VB.NET tutorial that shows the basic elements for the development of a proximity marketing based application while using WCL .NET?

The basic functions I am looking into, would be to identify a device, and push via bluetooth an image or text file at a specific date and time, while registering the transaction and the device pushed into a local db.

Regards,
Rafter
Title: Re: Proximity Sender Application sample..
Post by: Mike Petrichenko on December 10, 2009, 08:06:16 PM
Hi,

WCL package includes complete demo set and the decoumentation describes all the classes and methods. Regarding Bluetooth Proximity Marketng - take a look on ProximitySenderDemo. wclProximitySender implements the basic things you may need to implement such application. But you have to develop all the logic regarding sending date time, processed devices, etc.