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

I did some work on the python implementation, if you like review/merge it. #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

LaggAt
Copy link

@LaggAt LaggAt commented Sep 29, 2017

Hi, I did some work on the python implementation, maybe you want to use some of it.

https://github.com/LaggAt/CLineTester/tree/master/Python

I did:

  • init.py in the folder, as I use it as a package
  • Let Exceptions propagate
  • Encapsulate all in a class, use Properties for result
  • Get IP before connecting to CLine, testing is done when calling Test()
  • Timeout is configurable by setting Timeout property (default 30s)
  • Measure Ping time
  • Some quick cleanups

Will probably use it in another project, no Idea if I can put it on GitHub.

Kind regards,
Florian.

Changes:
* __init__.py in the folder, as I use it as a package/library
* Let Exceptions propagate
* Encapsulate all in a class, use Properties for result
* Get IP before connecting to CLine, testing is done when calling Test()
* Timeout is configurable by setting Timeout property (default 30s)
* Measure Ping time
* Some quick cleanups
@LaggAt
Copy link
Author

LaggAt commented Sep 29, 2017

Attention: as i encapsulated it all in a class there is a new syntax. See Main.py

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

Successfully merging this pull request may close these issues.

None yet

2 participants