mixi-pgw-diameter is simple and fast diameter server, and that uses mysql as database and supports only Gx/Gy protocols.
mixi-pgw-diameter is characterized by reverse data flow from typical application data flow, collecting data needed for logic.
- libevent
- apt-get install libevent-dev
- opensssl
- sudo apt-get install libssl-dev
git clone ..... hoge
cd hoge
mkdir ./build
cd ./build
cmake ../
make