-->
Page 1 of 3

Socket server project

PostPosted: Mon Sep 08, 2014 1:55 am
by elektronika_ba
Hi all,

I am working on a socket server in NodeJS for the IoT. It is working and there is also some documentation written.

Here is the current work: https://github.com/elektronika-ba/
It is now available on http://www.ctrl.ba for testing/usage. You can also run your own version on your local network if you hate the "Cloud" idea.

If someone would like to get involved in development let me know! :-)

Currently Android app is being developed.

Regards,
Muris

Re: Socket server project

PostPosted: Tue Sep 09, 2014 5:19 pm
by pyrosster
Hi elektronika_ba,

Please take in contact with me.

Thanks!

Re: Socket server project

PostPosted: Thu Sep 11, 2014 1:42 pm
by elektronika_ba
I have sent you a private message. We can also discuss here...

Anyway, I have tested ESP with my socket server, and it is working nice :-) One bad thing is that ESP doesn't respond to KEEP_ALIVE messages and it also disconnects from socket after exactly 60 seconds!!! That is a big problem.

Re: Socket server project

PostPosted: Fri Sep 12, 2014 9:23 am
by elektronika_ba
I actually received the first version of ESP module, one without the status LEDs, and it also doesn't have the AT+CIPSTO (socket timeout) option so I can't reconfigure it. I will try reflashing it with new firmware someone posted on forum here.