beckdac / ESP8266-transparent-bridge

Absolutely transparent bridge for the ESP8266
GNU General Public License v2.0
367 stars 95 forks source link

Changed the config tcp port. Telnet is just bridge to UART0 #26

Open fvpalha opened 9 years ago

fvpalha commented 9 years ago

Added a config tcp port (21) for AT commands. Default telnet port (23) is a transparent bridge to UART0.

beckdac commented 9 years ago

Wow! This is great. However, it does add more than just the separate configuration port, right? It also adds some GPIO control for additional pins?

I'm inclined to merge this as soon as I can test it, but it would be helpful to have a more complete description of the changes and an updated README.md with the new commands / behavior listed. Would that be possible?

fvpalha commented 9 years ago

Hi @beckdac . I will go describe the changes. Best regards.