areg-sdk
areg-sdk copied to clipboard
AREG is an asynchronous Object RPC framework to simplify multitasking programming by blurring borders between processes and treating remote objects as if they coexist in the same thread.
Similar to Makefile, there should be integrate CMake - to compile all project - generate files in `product/gen` folder - Add possibility to include `.siml` files in CMake automatically to...
The test application build fails because of MFC dependencies. First appearance is in PR #46 https://github.com/aregtech/areg-sdk/pull/46
Implement a watchdog for dispatcher threads. - Each thread should be able to define a watchdog timeout, the timeout should be configurable; - There should be possibility to cancel watchdog;...
Implement and register SSH communication channel in communication manager.
- Replace TEHashMap with std::map - Refactor resource maps
- Replace TEArray and TELinkedList with STL vectors and list - Optional, replace TEStack - Do not touch maps, inclusive resource maps.
The project [winchat](https://github.com/aregtech/areg-sdk/tree/master/examples/17_winchat) is written with MSVS, implement similar application using Qt.
Cleanup and fix the documentation. It is a continues work.