Library for pusher.com?

Has anyone here implemented a library for pusher.com yet? It would allow pushing (and receiving) events with much higher frequency than on the particle platform.

Thomas.

How does the encryptino between the device and pusher.com work?
Currently there is no stock support for encrypted transfer other than via the Particle cloud.

Not sure about the internals, but there is an Arduino library which might be portable… It can be found here: https://github.com/krohling/ArduinoPusherClient.

Thomas