Skip to main content

Simple serial console switch configuration uploader.

Project description

# Serial Uploader

Simple script to upload switch configurations though a serial connection.

Just have the configuration that you want to upload in a file, and run:

sudo serial_uploader \
    --config-file my_switch_config.txt -
    --serial-device-path /dev/ttyUSB0

If you need user and password, you can pass the username, and the password will be prompted for:

sudo serial_uploader \
    --config-file my_switch_config.txt \
    --serial-device-path /dev/ttyUSB0 \
    --user myuser

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

serial_uploader-0.1.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

serial_uploader-0.1.1-py3-none-any.whl (11.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page