Skip to content

How to create a thing

Ulf edited this page Aug 22, 2013 · 17 revisions

Here, i will describe how to create a new thing an how to configure the environment.

  1. Create a new module in the app/horst/src directory.
-module(mail_client_driver).

-export([[handle_msg/3]]).

handle_msg([Node ,Sensor, Id, Time, Body], Config, Module_config) ->
	Config.

Clone this wiki locally