Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of PubNub by
History
Modified PubNub library to better utilize low bandwidth connections like a GSM modem. Instead of 10 sockets connections sending 3 bytes only one is made and it sends all 30 bytes at the same time.
2014-10-01, by embeddedartists [Wed, 01 Oct 2014 11:36:11 +0000] rev 7
Modified PubNub library to better utilize low bandwidth connections like a GSM modem. Instead of 10 sockets connections sending 3 bytes only one is made and it sends all 30 bytes at the same time.
make the pub nub library more portable by including the required header
2014-05-20, by mazgch [Tue, 20 May 2014 11:43:18 +0000] rev 6
make the pub nub library more portable by including the required header
Updating documentation
2014-03-24, by sam_grove [Mon, 24 Mar 2014 20:06:55 +0000] rev 5
Updating documentation
History example: Add missing \n in printf()
2014-03-02, by pasky [Sun, 02 Mar 2014 01:48:40 +0000] rev 4
History example: Add missing \n in printf()
Documentation: Enclose examples in @code / @endcode
2014-03-02, by pasky [Sun, 02 Mar 2014 01:47:11 +0000] rev 3
Documentation: Enclose examples in @code / @endcode
PubNub(): Remove nonsensicla @return statement
2014-03-02, by pasky [Sun, 02 Mar 2014 01:43:20 +0000] rev 2
PubNub(): Remove nonsensicla @return statement
Move the class description to an outer comment.; ; This might fix docgen.
2014-03-02, by pasky [Sun, 02 Mar 2014 01:41:18 +0000] rev 1
Move the class description to an outer comment.; ; This might fix docgen.
Initial version: Basic working API + short docs with examples. Please refer to PubNubDemo program for a reference usage code.
2014-03-02, by pasky [Sun, 02 Mar 2014 01:32:54 +0000] rev 0
Initial version: Basic working API + short docs with examples. Please refer to PubNubDemo program for a reference usage code.