Cloud Integration

Connecting devices to your web applications

Blecon is designed to help you connect Bluetooth-based devices to a cloud-based service.

The basis of this integration is a Blecon Virtual Network. When you create a virtual network, you can configure how devices registered on that network interact with the cloud.

The Blecon model

Blecon Virtual Networks generate events. These events may be directly created by devices i.e. requests or messages, or they may be generated by the network infrastructure, such as a notification that a device was seen or added to a virtual network.

Events are delivered as an HTTP POST request to the configured handlers for the event type.

Within your web application, you can handle incoming events in any way that is suitable. Depending on the device and the event type, your application may need to return a specific response.

Last updated