Erick Simões | 67192a8 | 2016-10-24 13:29:54 -0300 | [diff] [blame] | 1 | ################################################################# |
| 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 | |
| 9 | name=KNoTThing |
Paulo Serra Filho | 9829236 | 2017-07-18 16:46:43 -0300 | [diff] [blame] | 10 | version=1.2-rc12 |
Erick Simões | 67192a8 | 2016-10-24 13:29:54 -0300 | [diff] [blame] | 11 | author=CESAR |
| 12 | maintainer=CESAR <cesar.org.br> |
| 13 | sentence=KNoT Thing library is a lightweight C/C++ library built to use as KNoT Nodes (Things). |
| 14 | paragraph=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. |
| 15 | category=Communication |
| 16 | url=https://github.com/CESARBR/knot-thing-source |
| 17 | architectures=avr |
| 18 | core-dependencies=arduino (>=1.5.0) |
| 19 | includes=KNoTThing.h |