Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By andrewf
#24356 I want to use the esp8266 as an access point for my iphone to connect to, and to tunnel the IP through the UART onto a long range radio, the other end of which is connected to a PC that can put the packets onto the Internet.

I was thinking of trying to use the bsd interface of lwip with SOCK_RAW (raw IP sockets) so that I had a file interface for IP packets coming into and out of the esp8266. Would this work or is there a better way?

Your help and guidance is appreciated!