Is there a way to transmit info from one Arduino Wifi to another.

I have a project where a sketch on one Arduino Wifi will generate a series of strings according to what input pins are enabled, which I need to transmit wirelessly to another Arduino Wifi which will process the information and output it via an RS485 shield.

Is there a simple way of transmitting the info from one Arduino to the other?

how far apart are the devices? do you wish to use TCP/UDP, if so a WiFi shield would be suitable

for simpler wireless communications have a look at the NRF24L01

Thank you. Distance will be less than 100m in open air. Looks like your suggestion will achieve what I want.