18 Commits (973043a2703cf51d232787159a0dfe534173211d)

Author SHA1 Message Date
Jonas Arnold df681d6189 replaced buffer handling thread with timer in CommunicationProtocol, 3 years ago
Jonas Arnold 12a3b6792f implemented progress bar and auto remove status bar message after duration, 3 years ago
Jonas Arnold 897908bf13 changed to using only one udp client, enables to reply from the same port that the message was received on, 3 years ago
Jonas Arnold c6d20bcc6a Improved stability of Tcp/Udp Reading/Writing 3 years ago
Jonas Arnold 0da1a83e7c implemented Tcp Client Protocol, including UI part, 3 years ago
Jonas Arnold 6606e30d5b implemented first version of UDP protocol 3 years ago
Jonas Arnold 92beb2ec45 changed IsConnected boolean to State of Enum ProtocolConnectionState, 3 years ago
Jonas Arnold 64fceb0fee implemented forcing state change of settingsVM when UnintentionalDisconnect happened, 3 years ago
Jonas Arnold 7061568cda Implemented MultiFormatDataView for SentData, 3 years ago
Jonas Arnold 8abb83345c fixed clear command, 3 years ago
Jonas Arnold d8670a37db introduced InstanceIdentifier and applied it to Tab Title. 3 years ago
Jonas Arnold 1fab46d5c5 wired up real communication protocol to the CommunicationDataViewModel, 3 years ago
Jonas Arnold 641e72b1bd implemented ConnectionRequestEventArgs to provide Connection result (Sucess or failure) to ProtocolSettingsViewModel 3 years ago
Jonas Arnold 585ce8bebd implemented serial protocol, 3 years ago
Jonas Arnold 0b36f17997 implemented CommunicationProtocolFactory, added to App, 3 years ago
Jonas Arnold e7b3e33f9e enhancements in ProtocolConnectionSettings, renamed to ViewModel 3 years ago
Jonas Arnold 517dd057da extended CommunicationProtocol with ProtocolConnectionSettings class 3 years ago
Jonas Arnold b05f3ff137 implemented abstract CommunicationProtocol and enhanced ICommunicationProtocol 3 years ago