Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 868 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 868 Bytes

Install Scripts

These scripts are helper scripts for setting up cascoda software on linux systems.

FullInstall

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)

BRSetup

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)