Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network option #6

Open
chrwei opened this issue Nov 16, 2018 · 3 comments
Open

Network option #6

chrwei opened this issue Nov 16, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@chrwei
Copy link

chrwei commented Nov 16, 2018

an option to have the app listen on a TCP port and the library connect to it and send messages over TCP instead of serial would be completely amazing. this would free up the UART on boards like the ESP8266 and in my experience TCP streams on the ESP8266 are faster than serial anyway

@JoaoLopesF
Copy link
Owner

Hi @chrwei
Is a good idea.
I have another library to debug over TCP/IP (telnet):
https://github.com/JoaoLopesF/RemoteDebug

It have debug levels too, but not debugger.

In future, Is possible that I integrate an debugger in it,
as SerialDebug have.

Thanks for collaborate
Regards,

Joao Lopes

@JoaoLopesF JoaoLopesF added the enhancement New feature or request label Nov 16, 2018
@chrwei
Copy link
Author

chrwei commented Nov 16, 2018

I have done things like that before, but if the wifi resets or the device reboots you don't get any debug info again until you manually connect again. having the ESP initiate that connection is what I'd be after. I do have it for basic logging, but this debug GUI looks really useful.

@JoaoLopesF
Copy link
Owner

Hi, @chrwei

Really the app is good, The idea is do it in future to RemoteDebug too.

Thanks for your feedback.

Regard

Joao Lopes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants