Skip to content
forked from pubnub/c-core

PubNub for C and C-like platforms build home

License

Notifications You must be signed in to change notification settings

anovikov1984/c-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pubnub C/C++ client libraries

This repository has the source for the C/C++ client libraries, designed mostly for embedded systems, but perfectly suitable for "regular" (POSIX, Windows) systems, too.

Directory Organization

The directories of the library repository are:

  • core : The core part, with modules portable to all, or most, libraries for specific platforms

  • lib : Modules for libs that are available on more than one platform

  • windows : Modules and Makefile for the Windows platform

  • posix : Modules and Makefile for POSIX OSes (tested mostly on Linux)

  • openssl: Modules and Makefile(s) for OpenSSL (on POSIX and Windows)

  • cpp: Modules, Makefile(s) and examples for the C++ wrapper

  • contiki : Modules and Makefile for the Contiki OS

  • freertos : Modules and Makefile for the FreeRTOS OS

About

PubNub for C and C-like platforms build home

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 84.7%
  • C++ 11.9%
  • Makefile 3.4%