Zoran
unread,Apr 16, 2021, 9:52:08 AM4/16/21You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I have to asynchronously connect to many home routers with telnet protocol in order to get some values.
Upon getting input data (ip, username, password), I should connect to the router, execute commands, get their results, postprocess results and finally return certain values.
Everything should work in asyncio loop.
I searched a bit and I found that people usually use telnetlib3 for such task, but I can't find out examples that shows how to use telnetlib3.TelnetClient for my use case.
If someone here has some experiences or has some demo code, please share.
Regards.