Hello,
I'm currently doing a project which aims to develop an Arduino platform that uses some form of "web-services" to provide for automated discovery of network sensors. The ideal outcome should allow an Arduino based sensor to be added to a network and for it to automatically describe itself to the rest of the network.
I have created a temperature sensor which is connected to the internet with an ethernet shield. My main questions are these:
Is it possible to achieve something like this with Web Services Description Language (WSDL)?
Is a language like Extended Environments Markup Language (EEML) better suited to this?
If it is possible with either how might this be achieved?
Any help will be greatly appreciated.
Thanks in advance,
Jack