Close

Ethernet call implementation

A project log for Arduino anti-theft alarm shield

Complete anti-theft alarm compatible with any kind of sensors, with RFID recognition, GSM and web server, based on Arduino Mega.

inggaroIngGaro 08/21/2014 at 14:260 Comments

After implementing access log I found out that sometimes, on multiple sequential "ethernet call", some calls fail. That is due to some issue in ethercard library implementation. However, I'm working on a solution; I decided to re-implement all ethernet calls using a "queue" that emulate a different thread to correct manage connections.

Discussions