Reference   Examples   Installation   Download

Examples



Some simple examples on how to use the bluetoothDesktop library. These examples are included in the download.

Simple server client application

Shows how to connect to a service provided by another device.

Processing Client:
simpleDesktopClient.pde

Mobile Processing Server:
simpleMobileServer.pde


Simple discovery example

Shows how to discover devices, services and clients.

simpleBluetooth.pde


Sending images to a server

Application for Processing and Mobile Processing. Allows Mobile Phones to capture photos and send them to the server.

Processing Server:
desktopImageServer.pde

Mobile Client:
mobileImageClient.pde