forked from CESARBR/knot-protocol-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (23 loc) · 815 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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