re #9573 Added a sequence and UML diagram
re #9443 Added implementation of tests for ApiClient
re #9443 ApiClient refactoring for better testing
re #9443 Added implementation of ProcessDetection tests
re #9443 Added implementation of InfoFetcher tests
re #9443 added implemented tests for DebuggerInfoParser
re #9443 refactoring of network and other utils for the purpose of testing
re #9443 refactoring of detection classes
re #9571 fixed typo and text refactoring
re #9571 Added installation readme to the LD client
re #9568 Fixed a typo in the config file
re #9568 Fixed formatting
re #9568 Broke config loader down into separate methods.
re #9568 Added all 4 commands (arguments) to be sent to the debugger into the configuration file.
re #9568 Fixed a typo in the filename.
re #9566 Removed IoUtils.cs since it was being used only in one place.
re #9566 Moved magic values into the configuration file.
re #9566 Added InfoFetcher.cs, modified some other files (a bit of refactoring)
re #9566 Created mocks for simulating an LD-debugger
re #9567 Made sure that there is only one running process of the application.
re #9565 Implemented DebuggerInfoParser, added IoUtils for reading the content of a file
re #9433 detection definition in Main
re #9433 Added possible detection by port listening
re #9433 Added possible detection by process name
re #9433 Abstract detection definition added
re #9433 Added needed configuration for detection
re #9441 Main example + Payload feature for better manipulation
re #9441 manager refactoring - removal of useless functions and variables
re #9441 Added core of cache manager
re #9441 definition of new Api client functions, implementation and added needed variables
re #9441 Added configuration properties + library added to project structure
re #9438 added function for logging of server response
re #9438 project structure definition + main example
re #9438 Added API client + example data
re #9438 Added api data definition
re #9438 Added api configuration values
re #9439 logger code refactoring
re #9440 initial config manager definition
re #9439 Implementation of console and rotating file logger
re #9437 initial lauterbach debugger client structure setup