KNOT Application layer protocol library Copyright (c) 2015-2016, CESAR. All rights reserved. This software may be modified and distributed under the terms of the BSD license. See the LICENSE file for details. Introduction ============ KNOT Application layer protocol library is a lightweight C library built to use minimal CPU and memory resources. It provides the application layer messages definition for exchanging messages between KNoT Nodes (KNoT Thing Devices), KNoT Gateway and KNoT Apps. Compilation and installation ============================ In order to compiler the source code you need following software packages: - GCC compiler - GNU C library dependencies: automake libtool How to install dependencies: sudo apt-get install automake libtool How to build: ./bootstrap-configure make
wiltonsantana/knot-protocol-source
KNOT protocol library is a lightweight C library built to use minimal CPU and memory resources.
CNOASSERTION