Http server

zeissloff's picture

I would like to know if it is possible to use networktools with an IPad. Read the html file on the iPad and receive messages with http server on quartz composer. How to make it ??

mradcliffe's picture
Re: Http server

I think that as long as the iPad and the Mac are on the same network, then that should be possible, but I have not tried it myself.

Achim Breidenbach's picture
Re: Http server

Can you describe your application in more detail so that we have a better understanding on what you are wanting to achieve?

zeissloff's picture
Re: Http server

I would like to use the iPad as interface of an installation, http://www.pixario.fr/Trotler.html A page html is practical because we can with buttons open other pages. For a page I would like to put 40 buttons. If we want to use a touch-sensitive screen you need an additional video output.

zeissloff's picture
Re: Http server

By trying to understand I found the solution. On the page html it is necessary to replace localhost by the IP address of the computer. Instead 'http://localhost:8080/' it is necessary to put 'http://192.168.0.15:8080/'