CLineTester icon indicating copy to clipboard operation
CLineTester copied to clipboard

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

Open LaggAt opened this issue 8 years ago • 1 comments
trafficstars

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.

LaggAt avatar Sep 29 '17 22:09 LaggAt

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

LaggAt avatar Sep 29 '17 22:09 LaggAt