# RTLS **Repository Path**: rtls_platform/rtls ## Basic Information - **Project Name**: RTLS - **Description**: 移动端,可实时监控; - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-01 - **Last Updated**: 2026-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 证书相关 要在jdk/bin目录下执行 ### 生成发布证书 keytool -genkey -v -keystore release.keystore -alias rtls_release -keyalg RSA -keysize 2048 -validity 10000 -storepass 184372527504 -keypass 184372527504 -dname "CN=Shenyang,OU=Shenyang,O=Shenyang Municipal Government,L=Shenyang,S=Liaoning,C=CN" ### 查看证书信息 keytool -list -v -keystore release.keystore -alias rtls_release -storepass 184372527504 ## api相关 ### wvp api https://doc.wvp-pro.cn/#/./_content/ability/device_use ### GB28181 api相关 https://www.cnblogs.com/xuwujing/p/16084066.html ### 抓包 https://www.cnblogs.com/lynsen/p/15057825.html