国产免费成人在线视频,日韩欧美亚洲综合,国产欧美亚洲一区在线电影 http://www.dpkxx.com/docs/ 2025-05-11T23:59:00+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:13+08:00 Cobub Toaster Android Developer Guide - Mobile Apps Marketing Platform of Open Source - Mobile Analytics & Mobile Push Notification Solutions - Cobub Mobile Developer Center http://www.dpkxx.com/docs/en:toaster:android-developer-guide?rev=1500002293&do=diff Android Developer Guide Compatibility Information * Compatible with Android 2.2 and above (API 8 and above) * SDK Version v1.0 Integration Guide Modifiy AndroidManifest.xml Add Permission <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:13+08:00 Cobub Toaster Apply for a trial - Mobile Apps Marketing Platform of Open Source - Mobile Analytics & Mobile Push Notification Solutions - Cobub Mobile Developer Center http://www.dpkxx.com/docs/en:toaster:apply-for-a-trial?rev=1500002293&do=diff Apply for a trial You can apply for a trial at this moment for Cobub Toaster Please follow the instruction here for the trial. Please NOTE, all the trial will be FREE permanently. * 1. Register the account at Cobub User Center, follow this link. * text/html 2017-07-14T11:18:13+08:00 Cobub Toaster **** - Mobile Apps Marketing Platform of Open Source - Mobile Analytics & Mobile Push Notification Solutions - Cobub Mobile Developer Center http://www.dpkxx.com/docs/en:toaster:installation-guide-of-pns?rev=1500002293&do=diff Installation Guide of PNS Linux core parameters setting (not necessary for testing, must be done in an operation environment) Modify /etc/sysctl.conf, add the following lines: 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 = 26… text/html 2017-07-14T11:18:13+08:00 Cobub Toaster License of Cobub Toaster - Mobile Apps Marketing Platform of Open Source - Mobile Analytics & Mobile Push Notification Solutions - Cobub Mobile Developer Center http://www.dpkxx.com/docs/en:toaster:license?rev=1500002293&do=diff License of Cobub Toaster Cobub Toaster SDK and related software(Demo, Sample Code, Documents) are released under the licenses from theFree Software Foundation. Cobub Toaster SDK and related software are under the license of . A copy of the license is included with every copy of Cobub Toaster components, and you can also read the text of the license below. text/html 2017-07-14T11:18:13+08:00 Cobub Toaster Overview of Cobub Toaster - Mobile Apps Marketing Platform of Open Source - Mobile Analytics & Mobile Push Notification Solutions - Cobub Mobile Developer Center http://www.dpkxx.com/docs/en:toaster:overview-of-cobub-toaster?rev=1500002293&do=diff Overview of Cobub Toaster The documentation gives an overview of Cobub Toaster. System Architecture Push Server Function The Push Notification Server of Cobub Toaster is implemented by Go language, Go is a complete compiled language, and has a very good optimized for parallel calculating. For more about Go, please refer to text/html 2017-07-14T11:18:13+08:00 Cobub Toaster Release Note - Mobile Apps Marketing Platform of Open Source - Mobile Analytics & Mobile Push Notification Solutions - Cobub Mobile Developer Center http://www.dpkxx.com/docs/en:toaster:release-note?rev=1500002293&do=diff Release Note V 0.2.3, Jul 9, 2014 Initial version. text/html 2017-07-14T11:18:13+08:00 Cobub Toaster Sample Code of Web Interface of PNS - Mobile Apps Marketing Platform of Open Source - Mobile Analytics & Mobile Push Notification Solutions - Cobub Mobile Developer Center http://www.dpkxx.com/docs/en:toaster:sample-code-of-web-interface-of-pns?rev=1500002293&do=diff Sample Code of Web Interface of PNS You can find the sample codes here invoking the web interface of PNS here. Cobub @ github You can find more code at github of Cobub. PHP Samples 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"]; // A… text/html 2017-07-14T11:18:13+08:00 Cobub Toaster Stress Test Report - Mobile Apps Marketing Platform of Open Source - Mobile Analytics & Mobile Push Notification Solutions - Cobub Mobile Developer Center http://www.dpkxx.com/docs/en:toaster:stress-test-report?rev=1500002293&do=diff Stress Test Report Test environment is shown by the following table: OS CentOS-6.4-64bitCPU Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz * 12RAM 32 GiBKernel 2.6.32-358.el6.x86_64 Install and configure Cobub Toaster according to the Installation Guide of Cobub Toaster. Switch to the installation directory, assumption is /opt/toaster, and start Cobub Toaster: text/html 2017-07-14T11:18:13+08:00 Cobub Toaster User Manual of PNS - Mobile Apps Marketing Platform of Open Source - Mobile Analytics & Mobile Push Notification Solutions - Cobub Mobile Developer Center http://www.dpkxx.com/docs/en:toaster:user-menu-of-pns?rev=1500002293&do=diff User Manual of PNS The document introduces usage of PNS Web interface. Here are the concepts of user channel and tag channel, which must be clarified: * user channel is named by the unique uid of mobile device. PNS will sub the uid automatically when the connection is setup (sub means join channel)