Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.14 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.14 KB

mixi-pgw-diameter

mixi-pgw-diameter is simple and fast diameter server, and that uses mysql as database and supports only Gx/Gy protocols.

Introduction

mixi-pgw-diameter is characterized by reverse data flow from typical application data flow, collecting data needed for logic.

img

distributed priority queue

q

Requirement

  • libevent
    • apt-get install libevent-dev
  • opensssl
    • sudo apt-get install libssl-dev

Usage

git clone ..... hoge
cd hoge
mkdir ./build
cd ./build
cmake ../
make