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

Setup {{pluginName}}

Contacting the {{pluginName}} REST service

{% if message %}

Note: {{message}}

The {{pluginName}} plugin needs a REST service (for example the bleServer) to be running to be able to actually collect the sensor data. If your sensors indeed need the bleServer, to install the service you should login to that machine and run:

bleServer --installdDaemon
{% else %}

The REST service at {{pluginData.protocol}}://{{pluginData.host}}:{{pluginData.port}}/{{pluginData.endpoint}} 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)
Endpoint: {{pluginData.endpoint}} (edit)

Examine {{pluginName}} sensor readings

For now, you have to manually inspect /data/sensors/{{pluginName}}.


{% if returnTo %}

Return to {{returnTo}}

{% endif %}

Return to Igor homepage