Git Product home page Git Product logo

lanying-im-embedded's Introduction

蓝莺IM 嵌入式版

蓝莺IM,是由美信拓扑团队研发的新一代即时通讯云服务,SDK设计简单集成方便,服务采用云原生技术和多云架构,私有云也可按月付费。

蓝莺IM APP 为方便体验试用蓝莺 IMSDK 的 DemoApp。开发者可直接在线试用,也可在官网下载页面选择试用所有客户端。

Scc Count Badge Scc Count Badge

准备运行环境

操作系统:Ubuntu 64位系统

  1. 安装g++开发环境

sudo apt-get install build-essential

  1. 安装openssl系统库

sudo apt-get install libssl-dev && sudo apt-get install openssl

  1. 安装zlib系统库

sudo apt-get install zlib1g-dev

  1. 安装libcurl系统库

sudo apt-get install libcurl4-openssl-dev

  1. 安装ncurses系统库

sudo apt-get install libncurses5-dev

开发

1.修改main.cc文件中path的路径地址,修改为本地环境下代码存在的实际路径地址。 2.安装依赖后,进入test文件夹进行编译:

cd test && make linux_demo

然后运行即可。

当前默认登陆是 DemoApp(AppID:welovemaxim)下 maximtest1 用户,发送消息与 maximtest2 用户互通。

开发自己的应用

请先修改美信拓扑 AppID

打开文件 ./test/src/main.cc, 将默认 AppID: welovemaxim 更改为你的应用AppID,此 AppID 为在蓝莺IM后台创建应用后获取。

了解更多信息可以阅读在线文档,或者在本仓库提问,好好玩 :)


蓝莺IM 专业SDK,私有云按月付费

lanying-im-embedded's People

Contributors

ericliang avatar

Stargazers

李宏儒 avatar  avatar  avatar

Watchers

 avatar James Cloos avatar 李宏儒 avatar 范江伟 avatar

Forkers

theorix

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.