黄色网址视频免费看,视频在线a,国产在线综合一区二区三区
http://www.dpkxx.com/docs/
2025-07-01T14:14:42+08:00
Cobub文檔中心
http://www.dpkxx.com/docs/
http://www.dpkxx.com/docs/lib/tpl/dokuwiki/images/favicon.ico
-
text/html
2017-07-14T11:18:15+08:00
Cobub Toaster android開發者指南 - 開源移動應用運營平臺 - 移動統計、移動推送解決方案 - Cobub 移動開發者中心
http://www.dpkxx.com/docs/toaster:android-developer-guide?rev=1500002295&do=diff
Android開發者指南
版本支持
* 兼容Android2.2以上(API 8以上)
* SDK版本v1.0
集成步驟
修改AndroidManifest.xml
添加權限
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
-
text/html
2017-07-14T11:18:15+08:00
Cobub Toaster 申請試用 - 開源移動應用運營平臺 - 移動統計、移動推送解決方案 - Cobub 移動開發者中心
http://www.dpkxx.com/docs/toaster:apply-for-a-trial?rev=1500002295&do=diff
申請試用
您可以通過如下的方式申請試用,請注意,所有的試用都是永久免費的。
1. 注冊Cobub用戶中心賬號,請點擊這里注冊。
2. 填寫如下表格,并且發郵件至 support [AT] cobub.com
公司名字 聯系人 郵箱 電話
-
text/html
2017-07-14T11:18:15+08:00
Cobub Toaster 服務器安裝指南 - 開源移動應用運營平臺 - 移動統計、移動推送解決方案 - Cobub 移動開發者中心
http://www.dpkxx.com/docs/toaster:installation-guide-of-pns?rev=1500002295&do=diff
推送服務器安裝指南
linux 內核參數設置(做測試不需要設置, 只在正式環境中設置)
修改/etc/sysctl.conf, 加入以下幾行:
fs.file-max = 600000
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_fin_timeout = 30
net.ipv4.tcp_max_tw_buckets = 5000
net.ipv4.ip_local_port_range = 1024 61000
net.ipv4.tcp_rmem = 512 32768 262142
net.ipv4.tcp_wmem = 1024 32768 262142
net.core.netdev_max_backlog = 8096
net.core.rmem_default = 262144
net.core.wmem_default = 262144
net.core.rmem_max = 2097152
net.core.wmem_max = 2097152
net.ipv4.tcp_syncookies = 1…
-
text/html
2017-07-14T11:18:15+08:00
Cobub Toaster 軟件使用許可 - 開源移動應用運營平臺 - 移動統計、移動推送解決方案 - Cobub 移動開發者中心
http://www.dpkxx.com/docs/toaster:license?rev=1500002295&do=diff
軟件使用許可
Cobub Toaster的SDK及相關產品(DEMO、樣例代碼、文檔說明等)是基于自由軟件聯盟的許可協議的軟件產品。
對于Cobub Toaster SDK及相關產品采用 GPL v3 的許可協議。
Cobub Toaster SDK的軟件包中都包含一份對應的軟件許可協議。你也可以閱讀如下的許可協議全文。
-
text/html
2017-07-14T11:18:15+08:00
Cobub Toaster 系統概覽 - 開源移動應用運營平臺 - 移動統計、移動推送解決方案 - Cobub 移動開發者中心
http://www.dpkxx.com/docs/toaster:overview-of-cobub-toaster?rev=1500002295&do=diff
Cobub Toaster 概覽
本文檔提供了Cobub Toaster的系統概覽
一、系統架構
二、推送服務器功能
Cobub Toaster的推送服務器由Go語言實現,之所以選擇Go是因為Go是一個完全的可編譯語言,并且針對并行計算進行了非常好的優化。欲了解更多的關于Go語言的信息,請前往
-
text/html
2017-07-14T11:18:15+08:00
toaster:release-note
http://www.dpkxx.com/docs/toaster:release-note?rev=1500002295&do=diff
Release Note
V 0.2.3, 2014年7月9日
初始化版本
-
text/html
2017-07-14T11:18:15+08:00
Cobub Toaster WEB接口調用樣例代碼 - 開源移動應用運營平臺 - 移動統計、移動推送解決方案 - Cobub 移動開發者中心
http://www.dpkxx.com/docs/toaster:sample-code-of-web-interface-of-pns?rev=1500002295&do=diff
推送服務器WEB接口調用樣例代碼
您可以在這里找到推送服務器Web接口調用的樣例代碼
Cobub @ github
您可以在github of Cobub找到更多相關代碼。
PHP樣例
if(isset($_POST["serverurl"]) && isset($_POST["data"])
&& isset($_POST["appid"]) && isset($_POST["channel"]) && isset($_POST["expired"]))
{
$serverUrl = $_POST["serverurl"]; //Get Server URL, configured in the Cobub Toaster configure file
$data = $_POST["data"]; //Push content
$appid = $_POST["appid"]; // APP ID
$channel = $_POST["channel"]; // Which channel to push
$expired = $_POST["expired…
-
text/html
2017-07-14T11:18:15+08:00
Cobub Toaster 性能測試報告 - 開源移動應用運營平臺 - 移動統計、移動推送解決方案 - Cobub 移動開發者中心
http://www.dpkxx.com/docs/toaster:stress-test-report?rev=1500002295&do=diff
性能測試報告
1. 測試環境如下表所描述:
操作系統 CentOS-6.4-64bitCPU Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz * 12RAM 32 GiBKernel 2.6.32-358.el6.x86_64
2. 按照推送服務器安裝指南文檔的說明,安裝并配置 Cobub Toaster。
3. 切換到安裝目錄下,假設是/opt/toaster,啟動Cobub Toaster:
-
text/html
2017-07-14T11:18:15+08:00
Cobub Toaster 推送服務器手冊 - 開源移動應用運營平臺 - 移動統計、移動推送解決方案 - Cobub 移動開發者中心
http://www.dpkxx.com/docs/toaster:user-menu-of-pns?rev=1500002295&do=diff
推送服務器手冊
本文檔介紹了推送服務器的Web接口的使用方法。
首先區分一下user channel和tag channel的概念:
user channel是以客戶端唯一的uid作為channel的名稱,客戶端連接上來自動sub(sub表示加入channel)
tag channel 是客戶端主動通過sub命令加入的通道,比如客戶端sub “location:beijing”,那么它就加入了”location:beijing”的通道,對”location:beijing”下發消息, 該客戶端就會收到消息, 可以把tag channel想象成標簽推送…