shardul10

Results 10 comments of shardul10

I am also trying to use TinyGsmClient (which is derived from Client). This is what I have done so far: 1. In WebSockets.h defined new WEBSOCKETS_NETWORK_TYPE #define NETWORK_GSM (6) 2....

Well, the startTransaction() now requires const char *idTag as first argument. In my old code (with 0.0.4), this function call did not require this argument. Just wondering if there any...

Thanks @matth-x. Just wanted to be sure there is no other changes. I did change my code to pass idTag to startTransaction and it works.

> have you tried running the example ? it doesn't work for me. The server gives an error, there is no IdTagInfo field in the transaction request. Yes, the example...

Anyone? Would really appreciate some help with this.

I am using gilmaimon/ArduinoWebsockets@^0.5.3 instead of this library.

> > I am also trying to use TinyGsmClient (which is derived from Client). This is what I have done so far: > > > > 1. In WebSockets.h defined...

Take a look at gilmaimon/ArduinoWebsockets. It allows you to use any client - so you can use EthernetClient and TinyGsmClient. There is not much implementation - just declare this clients...

Has anyone been able to reconnect after lost connection? Would appreciate a solution.

Thank you @lukesmolo. I will try this.