/c-core

PubNub for C and C-like platforms build home

Primary LanguageCMIT LicenseMIT

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