membrane_core icon indicating copy to clipboard operation
membrane_core copied to clipboard

Add developer documentation to the guide

Open mspanc opened this issue 7 years ago • 1 comments

We need to have a developer documentation that explain:

  • [ ] what are all these controllers, dispatchers and loggers,
  • [ ] what is the process architecture being used for pipelines,
  • [ ] what kind of messages flow between different parts of the system,
  • [ ] what is the meaning of fields in the the internal structures,
  • [ ] how pulling works,
  • [ ] how integration with native code is designed.

mspanc avatar Dec 05 '18 11:12 mspanc

Some of these things are already documented, but as comments in the code, e.g. element's internal architecture is briefly described here.

mat-hek avatar Dec 05 '18 13:12 mat-hek