27 Commits (4c628942e90d8803dfac1acf9800314767a2ab67)

Author SHA1 Message Date
Jonas Arnold df681d6189 replaced buffer handling thread with timer in CommunicationProtocol, 3 years ago
Jonas Arnold bc33e30083 removed ICommunicationDataViewModel, 3 years ago
Jonas Arnold 637eb20386 manually implemented reading method to get enum value by matching description, removing dependency Humanizer, 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 0da1a83e7c implemented Tcp Client Protocol, including UI part, 3 years ago
Jonas Arnold 92beb2ec45 changed IsConnected boolean to State of Enum ProtocolConnectionState, 3 years ago
Jonas Arnold eac4757427 fixed no tab open exception, 3 years ago
Jonas Arnold 64fceb0fee implemented forcing state change of settingsVM when UnintentionalDisconnect happened, 3 years ago
Jonas Arnold 5bc385b061 implemented teardown of all tabs when closing Main App 3 years ago
Jonas Arnold 7061568cda Implemented MultiFormatDataView for SentData, 3 years ago
Jonas Arnold df8fdd4a29 changed ExtendedChar to ExtendedByte, 3 years ago
Jonas Arnold 39e6420a58 worked on conversion of strings, 3 years ago
Jonas Arnold 4524a975b8 completely overhauled CommunicationDataViewModel, 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 493260dac7 implemented newline handling in CommunicationDataViewModel, 3 years ago
Jonas Arnold 429c7e842d added 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 8393a41cea registered event handler for connection request from UI, 3 years ago
Jonas Arnold 0b36f17997 implemented CommunicationProtocolFactory, added to App, 3 years ago
Jonas Arnold 77e355a269 moved protocols enum to Protocols project 3 years ago
Jonas Arnold 5312b750f5 cleaned up namespaces: 3 years ago
Jonas Arnold f869d217ac implemented creation of TerminalViewModel Tabs with DI, 3 years ago
Jonas Arnold aec146cf88 added enum for Protocol and TerminalView Types, 3 years ago
Jonas Arnold 63946ad478 implemented tab closing 3 years ago
Jonas Arnold c3a965875f added SendReceiveViewModel and according View, 3 years ago