项目作者: doctaweeks

项目描述 :
Google Cloud Messaging C library
高级语言: C
项目地址: git://github.com/doctaweeks/libgcm.git
创建时间: 2016-04-17T23:46:49Z
项目社区:https://github.com/doctaweeks/libgcm

开源协议:

下载


libgcm can be used add Google Cloud Messaging (GCM) to an application. It
currently supports a simple send function to one or more clients.

Default timeouts can be changed at compile time:

  1. ./configure CPPFLAGS="-DGCM_TIMEOUT_MS=2000 -DGCM_CONNECTTIMEOUT_MS=800"

Changing CPPFLAGS this way will not trigger recompilation the next time
make is run; make clean before make is necessary when changing these
flags.