Modified PubNub library to better utilize low bandwidth connections like a GSM modem. Instead of 10 socket connections sending 3 bytes only one is made and it sends all 30 bytes at the same time.
Fork of PubNub by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:55eb53c78b47 | 2014-10-01 | embeddedartists | 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. |
6:09d0a383fdde | 2014-05-20 | mazgch | make the pub nub library more portable by including the required header |
5:cfcba723d245 | 2014-03-24 | sam_grove | Updating documentation |
4:a4759c403023 | 2014-03-02 | pasky | History example: Add missing \n in printf() |
3:36f064f7bdf0 | 2014-03-02 | pasky | Documentation: Enclose examples in @code / @endcode |
2:d78239c9ebb8 | 2014-03-02 | pasky | PubNub(): Remove nonsensicla @return statement |
1:29cc485dcdb1 | 2014-03-02 | pasky | Move the class description to an outer comment.; ; This might fix docgen. |
0:9858347c382d | 2014-03-02 | pasky | Initial version: Basic working API + short docs with examples. Please refer to PubNubDemo program for a reference usage code. |