jRDC server and the clients are open source. However you don't need it.
You need to create a simple handler and send a http request from the Arduino.
Or create a WebSocket handler and use rWebSocketClient to connect to the server.
Sorry, I don't understand.
Whay I need is to write and read records (sql statements) to a mysql db hosted on a windows pc from some 10 arduinos with ethernet.
You tell me that I cannot use rdcconnector because it is difficult to implement on arduino.
And that I do not need the server jrdc?
I find it very useful to have a config.properties file with all the statements I need predefined on the server, and then just send the request from the client to the server for the proper statement together with the relevant data, and then wait for the reply.
So: can this be done from arduino or not?
From Arduino should I then send a http request to a http server on the pc hosting mysql, made maybe with B4J?
Where can I find an example? Do I need to build a program from scratch on the server to do something similar to what jRDC server does? Without using serializator?
I am a bit confused...
Alan