{% set message = pluginObject._peek(token=token) %}

Setup {{pluginName}}

Running the bleServer service

{% if message %}

Note: {{message}}

The {{pluginName}} plugin needs a service bleServer to be running to be able to actually collect the Bluetooth LE advertisement packets. To install the service you should login to that machine and run:

bleServer --installdDaemon
{% else %}

The bleServer seems to be running just fine.

{% endif %}

Parameters:
Protocol: {{pluginData.protocol}} (edit)
host: {{pluginData.host}} (where localhost means: the host Igor is running on; edit)
Port: {{pluginData.port}} (edit)

Registering Bluetooth LE devices

For now, you have to manually edit the data at /data/plugindata/{{pluginName}}Devices.


{% if returnTo %}

Return to {{returnTo}}

{% endif %}

Return to Igor homepage