Code Monkey home page Code Monkey logo

esdk_elte_sdk_windows's Introduction

eSDK_eLTE_SDK_Windows

华为eLTE宽带集群解决方案,基于最先进的LTE无线宽带技术,上行吞吐量可达50Mbps,下行吞吐量达100Mbps。一网支持多媒体集群语音、视频调度,高清无线视频监控,远程数据采集和移动办公业务。

该方案是业界首个宽带集群解决方案,同时支持语音和视频调度。其专业的语音性集群组呼时延<300ms,群组抢占时延<150ms,关键时刻值得信赖。同时支持的视频上传,以及分发。调度过程不仅能听到,而且能看到,做到“现场可见,指挥可达“。

该方案还切实地结合了行业特殊需求,定制了高集成度的小型化核心网设备和分布式基站,灵活部署,降低建网和维护成本;丰富的工业级终端设备,具有更高的可靠性,能够适应严酷的室外环境,帮助企业打造无处不在的宽带连接,构建现代化的信息平台。

华为宽带集群eSDK_eLTE_SDK_Windows提供基于Windows动态库标准化API接口和OCX控件,为您提供集群用户管理、群组管理、语音点呼、语音组呼、人工转接、缜密监听、环境监听、实时视频回传与分发、视频上墙、短彩信发送与接收以及集群终端GIS订阅与地理位置信息上报等管理调度功能。

版本更新

eSDK eLTE最新版本v1.5.70

开发环境

  • 操作系统: Windows7专业版
  • Microsoft Visual Studio:Visual Studio 2010专业版

文件指引

  • src文件夹:eSDK_eLTE_SDK_Windows源码
  • sample文件夹:eSDK eLTE SDK的代码样例
  • doc:eSDK eLTE SDK的接口参考、开发指南
  • third-party:eSDK eLTE SDK中使用的第三方库

入门指导

  • 编译eSDK_eLTE_SDK_Windows_OCX:在src文件夹中找到source\eLTE_SDK_Player\eLTE_Player.sln,使用VS2010打开,在VS2010中,菜单>Build>Build Solution,注意区分Debug和Realse版本

  • 编译运行sample:到\CI\script\目录下运行compile_player.bat脚本。到\source\eLTE_Player\output\debug\目录下已管理员身份运行regsvrOCX.bat脚本,成功之后,会显示eLTE_Player.ocx注册成功。到\test\eLTE_Player\eLTE_PlayerDemo\目录下打开eLTE_PlayerDemo.sln,选用debug或release环境下编译源代码,成功之后, 会在\test\eLTE_Player\eLTE_PlayerDemo\output\debug\或者\test\eLTE_Player\eLTE_PlayerDemo\output\release\目录生成相应的可执行文件,用户可以双击运行。(如果运行可执行文件时提示缺少系统dll,可以到\third_party\Microsoft Visual Studio 10.0\目录下进行拷贝。)

  • 编译eSDK_eLTE_SDK_Windows_SDK:在src文件夹中找到source\eLTE_SDK\eLTE_SDK.sln,使用VS2010打开,在VS2010中,菜单>Build>Build Solution,注意区分Debug和Realse版本

  • 编译运行sample:到\CI\script\目录下运行compile_sdk.bat脚本。到到\source\eLTE_SDK\output\debug\eLTE_NativeService\目录下以管理员身份运行InstallService.bat脚本,成功之后,会提示安装服务成功。如果服务之前安装过,需要先进行服务卸载(以管理员身份运行UninstallService.bat脚本),然后再安装。到\test\eLTE_SDK\eLTE_SDK_Demo\目录下打开eLTE_SDK_Demo.sln,选用debug或release环境下编译源代码,成功之后, 会在\test\eLTE_SDK\eLTE_SDK_Demo\output\debug\或者\test\eLTE_SDK\eLTE_SDK_Demo\output\release\目录生成相应的可执行文件,用户可以双击运行。(如果运行可执行文件时提示缺少系统dll,可以到\third_party\Microsoft Visual Studio 10.0\目录下进行拷贝。)

  • 详细的开发指南请参考doc中的开发指南

###登录eLTE平台### 要体验华为eLTE系统的能力,首先要登录eLTE系统,以下代码演示如何登录eLTE系统

int iRet = eLTE_SDK_Init(0);//init eLTE SDK

//用户名
CString strUserName = ("4120");
//用户密码
CString strPWD = ("4120");
//服务器IP 
CString strServerIP = ("172.22.9.120");
//本地IP地址
CString strLocalIP = ("172.23.0.32");
//端口号
int SipPort = 5060;
//登录
iRet = ELTE_SDK_Login(strUserName, strPWD, strServerIP, strLocalIP, SipPort);

获取帮助

在开发过程中,您有任何问题均可以至DevCenter中提单跟踪。也可以在华为开发者社区中查找或提问。另外,华为技术支持热线电话:400-822-9999(转二次开发)

esdk_elte_sdk_windows's People

Contributors

chenensheng avatar chenensheng123 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.