I am doing a project with the robot Nao from Aldebaran.
I have to make a simple behavior where Nao play at Connect 4(4 in a row) with someone.
To do that, I had to connect Nao with windows Azure to export the image processing on the cloud, but I don’t really know how to make a module for Nao to connect him on Azure.
The easiest way I could think of would be to create a WCF Web Service hosted in Azure and then you can call it from python using the help at:
How can I consume a WSDL (SOAP) web service in Python?