# android_YiChat_Lite **Repository Path**: moco/android_YiChat_Lite ## Basic Information - **Project Name**: android_YiChat_Lite - **Description**: YiChat IM系统的安卓客户端 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 16 - **Created**: 2021-04-26 - **Last Updated**: 2021-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android 项目配置# public class HTConstant { //IM服务器相关 public static final String HOST_IM = "xxx.xxx.xxx.xxx";//示例ip: 119.125.523.153 此IP不可用 //api服务器 public static final String HOST_API = "http://xxx.xxx.xxx.xxx/api/";//示例ip: 119.125.523.153 此IP不可用 //阿里云OSS信息配置 public static final String endpoint = "oss-cn-hangzhou.aliyuncs.com"; public static final String accessKeyId = "xxxxxxxx"; public static final String accessKeySecret = "xxxxxxxxxxxx"; ..... } ---------- # 相关工程 # ---------- #最具诚意的开源IM系统 YiChat# 1. github地址:[https://github.com/YiChat](https://github.com/YiChat) 2. 开源中国地址:[https://git.oschina.net/zhangfeng_tech](https://git.oschina.net/zhangfeng_tech) ##本项目的开源内容## ###已开源的所有源码:### 1. IM服务器(负责即时通讯消息)-直接部署,无需修改参数 2. api服务器(非IM模块相关的其他业务逻辑)-修改一处参数,详见工程下文档 3. android客户端-配置参数,连接自己的服务器ip.详见工程文档 ###待开源的工程源码:### - iOS客户端:前面三个工程的github star数超过3000马上开源 ##这个开源项目的意义在于## 1. 拥有自己的IM服务器,不再受制于第三方通讯云的限制. 2. 提供了一个完善优化的客户端源码,具体参见体验包: - Android:[https://www.pgyer.com/YiChatLite](https://www.pgyer.com/YiChatLite) - iOS:[https://www.pgyer.com/9sVQ](https://www.pgyer.com/9sVQ) ##QQ:84543217 (技术相关请提交Issues,商务合作可联系QQ) ##