Netchat client A simple client for communicating with each other which is under local area network.
It's a C/C++ win32 Application based on wxWidgets for GUI and uses winsocket for internal communication with structured data which is serialized by Google protocol buffer.
Requirement:
- MINGW for standalone installation
- Code::Blocks IDE
- wxWidgets 2.8.12 GUI library( wxPack is recommended, It's pre-compiled )
- Google Protocol Buffer API