文件名称:openbts-python:现在,最新的叉子是Endaga的叉子!
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-09 08:24:46
Python
OpenBTS NodeManager的Python客户端,提供对OpenBTS应用程序套件中多个组件的访问:SMQueue,SIPAuthServe和OpenBTS本身。 要求 OpenBTS 5.0公共Alpha(在11465a2上11465a2 ) Python 2.7 安装 $ pip install openbts 用法 import openbts # read a config value from SMQueue smqueue_connection = openbts . components . SMQueue () response = smqueue_connection . read_config ( 'Bounce.Code' ) print response . data [ 'value' ] # 101 # update an SIPAuthServe