Skip to content

How to write an adapter

dnehls edited this page Jun 10, 2015 · 3 revisions

Preparation

Checkout https://github.com/fiteagle/adapters/ and follow the instructions to compile the adapters.

Build your own

To build your own resource adapter, duplicate the motor adapter and follow the next steps.

Change the static module information

  • MotorAdapter: find static adapterModel, change accordingly to your new resource type

Change the static resource meta information

(to be described)

Change the delivery mechanisms hooks

(to be described)