Skip to content

Releases: merci-libre/python-sat

Stable-v2.0.0

25 Nov 02:33

Choose a tag to compare

ServerAdminTool v2.0

WOAH BIG VERSION JUMP!

Sat 2.0 got updated to a major version because of a change in performance,
and a few major bug fixes.

Changes

Connectivity.py library

  • Optimized port scanning function:
    • Port scanner now spawns a thread per port in the .toml file.
    • Fixes issue #11; where Firewalled ports would cause a timeout.

MainThread/Arguments

  • Default timeout for the main thread to join is now 1 second.
  • Changed how the thread timer works for __join_threads() within the main thread.

Bug Fixes:

  • Fixed a bug where if one port would not connect, causing the program to hang, and not scan any ports.

Version 1.3

24 Nov 20:26

Choose a tag to compare

Changes:

  • Builds of new wheel files now in releases, rather than spamming builds in the root directory.
  • Changed library layout of the sat/modules project directory.