{"id":19643619,"url":"https://github.com/anyrtcio-community/anyrtc-wawa-server-android","last_synced_at":"2025-09-19T01:15:38.369Z","repository":{"id":127985013,"uuid":"115484758","full_name":"anyrtcIO-Community/anyRTC-WaWa-Server-Android","owner":"anyrtcIO-Community","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-07T01:53:41.000Z","size":41870,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-05T09:04:24.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anyrtcIO-Community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-27T05:26:46.000Z","updated_at":"2021-09-07T01:53:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d4fe879-95e5-45d4-bc9c-da31e57069df","html_url":"https://github.com/anyrtcIO-Community/anyRTC-WaWa-Server-Android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyrtcIO-Community%2FanyRTC-WaWa-Server-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyrtcIO-Community%2FanyRTC-WaWa-Server-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyrtcIO-Community%2FanyRTC-WaWa-Server-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anyrtcIO-Community%2FanyRTC-WaWa-Server-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anyrtcIO-Community","download_url":"https://codeload.github.com/anyrtcIO-Community/anyRTC-WaWa-Server-Android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251319747,"owners_count":21570450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T14:23:06.020Z","updated_at":"2025-09-19T01:15:38.324Z","avatar_url":"https://github.com/anyrtcIO-Community.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 重要提醒\nanyRTC 对该版本已经不再维护，如需娃娃机方案，请前往官网联系客服获取。\n\n**公司网址： [www.anyrtc.io](https://www.anyrtc.io)**\n\n# 开始集成SDK\n\n# 注意事项\n\n\u003e1. 加QQ技术咨询群：580477436Anyrtcwawaserver 是运行在adroid板子上的程序，demo中含有串口通信开源项目SerialPort 请勿随意修改该类的名字及位置\n\u003e2. 本demo中的娃娃机采用的为 “暴雪\"娃娃机  其他品牌的娃娃机也可使用Anyrtcwawaserver SDK。只需要转发客户端发的命令给娃娃机再将结果转发给anyRTC信令服务\n即可。\n\u003e3. 本demo中包含anyRTC公司RTCP实时直播SDK，需要摄像头，录音权限。\n\u003e4. 在手机上运行可能回Crash属正常现象，需要在root后的android板上运行。\n\u003e5. 如有疑问 请联系 QQ群：554714720\n\n\n\n\n# \u003e方式一（推荐）\n\n添加Jcenter仓库 Gradle依赖：\n\n```\ndependencies {\n    compile 'org.anyrtc:anyrtcwawaserver:1.0.0'\n}\n```\n\n或者 Maven\n```\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.anyrtc\u003c/groupId\u003e\n  \u003cartifactId\u003eanyrtcwawaserver\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\n\u003e方式二\n\n DEMO中的 aar SDK\n\n\u003e1. 将下载好的anyrtcwawaserver-release.aar文件放入项目的libs目录中\n\u003e2. 在Model下的build.gradle文件添加如下代码依赖anyrtcwawaserver SDK\n\n```\nandroid\n{\n\n repositories {\n        flatDir {dirs 'libs'}\n    }\n    \n }\n    \n```\n```\ndependencies {\n    compile(name: 'anyrtcwawaserver-release', ext: 'aar')\n    //还需添加第三方socket框架\n    compile('io.socket:socket.io-client:1.0.0') {\n        exclude group: 'org.json', module: 'json'\n    }\n}\n```\n\n### 技术支持\n- anyRTC官方网址：[https://www.anyrtc.io](https://www.anyrtc.io/resoure)\n- QQ技术咨询群：554714720\n- 联系电话:021-65650071-816\n- Email:hi@dync.cc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanyrtcio-community%2Fanyrtc-wawa-server-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanyrtcio-community%2Fanyrtc-wawa-server-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanyrtcio-community%2Fanyrtc-wawa-server-android/lists"}