So I want to create a WiFi hotspot using an ESP8266 and make it route all the traffic it receives to a 3G module that holds my second SIM card.
I have a GPRS module that can be controlled through a simple UART serial interface via AT commands (NeoWay M590).
It's only $2, but it's slow (GPRS) and as it turns out the API is pretty limited. TCP/UDP/DNS seem to be the only available protocols.
I really wish I just had a simple module that could take lower level input like Ethernet frames... I mean I just want to use it as proxy anyways so there is no need for it to even understand higher level protocols such as TCP...
Does anyone of you know of a cheap easy to use 3G module that I could use for this case?
I was also thinking about configuring my ESP8266 to use my VPN server (which is configured as TCP), so that all my traffic becomes TCP traffic.
Would that work? Is the ESP8266 capable of VPN?Statistics: Posted by NopItTwice — Thu Sep 22, 2016 2:50 am
]]>