]> git.meshlink.io Git - meshlink/blob - README
Fix assert that could incorrectly be triggered when a peer closed the channel.
[meshlink] / README
1 This is the README file for the MeshLink library. Installation instructions may
2 be found in the INSTALL file.
3
4 MeshLink is Copyright (C) 2014-2018 Guus Sliepen <guus@meshlink.io>
5
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.
10
11 To obtain a license to use this library in commercial software, please contact
12 sales@meshlink.io.
13
14
15 This is not a finished version
16 ------------------------------
17
18 Please do not use this library yet.
19
20
21 Requirements
22 ------------
23
24 In order to compile MeshLink, you will need a GNU C compiler environment.
25
26 The following libraries are used by default, but can be disabled if necessary:
27
28 - Catta (https://github.com/meshlink/catta)
29
30 Features
31 --------
32
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.
39
40 Other noteworthy features are:
41
42 - IPv6 support
43 - NAT traversal (requires at least one node that is not behind a NAT)
44 - Ed25519 keys (TBD)
45 - ChaCha-Poly1305 encryption and message authentication