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
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 /tmppull the script
curl -L -o convert_firmware_key.sh https://raw.githubusercontent.com/rightup/pyMC_Repeater/dev/convert_firmware_key.shmake it executable
chmod +x convert_firmware_key.shYou 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_KEY1The 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