Hi there!
By default, telnet_server has output like:
telnet_server
NETOPT_TX_END_IRQ not implemented by driver
main(): This is RIOT! (Version: 79287-lora_rak3172)
RIOT telnet example application
╔═══════════════════════════════════════════════════╗
║telnet is entirely unencrypted and unauthenticated.║
║Do not use this on public networks. ║
╚═══════════════════════════════════════════════════╝
{"IPv6 addresses": ["fe80::a4de:1264:dac5:a42b"]}
All up, awaiting connection on port 23
Local shell disabled>
My goal is to connect PyTTY telnet and this node. Second node is gnrc_border_router. So, should I add a global IP to telnet_server node or to create a route in BR node…
I would be very grateful if someone tells basics about it.