No project description provided
Project description
Network drivers
jumpstarter-driver-network provides functionality for interacting with network
servers and connections, redirecting DUT network services to the client handling
the lease.
Installation
:substitutions:
$ pip3 install --extra-index-url {{index_url}} jumpstarter-driver-network
Configuration
Example configuration:
export:
network:
type: jumpstarter_driver_network.driver.TcpNetwork
config:
host: 192.168.1.2
port: 5201
enable_address: true
Config parameters
| Parameter | Description | Type | Required | Default |
|---|---|---|---|---|
| host | Hostname or IP address of the DUT | str | yes | |
| port | Port number of the DUT service to connect to | int | yes | |
| enable_address | Whether to enable address mode (reporting the address of the client) | bool | no | true |
API Reference
Network driver classes:
.. autoclass:: jumpstarter_driver_network.driver.TcpNetwork()
.. autoclass:: jumpstarter_driver_network.driver.UdpNetwork()
.. autoclass:: jumpstarter_driver_network.driver.UnixNetwork()
.. autoclass:: jumpstarter_driver_network.driver.EchoNetwork()
Client API:
.. autoclass:: jumpstarter_driver_network.client.NetworkClient()
:members:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jumpstarter_driver_network-0.8.1.tar.gz.
File metadata
- Download URL: jumpstarter_driver_network-0.8.1.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
215fdb34f1830e8e9bad6db2077a8eaccbb6404c5481d1541818382bd2b8eda4
|
|
| MD5 |
0e96fd3209e23c21c0c6fc4b65592700
|
|
| BLAKE2b-256 |
a2e6f0cc4fb1dbf75c0bb1efe08eb518fabdbffc1d480d9a72c0606dfdc0ec82
|
File details
Details for the file jumpstarter_driver_network-0.8.1-py3-none-any.whl.
File metadata
- Download URL: jumpstarter_driver_network-0.8.1-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33aa3f1c55a1423790fd4ddd077932a3731ce9dd339362b6223ed76b80761d0a
|
|
| MD5 |
0076402b9d7aa57d8961089b50ecf68b
|
|
| BLAKE2b-256 |
967afda5672eabdd790eac7fad15f905004af8f754d33ebdde496812bdfe5f76
|