I'm making a project which a user can control the arduino through a website on a localhost , i made the php code to write the data -entered by the user on the website- to a txt file , a processing sketch that reads the txt file and send it's contents byte by byte to the arduino through the serial port . and it all works just fine
The next step is to make the communication through Wi-fi instead of the serial port.
My question : is it possible to make this wifi communication with the localhost ?
and if it is possible what are the softwares i have to use instead of processing ?
Thanks in Advance.