Skip to content

Add documentation for running the pyMC converter script to retain existing repeater private key. #21

@Hamish-Moore

Description

@Hamish-Moore

If you have an existing repeater and with to migrate to ultrapeater; whilst retaining your existing private key
The pyMC (dev) branch contains a script.
The script is run on your Luckfox Pico device via ssh.
Instructions:
SSH into your device ssh username@
navigate to a temp directory cd /tmp
pull the script curl -L -o convert_firmware_key.sh https://raw.githubusercontent.com/rightup/pyMC_Repeater/dev/convert_firmware_key.sh
make it executable chmod +x convert_firmware_key.sh

You may want to back up your existing config, which you can do with the webui or in the terminal

Run the script sudo /tmp/convert_firmware_key.sh YOUR_128_HEX_KEY1
The hex key is the private key from your old device
When the script runs, it updates the config file and asks if you want to restart the service.
Job done

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions