IOTOPE server teaser

28 views
Skip to first unread message

Alex Van Boxel

unread,
Sep 27, 2012, 6:38:43 PM9/27/12
to iot...@googlegroups.com
Hi all,

people having an IOTOPE-node running can connect their node to the proto IOTOPE-server with the webhook application. Don't expect much though, and uptime is still best effort.

Here is an example config file that can connect to the server. Name it iotope-community.xml and change the active config in the active-config.properties file. And restart the node.

<iotope-node name="iotope-community" group="default" iotope="public">
<tech type="2" protocol="mifare-ultralight" detect="true" ndef="true"
cache="false" meta="true" />
<tech type="2" protocol="mifare-classic" detect="true" ndef="false"
cache="false" meta="true" />
<pipeline>
<application urn="urn:iotope.app:iotope.org:webhook">
<property name="url">http://ioto.pe/rest/api/v1/trigger</property>
</application>
<!-- Active the weblink application -->
<application urn="urn:iotope.app:iotope.org:weblink">
</application>
<!-- Active the notify application -->
<application urn="urn:iotope.app:iotope.org:notify">
</application>
</pipeline>
</iotope-node>

Reply all
Reply to author
Forward
0 new messages