Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Add telnet support #18

Open
tom0010 opened this issue Oct 23, 2018 · 5 comments
Open

Add telnet support #18

tom0010 opened this issue Oct 23, 2018 · 5 comments
Assignees
Milestone

Comments

@tom0010
Copy link

tom0010 commented Oct 23, 2018

I don't see any reference to telnet support in the code. It would be good if you could add it.
I regularly use telnet to test connections/and my code in an emulated env (using eve-ng).
Currently I've been using Netmiko, which supports this, I would love it if you could add the support in.
Thanks.

@selfuryon
Copy link
Owner

Hello, @t1hom7as!
Right now netdev is based upon asyncssh, and it supports only ssh. At the start of writing this library, no implementation of async telnet had existed.
But right now I see that one implementation exists: telnetlib3. I will plan to implement it, thank you!

@tom0010
Copy link
Author

tom0010 commented Oct 24, 2018

Hello, @t1hom7as!
Right now netdev is based upon asyncssh, and it supports only ssh. At the start of writing this library, no implementation of async telnet had existed.
But right now I see that one implementation exists: telnetlib3. I will plan to implement it, thank you!

Ok great - I look forward to it!

@vsrx6
Copy link

vsrx6 commented Dec 22, 2018

This is an excellent library! I really hope telnet support gets added soon.

@selfuryon selfuryon added this to the Release v1.0 milestone Dec 23, 2018
@Ali-aqrabawi
Copy link

i'm interested to work on this, you can assign it to me

@selfuryon
Copy link
Owner

Related PR #33

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

No branches or pull requests

4 participants