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

Can't make debugging over telnet working #34

Open
papaiatis opened this issue Oct 4, 2017 · 1 comment
Open

Can't make debugging over telnet working #34

papaiatis opened this issue Oct 4, 2017 · 1 comment

Comments

@papaiatis
Copy link

I need some help with DEBUG_TELNET.

  1. I enabled it in config.h and uploaded the new firmware.
  2. Checked the IP address of the device in my router's DHCP list
  3. Ran nmap on the IP address, it showed port 23 open
  4. Ran telnet 192.168.1.73 from my RPi which showed Connected
  5. Waited for any new message to arrive but nothing showed up
  6. Closed telnet connection and tried it again but this time it got disconnected immeditely by Connection closed by foreign host

So for me it looks like the debugging over telnet isn't really working.
Any help would be great!

@oglodyte
Copy link

oglodyte commented Oct 26, 2017

It is kind of works for me. Got debug messages, but it kills it if occasionally sending something to telnet session. It slows down, stops reacting to MQTT commands, tries to print error and closes connection, so I get something like:
ERROR: TConnection closed by foreign host.

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

No branches or pull requests

2 participants