Skip to content

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.

2 participants