Advertise C compatibility.
This commit is contained in:
parent
e93c929154
commit
c188630590
@ -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.
|
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).
|
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)
|
- [Network Model](#network-model)
|
||||||
|
Loading…
Reference in New Issue
Block a user