コード例 #1
0
ファイル: test.py プロジェクト: adoggie/netbar_2006
def test_fdc():
    try:
        props = Ice.createProperties()
        c = Ice.initializeWithProperties(sys.argv,props)
        fdc = FrontDispatchControllerPrx.checkedCast(c.stringToProxy("fdc:tcp -h 192.168.14.10 -p 4501"))
        print fdc.GetFPCSettings()
        fpc = fpcParameter()
        fpc.ip='192.168.14.16'
        fpc.mac='00-01-02-03'
        #fdc.ReportMideaPlayEvent('',[EventMediaPlay('m1','qq','192.168.14.2','11-11-11',0,100)])
    except:
        print traceback.print_exc()
コード例 #2
0
ファイル: test.py プロジェクト: tianbuaa/netbar_2006
def test_fdc():
    try:
        props = Ice.createProperties()
        c = Ice.initializeWithProperties(sys.argv, props)
        fdc = FrontDispatchControllerPrx.checkedCast(
            c.stringToProxy("fdc:tcp -h 192.168.14.10 -p 4501"))
        print fdc.GetFPCSettings()
        fpc = fpcParameter()
        fpc.ip = '192.168.14.16'
        fpc.mac = '00-01-02-03'
        #fdc.ReportMideaPlayEvent('',[EventMediaPlay('m1','qq','192.168.14.2','11-11-11',0,100)])
    except:
        print traceback.print_exc()
コード例 #3
0
ファイル: test.py プロジェクト: adoggie/netbar_2006
def test_cms():
    try:
        props = Ice.createProperties()
        c = Ice.initializeWithProperties(sys.argv,props)
        cms = CentreMangementSystemPrx.checkedCast(c.stringToProxy("cms:tcp -h 192.168.14.10 -p 4502"))
        fpc = fpcParameter()
        fpc.ip='192.168.14.11'
        fpc.mac='00-01-02-03'
        iden = Ice.stringToIdentity('test')
        #cms.RegisterFDC(iden)
        #print cms.GetfpcControlInfo('')
        print cms.GetPlayPolicies('')
        #ftp = cms.GetFtpServer()
        #set = cms.GetPlayPolicies('')
        print cms.GetFPCSettings()
    except:
        print traceback.print_exc()
コード例 #4
0
ファイル: test.py プロジェクト: tianbuaa/netbar_2006
def test_cms():
    try:
        props = Ice.createProperties()
        c = Ice.initializeWithProperties(sys.argv, props)
        cms = CentreMangementSystemPrx.checkedCast(
            c.stringToProxy("cms:tcp -h 192.168.14.10 -p 4502"))
        fpc = fpcParameter()
        fpc.ip = '192.168.14.11'
        fpc.mac = '00-01-02-03'
        iden = Ice.stringToIdentity('test')
        #cms.RegisterFDC(iden)
        #print cms.GetfpcControlInfo('')
        print cms.GetPlayPolicies('')
        #ftp = cms.GetFtpServer()
        #set = cms.GetPlayPolicies('')
        print cms.GetFPCSettings()
    except:
        print traceback.print_exc()