blob: 055a5585005acecf0cd15369c6594919325a3ec2 [file] [log] [blame]
Erick Simões67192a82016-10-24 13:29:54 -03001#################################################################
2# Copyright (c) 2016, CESAR.
3# All rights reserved.
4#
5# This software may be modified and distributed under the terms
6# of the BSD license. See the LICENSE file for details.
7#################################################################
8
9name=KNoTThing
Paulo Serra Filho98292362017-07-18 16:46:43 -030010version=1.2-rc12
Erick Simões67192a82016-10-24 13:29:54 -030011author=CESAR
12maintainer=CESAR <cesar.org.br>
13sentence=KNoT Thing library is a lightweight C/C++ library built to use as KNoT Nodes (Things).
14paragraph=It provides the Radio and Protocol abstractions for the application. The application builder just need implement the read/write functions for its sensors/actuators, register a Data Item (sensor or actuator) on the library and call the run() method on its main loop routine.
15category=Communication
16url=https://github.com/CESARBR/knot-thing-source
17architectures=avr
18core-dependencies=arduino (>=1.5.0)
19includes=KNoTThing.h