Channel functionality should work.

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

View File

@ -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.
- v1.0-beta:
- [x] Node connectivity
- [x] Node connectivity (_TBT_)
- [x] Channel functionality (_TBT_)
- [ ] Messages properly sent and received
- [ ] Channel functionality
- v1.0:
- [ ] Message encryption
- [ ] P2P Private messages
@ -34,6 +34,8 @@ What follows is a list roadmap of features and the (approximate) versions in whi
- [ ] P2P File transfer
- [ ] Memos (with TTL)
_TBT = To Be Tested_
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.