Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 759 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 759 Bytes

ISP Online Charging-System (Prepaid)

AAA/DCC interfaces: Sy/Ro/Gy

Author: Fariz Muradov

Online Charging System with DCC protocol suite developed as prototype

GitHub Logo

Database architecture

GitHub Logo

STRAT LOCAL DATABASE (currently SQLite3)

> cd DBSERVER/src/
> python DBServer.py
Server started with 0.0.0.0 | 9999

waiting for connection... listening on port 9999
...connected from: ('xx.xx.xx.xx', 35274)
waiting for connection... listening on port 9999

Start DIAMETER server

> cd CHARGEPOINT/src
> python f_demo_OCS_Server.py

NOTE: This code must still be changed to receive data via the DCC interface.