| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
mogujie Open Source IM is aiming to provide another IM solution in your company for colleagues to communicate with each other.
we've released Win/Mac/Android/iOS client repositories in github as well as IM server repository.
see all projects in our mogutt github account page or visit our website(Chinease) for more information
####Introduction
TTWinClient project divided into four layers:
* first layer: basic library
* second layer: logical framework
* third layer the business module
* fourth layer: total teamtalk control module
####basic library:
* utility:some commonly used API such as: string manipulation,database process ,windows thread library wrap and so on
* net:commonly used network processing API such as: http client library wrap、asynchronous I/O socket wrap and so on
* TTProject:for collecting mini core dump
* duilib:a windowless ui open source library
####TTLogic:
the framework of TTWinClinet,including as follow:
* the operation task scheduling
* event subscription and publishing
* asynchronous I/O TCP/IP base on WSAAsyncSelect library of long connection
* MKO(module key observer)
More detailed design document is perfectting
####Modules: * FileTransfer:for FileTransfer manage * Capture:for screen captrue manage * Session:for colleagues or groups session manage * Login:for login and network recontent manage * UserList:for colleagues manage * Message:for sending and receiving message manage ####TeamTalk * TeamTalk:total teamtalk control module
| Back | FazBrowse Home | New Git URL |