Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tfc/hamtsolo
Intel AMT Serial-Over-LAN (SOL) client
https://github.com/tfc/hamtsolo
amt intel serial serial-over-lan sol
Last synced: 2 months ago
JSON representation
Intel AMT Serial-Over-LAN (SOL) client
- Host: GitHub
- URL: https://github.com/tfc/hamtsolo
- Owner: tfc
- License: bsd-3-clause
- Created: 2017-02-11T19:12:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T11:12:05.000Z (11 months ago)
- Last Synced: 2024-03-23T12:49:06.839Z (10 months ago)
- Topics: amt, intel, serial, serial-over-lan, sol
- Language: Haskell
- Homepage:
- Size: 397 KB
- Stars: 13
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hamtsolo
[![Build Status](https://travis-ci.org/tfc/hamtsolo.svg?branch=master)](https://travis-ci.org/tfc/hamtsolo)
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
```bash
hamtsolo - An Intel AMT Serial-Over-LAN (SOL) clientUsage: hamtsolo [-u|--user ] [-p|--pass ] [--port ]
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 Authentication user name (default: "admin")
-p,--pass Authentication password (default: "Password123!")
--port TCP connection port (default: 16994)
AMT host to connect to
```