Skip to content

lbseraph/niba2.0

 
 

Repository files navigation

Build

see CMakeList.txt Boost 1.70.0, OpenSSL, nlohmann_json(https://github.com/nlohmann/json) ozo(submoduled)

./rebuild.sh

Run

cd build
./niba-server /path/to/config # or just ./niba-server
cat ../testscript - | ./niba-client # or just ./niba-client

Config

{
    "host": "0.0.0.0",
    "port": 19999,
    "threads": 1,
    "static_conn_str": "dbname=niba_static user=postgres",
    "player_conn_str": "dbname=niba user=postgres"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.1%
  • Python 2.0%
  • CMake 1.5%
  • Shell 0.4%