Releases: pubnub/c-core
Releases · pubnub/c-core
Bug-fix release
- Add support for OpenSSL 1.1.0+
- Fix handling of recv() errors on MacOS
- Several smaller fixes and logging impovements
Bug-fix
Version 2.2.0
Highlights for this release are:
- Support for thread-safety
- Timers
- FreeRTOS(+TCP) port
- Qt port
- Light-weight yet powerful logging sub-system
- Support for setting "origin" (the server name)
There are numerous other smaller improvements.
First release of C-core
First release of the new, highly portable, highly configurable and scalable C Pubnub client SDK. Designed for low memory and low run time footprint, it is perfectly suitable for MCUs with as liitle as 10K RAM up to servers with 10s of GBs of RAM.
It works and is tested on Windows, POSIX and OpenSSL (on POSIX and Windows).
Ports are underway for FreeRTOS and ContikiOS. Others will follow.
C++ wrapper is under development. Wrappers for other languages (i.e. Lua) may follow.