hamtsolo: Intel AMT serial-over-lan (SOL) client

[ bsd3, network, program ] [ Propose Tags ]

hamtsolo lets you connect to Intel computers with enabled AMT and establish a serial-over-lan (SOL) connection.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4
Dependencies async (>=2.1), attoparsec (>=0.13), attoparsec-binary (>=0.2), base (>=4.10 && <5), binary (>=0.8), bytestring (>=0.10), conduit (>=1.2), conduit-combinators (>=1.1), conduit-extra (>=1.2), exceptions (>=0.8), optparse-applicative (>=0.14), resourcet (>=1.1), stm-conduit (>=3.0), unix (>=2.7), word8 (>=0.1) [details]
License BSD-3-Clause
Copyright 2017 Jacek Galowicz
Author Jacek Galowicz
Maintainer jacek@galowicz.de
Category Network
Home page https://github.com/tfc/hamtsolo#readme
Source repo head: git clone https://github.com/tfc/hamtsolo
Uploaded by jgalowicz at 2018-01-17T17:35:25Z
Distributions LTSHaskell:1.0.4, NixOS:1.0.4, Stackage:1.0.4
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hamtsolo
Downloads 2754 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2018-01-17 [all 3 reports]

Readme for hamtsolo-1.0.2

[back to package description]

hamtsolo

Build Status

Connect to an Intel computer with enabled AMT and establish a serial-over-lan (SOL) connection.

Does not support encryption. (Use Intel ME in small business mode.)

Usage

hamtsolo - An Intel AMT Serial-Over-LAN (SOL) client

Usage: hamtsolo [-u|--user <user>] [-p|--pass <password>] [--port <port>] <host>
  hamtsolo lets you connect to Intel computers with enabled AMT and establish a
  serial-over-lan (SOL) connection.

Available options:
  -h,--help                Show this help text
  -u,--user <user>         Authentication user name (default: "admin")
  -p,--pass <password>     Authentication password (default: "Password123!")
  --port <port>            TCP connection port (default: 16994)
  <host>                   AMT host to connect to