Multiprocotol Terminalprogram (BAT)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonas Arnold
df681d6189
replaced buffer handling thread with timer in CommunicationProtocol,
...
therefore implemented RecurringTimer,
implemented ICloneable for ExtendedByte,
implemented second stage queue to buffer data in TerminalViewModel,
updating data in UI in a separate task,
fixed warnings
3 years ago
..
Factories
added check if SettingsViewModel implements IProtocolSettings in CommunicationProtocolFactory,
3 years ago
Helpers
changed to using only one udp client, enables to reply from the same port that the message was received on,
3 years ago
Model
replaced buffer handling thread with timer in CommunicationProtocol,
3 years ago
Network
implemented Tcp Client Protocol, including UI part,
3 years ago
Serial
changed to using only one udp client, enables to reply from the same port that the message was received on,
3 years ago
Tcp
implemented progress bar and auto remove status bar message after duration,
3 years ago
Types
implemented Tcp Client Protocol, including UI part,
3 years ago
Udp
changed to using only one udp client, enables to reply from the same port that the message was received on,
3 years ago
UsbHid
changed to using only one udp client, enables to reply from the same port that the message was received on,
3 years ago
CommunicationProtocol.cs
replaced buffer handling thread with timer in CommunicationProtocol,
3 years ago
CommunicationProtocolInstanciation.cd
removed unnecessary DisconnecteEventArgs,
3 years ago
CommunicationProtocols.cd
removed unnecessary DisconnecteEventArgs,
3 years ago
ConnectionRequestEventArgs.cs
implemented ConnectionRequestEventArgs to provide Connection result (Sucess or failure) to ProtocolSettingsViewModel
3 years ago
ICommunicationProtocol.cs
changed to using only one udp client, enables to reply from the same port that the message was received on,
3 years ago
ILibraryEquivalentConverter.cs
implemented serial protocol,
3 years ago
IProtocolSettings.cd
removed unnecessary DisconnecteEventArgs,
3 years ago
IProtocolSettings.cs
implemented newline handling in CommunicationDataViewModel,
3 years ago
IProtocolSettingsViewModel.cs
implemented forcing state change of settingsVM when UnintentionalDisconnect happened,
3 years ago
MultiTerm.Protocols.csproj
implemented first version of UDP protocol
3 years ago
ProtocolSettingsViewModel.cs
implemented forcing state change of settingsVM when UnintentionalDisconnect happened,
3 years ago
ProtocolSettingsViewModels.cd
removed unnecessary DisconnecteEventArgs,
3 years ago
ReceivedDataEventArgs.cs
changed ExtendedChar to ExtendedByte,
3 years ago
SentDataEventArgs.cs
changed ExtendedChar to ExtendedByte,
3 years ago