Skip to content

Version 0.1.0 - Initial Release

Compare
Choose a tag to compare
@RolandKoenig RolandKoenig released this 03 Aug 04:58
· 297 commits to master since this release

This is the initial release for the MessageCommunicator app.
It is meant to be a helpful utility when it comes to communicate with another application or external devices using plain messages. Currently MessageCommunicator supports Tcp messages with some simple message recognition modes:

  • EndSymbols (like #)
  • FixedLengthAndEndSymbol

There is also a "Default" message recognition method, but this one is meant if you use MessageCommunicator for communication between to custom applications. The "Default" method does not follow any other standard form of message recognition.