Metadata-Version: 2.1
Name: mmcterm
Version: 0.0.1
Summary: Serial over IPMB terminal for DESY MMCs
Home-page: https://techlab.desy.de
Author: Patrick Huesmann
Author-email: patrick.huesmann@desy.de
License: BSD
Description: # mmcterm
        
        Terminal for the custom "serial over IPMB" protocol used by DESY MMC.
        
        ## Usage
        
        ```
        $ mmcterm [-h] [-v] [-c CHANNEL] [-l] [-d] [-i] mch_addr mmc_addr
        
        DESY MMC Serial over IPMB console
        
        positional arguments:
          mch_addr              IP address or hostname of MCH
          mmc_addr              IPMB-L address of MMC
        
        optional arguments:
          -h, --help            show this help message and exit
          -v, --version         show program's version number and exit
          -c CHANNEL, --channel CHANNEL
                                console channel
          -l, --list            list available channels
          -d, --debug           pyipmi debug mode
          -i, --ipmitool        make pyipmi use ipmitool instead of native rmcp
        ```
        
Keywords: microtca mmc ipmi ipmb console
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6
Description-Content-Type: text/markdown
