Search code examples
matlabwifiwampserver

make a local web server with WIFI?


i have my computer have matlab and wamp server on it i have a website run on the server the website is a image processing application which is a php page that call a matlab m file and do processing on image that is sent to that php page i can access my website by simply type

http://localhost/compute.php

what i want is to make a wireless network , so any device connected to this network can access that hyperlink

http://localhost/compute.php 

, the device that access it is android phone that will take a picture and directly send it to a specified server which is

http://localhost/compute.php

Solution

  • If I understand your problem correctly : instead of using localhost in your URL you should use your "internal" IP.

    For example :

    http://192.168.0.100/compute.php