ArduinoPusherClient icon indicating copy to clipboard operation
ArduinoPusherClient copied to clipboard

An Arduino interface to Pusher (pusherapp.com)

Results 11 ArduinoPusherClient issues
Sort by recently updated
recently updated
newest added

Hi, just stumbled over your API and tried to make it work. The main problem was that the way to store the strings in the program memory didn't work with...

Hi there! Let me start by saying thanks a lot for this library - it's awesome and I use it quite often when hacking on Arduino stuff. I was wondering...

How can i set authEndpoint?

I'm having some real issues triggering my own events from the Arduino. When I send the sample input: ``` client.triggerEvent("my-event", "some data about my event"); ``` I get "Client Error"...

this is an awesome library! I'm trying to use it for a little water turret project (turret.jit.su). I haven't modified any of the connection code from your example, but I'm...

The library works great, my only problem is when i reset my arduino a few seconds after the connection is made, it cannot reconnect. I have to reset it a...

I added private channel subscription, client event triggering and ping-pong messages (to keep connection alive),

Hi, I get this warning from pusher: "Pusher protocol versions

Hi, i have a simple sketch that connects and outputs its connecton status. (using ethernet sheidl) If i plug it into my standard internet it works, if i plug it...

Mostly concerning the auth_token. Where do we get it from? Is it the CSRF token spoken about here -> http://pusher.com/docs/client_api_guide/client_connect or is it just something we choose ourselves?