Version 0.1.0 - Initial 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.