Advertise C compatibility.

This commit is contained in:
Nicolás Ortega Froysa 2017-09-25 15:17:02 +02:00
parent e93c929154
commit c188630590
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -2,6 +2,8 @@ NeoComm
=======
NeoComm is a lightweight completely decentralized and anti-censorship IRC replacement network. The objective of this network is to create a secure form of group instant communication similar to IRC but decentralizing the network, and as a consequence hindering censorship within the network and protecting the network's endurance against malevolent entities that may try to block access to the network.
The API is C compatible (no C++ name mangling) despite the library itself being written in C++ (in order to work with OpenDHT). This should allow for simple bindings to be made, and rewriting the library to C++ should not be difficult either if someone would like to fork.
This repository provides a library with interfaces by which you can access the network, which you are able to use in your own software under the terms & conditions of the [library's license](#license).
- [Network Model](#network-model)