Transmission of sensor data from arduino uno via esp8266

Hi,
i am a newbie. i have to do this project where the temperature readings from LM35 temperature sensor are to be collected in arduino uno and sent to labview via wifi, using wifi module esp8266.

How do i use the module as a wifi transmitter? can someone suggest me a code?

See the examples coming with the ESP library, and the many projects out there.

This project requires some knowledge, about reading sensor values, controller communication, WiFi and Labview communication. Learn to master one by one, not everything together.

Can't the ESP do all that without Arduino assistance?