Channel functionality should work.
This commit is contained in:
parent
59c97c8bb8
commit
e93c929154
@ -21,9 +21,9 @@ Roadmap
|
|||||||
What follows is a list roadmap of features and the (approximate) versions in which they will be implemented. The API will only change in major versions of the library, while minor versions will be dedicated to internal improvements and patch versions to small fixes that got past the release.
|
What follows is a list roadmap of features and the (approximate) versions in which they will be implemented. The API will only change in major versions of the library, while minor versions will be dedicated to internal improvements and patch versions to small fixes that got past the release.
|
||||||
|
|
||||||
- v1.0-beta:
|
- v1.0-beta:
|
||||||
- [x] Node connectivity
|
- [x] Node connectivity (_TBT_)
|
||||||
|
- [x] Channel functionality (_TBT_)
|
||||||
- [ ] Messages properly sent and received
|
- [ ] Messages properly sent and received
|
||||||
- [ ] Channel functionality
|
|
||||||
- v1.0:
|
- v1.0:
|
||||||
- [ ] Message encryption
|
- [ ] Message encryption
|
||||||
- [ ] P2P Private messages
|
- [ ] P2P Private messages
|
||||||
@ -34,6 +34,8 @@ What follows is a list roadmap of features and the (approximate) versions in whi
|
|||||||
- [ ] P2P File transfer
|
- [ ] P2P File transfer
|
||||||
- [ ] Memos (with TTL)
|
- [ ] Memos (with TTL)
|
||||||
|
|
||||||
|
_TBT = To Be Tested_
|
||||||
|
|
||||||
API Documentation
|
API Documentation
|
||||||
-----------------
|
-----------------
|
||||||
NeoComm uses [Doxygen](http://www.stack.nl/~dimitri/doxygen/) to generate its documentation (for NeoComm developers please refer to the [contributing section](#contributing)) which generates HTML documentation, which you can do by running `doxygen` in the root directory of the project or by using the graphical wizard.
|
NeoComm uses [Doxygen](http://www.stack.nl/~dimitri/doxygen/) to generate its documentation (for NeoComm developers please refer to the [contributing section](#contributing)) which generates HTML documentation, which you can do by running `doxygen` in the root directory of the project or by using the graphical wizard.
|
||||||
|
Loading…
Reference in New Issue
Block a user