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

Lightpad TCP connection should be asyncio aware #7

Open
ColinHarrington opened this issue Sep 27, 2018 · 0 comments
Open

Lightpad TCP connection should be asyncio aware #7

ColinHarrington opened this issue Sep 27, 2018 · 0 comments

Comments

@ColinHarrington
Copy link
Contributor

Currently it uses telnetlib
https://github.com/heathbar/plum-lightpad-python/blob/master/plumlightpad/lightpad.py#L29

It needs to be converted to an asyncio aware mechanism. The communication is a TCP connection with a simple protocol of json payloads separated by .\n Shouldn't be too hard to convert to an asyncio.Protocol

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

1 participant