Skip to content

C++ push service abstraction with implementations for APNS and GCM.

Notifications You must be signed in to change notification settings

lexamor/pn_provider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple C++ push service abstraction library. This library can be used to develop a push server with support for multiple services such as Apple push notification service and Google cloud messaging.

Require

  • Boost.System
  • Boost.Asio
  • Boost.Thread
  • Boost.Bind and Boost.Function
  • Boost.Foreach
  • JSON spirit (header-only, included)

License

  • New BSD

Example:

  • See test/main.cpp

About

C++ push service abstraction with implementations for APNS and GCM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.8%
  • Other 1.2%