/libtpproto-cpp

A client-side protocol and game library in C++

Primary LanguageC++GNU General Public License v2.0GPL-2.0

This is a client side protocol library for Thousand Parsec written in C++.
More info at
http://www.thousandparsec.net/tp/

Requires:
Boost (libboost)
Boost Signals (libboost-signals)
(Optional) libgnutls (for secure connections).


WARNING!!!!
libtpproto-cpp is *not* completely thread safe.  This is bad and I know it.
So be *very* careful about using it in multi-thread environments.

Again:
WARNING: libtpproto is NOT thread safe.