hostΒΆ
The host package provides the core abstractions for running commands on local and remote machines.
- host.host
- otto.host.host.get_logging_command_output_enabled
- otto.host.host.is_dry_run
- otto.host.host.ShellCommand
- otto.host.host.RunResult
- otto.host.host.Host
- otto.host.host.BaseHost
- otto.host.host.HostFilter
- otto.host.host.SuppressCommandOutput
- host.remote_host
- host.unix_host
- otto.host.unix_host.UnixHost
- ip
- creds
- element
- os_type
- os_name
- os_version
- name
- user
- element_id
- board
- slot
- hw_version
- sw_version
- term
- is_virtual
- docker_capable
- transfer
- default_dest_dir
- max_filename_len
- ssh_options
- telnet_options
- sftp_options
- scp_options
- ftp_options
- nc_options
- command_frame
- snmp
- hop
- resources
- interfaces
- log
- log_stdout
- toolchain
- id
- rebuild_connections
- set_term_type
- set_transfer_type
- verify_connection
- close
- oneshot
- open_session
- send
- expect
- get
- put
- otto.host.unix_host.UnixHost
- host.embedded_host
- otto.host.embedded_host.EmbeddedHost
- ip
- element
- os_type
- os_name
- os_version
- name
- creds
- user
- element_id
- board
- slot
- is_virtual
- transfer
- filesystem
- command_frame
- loader
- default_dest_dir
- max_filename_len
- telnet_options
- snmp
- toolchain
- hop
- resources
- interfaces
- log
- log_stdout
- id
- verify_connection
- close
- oneshot
- open_session
- send
- expect
- get
- put
- load
- unload
- otto.host.embedded_host.ZephyrHost
- otto.host.embedded_host.EmbeddedHost
- host.local_host
- host.docker_host
- host.transfer
- otto.host.transfer.make_rich_progress_handler
- otto.host.transfer.make_rich_progress_factory
- otto.host.transfer.make_transfer_progress
- otto.host.transfer.validate_filename_lengths
- otto.host.transfer.BaseFileTransfer
- otto.host.transfer.NcPortStrategy
- otto.host.transfer.NcListenerCheck
- otto.host.transfer.FileTransfer
- host.embedded_transfer
- host.embedded_filesystem
- Built-in variants
- otto.host.embedded_filesystem.EmbeddedFileSystem
- otto.host.embedded_filesystem.NoFileSystem
- otto.host.embedded_filesystem.FatRamFileSystem
- otto.host.embedded_filesystem.LittleFsFileSystem
- otto.host.embedded_filesystem.register_filesystem
- otto.host.embedded_filesystem.build_filesystem
- host.session
- host.connections
- host.transport
- host.repeat
- host.telnet
- host.os_profile
- otto.host.os_profile.BaseFamily
- otto.host.os_profile.OsProfile
- otto.host.os_profile.register_host_class
- otto.host.os_profile.build_host_spec
- otto.host.os_profile.registered_host_specs
- otto.host.os_profile.build_host_class
- otto.host.os_profile.get_host_class
- otto.host.os_profile.register_os_profile
- otto.host.os_profile.build_os_profile
- otto.host.os_profile.get_os_profile
- otto.host.os_profile.registered_profile_names
- host.command_frame
- host.toolchain
- host.toolchain_discovery
- host.options
- otto.host.options.LocalPortForward
- otto.host.options.RemotePortForward
- otto.host.options.SocksForward
- otto.host.options.SshOptions
- otto.host.options.TelnetOptions
- otto.host.options.SftpOptions
- otto.host.options.ScpOptions
- otto.host.options.FtpOptions
- otto.host.options.NcOptions
- otto.host.options.TftpOptions
- otto.host.options.SnmpOptions
- host.interact