Next Previous Table of Contents
Everything you need to communicate with the server is implemented within two classes: PipeCom and Server. You can find these classes in PipeCom.h, PipeCom.cpp Server.h, Server.cpp and global.h.
These classes don't use any Qt, KDE or C++ specific functions; just plain C code. So these classes should be fairly portable and they are the basis of the NT version which is currently under development. I spent quite some time to document these classes so I hope others can understand it, too.
Feel free to write your own client based on these classes.
Next Previous Table of Contents