These scripts are helper scripts for setting up cascoda software on linux systems.
This script installs the cascoda-sdk on a linux system that uses apt (such as debian/ubuntu) and builds it. It can be run using the RaspiFullInstall.sh
script, or using one of the following one liners:
bash <(curl -Ls https://raw.githubusercontent.com/Cascoda/install-script/master/RaspiFullInstall.sh)
or
bash <(curl -Ls cascoda.com/scripts/fullinstall)
This script sets up a Raspberry Pi with Cascoda Pi Hat as an openthread border router. It can be run using the RaspiBRSetup.sh
script, or using one of the following one liners:
bash <(curl -Ls https://raw.githubusercontent.com/Cascoda/install-script/master/RaspiBRSetup.sh)
or
bash <(curl -Ls cascoda.com/scripts/brsetup)