Pygetraep: Difference between revisions
From /i/nsurgency W/i/ki
Jump to navigationJump to search
>Azure No edit summary |
m Text replacement - "Image:" to "File:" |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[File:Pygetraep.png|right|200px]] | |||
| | Pygetraep is a CLI based program, used to raep bandwidth. It is very similar to [[PyRAEP]], but differs on a few things. One, it is CLI only. This means that in the long run, it is probably more efficient. Second, it uses system() calls that are reletive to the OS. This means that it won't work on every system with python, just those unix-like os like mac, linux, etc. This, however, gives it the added benefit of closing down faster than pyraep (which uses built in python to close threads rather than kill command). <div> | ||
Pygetraep is a CLI based program, used to raep bandwidth. It is very similar to [[PyRAEP]], but differs on a few things. One, it is CLI only. This means that in the long run, it is probably more efficient. Second, it uses system() calls that are reletive to the OS. This means that it won't work on every system with python, just those unix-like os like mac, linux, etc. This, however, gives it the added benefit of closing down faster than pyraep (which uses built in python to close threads rather than kill command). | |||
= | =Mirrors= | ||
* [http://anonym.to/http://www.mediafire.com/?9ym1tsj4wtx Mediafire] | |||
* [http://anonym.to/http://rapidshare.com/files/98615765/pygetraep.tar.gz Rapidshare] | |||
* [[Dangerous Kitten]] | |||
[[Category:Tools]] | |||
{{tools}} | |||
Latest revision as of 23:36, 8 December 2024

Pygetraep is a CLI based program, used to raep bandwidth. It is very similar to PyRAEP, but differs on a few things. One, it is CLI only. This means that in the long run, it is probably more efficient. Second, it uses system() calls that are reletive to the OS. This means that it won't work on every system with python, just those unix-like os like mac, linux, etc. This, however, gives it the added benefit of closing down faster than pyraep (which uses built in python to close threads rather than kill command).