1 This is the README file for the MeshLink library. Installation instructions may
2 be found in the INSTALL file.
4 MeshLink is Copyright (C) 2014-2018 Guus Sliepen <guus@meshlink.io>
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or (at
9 your option) any later version. See the file COPYING for more details.
11 To obtain a license to use this library in commercial software, please contact
15 This is not a finished version
16 ------------------------------
18 Please do not use this library yet.
24 In order to compile MeshLink, you will need a GNU C compiler environment.
26 The following libraries are used by default, but can be disabled if necessary:
28 - Catta (https://github.com/meshlink/catta)
33 MeshLink is a library that allows applications to connect to other instances of
34 itself, and exchange messages in a secure way. MeshLink provides end-to-end
35 encryption and authentication of messages with perfect forward secrecy. The
36 MeshLink library starts its own thread which handles all network
37 communications. The application only needs to register callbacks to get
38 notified of incoming messages and other important events.
40 Other noteworthy features are:
43 - NAT traversal (requires at least one node that is not behind a NAT)
45 - ChaCha-Poly1305 encryption and message authentication