]> git.meshlink.io Git - meshlink/blob - README
Never automatically try to bind to ports >= 32768.
[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
27 Features
28 --------
29
30 MeshLink is a library that allows applications to connect to other instances of
31 itself, and exchange messages in a secure way. MeshLink provides end-to-end
32 encryption and authentication of messages with perfect forward secrecy. The
33 MeshLink library starts its own thread which handles all network
34 communications. The application only needs to register callbacks to get
35 notified of incoming messages and other important events.
36
37 Other noteworthy features are:
38
39 - IPv6 support
40 - NAT traversal (requires at least one node that is not behind a NAT)
41 - Ed25519 keys (TBD)
42 - ChaCha-Poly1305 encryption and message authentication