Page 1 of 1

Does such thing as MySQL library exist for Arduino IP stack

Posted: Thu Apr 29, 2010 10:21 am
by ds18s20
Hi everyone,

Does such thing as MySQL library exist for the official Arduino IP stack library?

By IP stack I mean the official library which works with the $45 Wiznet Ethernet controller? The one that looks like ethernet_begin() etc

I don't want to do web and php front end which I can see how could be done today with the IP library, string concatenation, http stuff.

I am looking for a true MySQL library just like the one for gcc for Linux with basic open() close() and the query function.

Thanks
~B

Re: Does such thing as MySQL library exist for Arduino IP stack

Posted: Thu Apr 29, 2010 12:21 pm
by stevech
ds18s20 wrote:Hi everyone,

Does such thing as MySQL library exist for the official Arduino IP stack library?

By IP stack I mean the official library which works with the $45 Wiznet Ethernet controller? The one that looks like ethernet_begin() etc

I don't want to do web and php front end which I can see how could be done today with the IP library, string concatenation, http stuff.

I am looking for a true MySQL library just like the one for gcc for Linux with basic open() close() and the query function.

Thanks
~B
SQL as in Relational Database work?
On a $5 microprocessor?

Re: Does such thing as MySQL library exist for Arduino IP stack

Posted: Thu Apr 29, 2010 1:00 pm
by ds18s20
oops my bad, should have been more specific: client library, not server :)

Re: Does such thing as MySQL library exist for Arduino IP stack

Posted: Sat May 01, 2010 10:43 pm
by stevech
even so