Currently I am using MQTT with an Arduino and an ethernet shield, this all works well.
But I am at a loss as to how to leave out the ethernet shield and replace it with the ESP8266.
I have looked online and am totally confused as to how to do this, I want to continue using my code that I have written but replace the '#include <Ethernet.h>' with a version for the ESP2866, is this possible ?
If not how else can I achive it without changing my code to much ?
Thanks
Gary