"Basic" transparent serial/tcp bridge
Posted: Sat May 23, 2015 5:25 am
https://github.com/eriksl/esp8266-basic-bridge
This transparent bridge is based on the transparent bridge by beckdac (also active here), but a complete rewrite from scratch, with all redundant code removed. That's what you get from copy&paste . There is only one source code file left, which is only ~200 lines long and a simple WORKING makefile (i.e. dependencies work, as opposed to the frankenstein makefile that is used for many projects).
For an end-user there won't be much difference (albeit the beckdac version can be configured over wlan), but for guys who want to have a solid example to base their own project on, I'd definitely recommend this one.
This transparent bridge is based on the transparent bridge by beckdac (also active here), but a complete rewrite from scratch, with all redundant code removed. That's what you get from copy&paste . There is only one source code file left, which is only ~200 lines long and a simple WORKING makefile (i.e. dependencies work, as opposed to the frankenstein makefile that is used for many projects).
For an end-user there won't be much difference (albeit the beckdac version can be configured over wlan), but for guys who want to have a solid example to base their own project on, I'd definitely recommend this one.