Skip to content

Version after refactoring the communication stack

Compare
Choose a tag to compare
@benedekh benedekh released this 06 Oct 13:48
· 136 commits to master since this release
  • Extensively refactored communication layer: common message classes, message representation is separated from the communication core, separate topics for certain messages.
  • New component structure: each component has a wrapper which depends on the communication layer. The components themselves do not depend on the communication stack anymore.
  • Wiki pages are updated according to the changes.