- Mon Jun 27, 2016 4:51 pm
#49885
I don't know why it is not working for you, maybe it is a bug related only with Bonjour, on Linux using Avahi, the Telnet service is shown :
Code: Select all+ eth0 IPv4 MyESPAP-0B612D _arduino._tcp local
+ eth0 IPv4 MyESPAP-0B612D Web Site local
+ eth0 IPv4 MyESPAP-0B612D Telnet Remote Terminal local
As you can see, the OTA, HTTPServer and Telnet are present.
BTW, even if your didn't have added the MDNS.addService() for Telnet, you should be able to connect to it since the name resolution is already done. So, maybe your TCP Telnet server code is not working, or you don't have such code at all (simply adding the service in mDNS doesn't give you the service, but only advertising it).