Skip to content

Releases: technosf/Connect-O-Matic

Connect-O-Matic v1.2.0

30 Nov 23:43
Compare
Choose a tag to compare

Added switches to:

  • test connections to/from local interfaces if they are included in the hosts parameter. Otherwise they are now ignored, allowing the same host set to be used accross hosts without redundant results in the output.
  • set the number of connection attemps - defaults to 5.
  • output results as JSON instead of CSV.
  • POST results to an URI as a JSON payload, i.e. to get the results into an object DB.
  • quiet version and summary output.
  • dry-run, resolving endpoints but not testing/connecting to them.

Connect-O-Matic v1.1.1

18 Oct 01:37
Compare
Choose a tag to compare

Support for port ranges in the input parameters. If a consecutive range of ports is to be tested, rather than having to list every port individually, they can be specified with a range: startport-endport

Connect-O-Matic v1.1.0

23 Feb 00:36
Compare
Choose a tag to compare

Added summary of connection tries to the result header.
Added min and max connection times to .CSV
Corrected an error in the connection time math.

Connect-O-Matic v1.0.1

10 Aug 18:49
b0067b7
Compare
Choose a tag to compare

Connect-O-Matic - Finessed Initial Release
Basic discovery of local interfaces and connection testing from a given local interface to remote host and port, providing connection results and average connection timings in .csv format

Connect-O-Matic v1.0.0

07 Aug 21:54
Compare
Choose a tag to compare

Connect-O-Matic - Initial Release
Basic discovery of local interfaces and connection testing from a given local interface to remote host and port, providing connection results and average connection timings.