aboutsummaryrefslogtreecommitdiff
path: root/libcmix-network/nodeclient.hpp
AgeCommit message (Collapse)Author
2016-10-12Major network rewrite.Dennis Brentjes
One generic class has been introduced to handle all connection types. Typedefs provide Sender Receiver and SenderReceiver types, which limit the functionality of the types. As to not accidentally communicate with the wrong node about things.
2016-09-28Finally made a initial doxygen documentation pass over all files.Dennis Brentjes
2016-08-31Split up the client and server parts in a separate network libraryDennis Brentjes