In the second video of our four-part series, you'll learn how to install SAS Event Stream Processing for Edge Computing.
Execute the following on the Ubuntu machine
cd /home/administrator/Downloads/mirrormgr-linux
chmod +x mirrormgr
chmod +x edge_mirror.sh
./edge_mirror.sh aarch64-ubuntu-linux-16
In the example below 192.168.68.119 is the IP address of the Jetson device
# Create deploy folder on Jetson device
ssh jetson@192.168.68.119
mkdir deploy
exit
# Move files to the Jetson
cd Downloads/
cd mirrormgr-linux/
scp -r espedge_repos/ jetson@192.168.68.119:/home/jetson/deploy
# Install packages on Jetson
ssh jetson@192.168.68.119
sudo apt install /home/jetson/deploy/espedge_repos/aarch64-ubuntu-linux-16/basic/*
sudo apt install /home/jetson/deploy/espedge_repos/aarch64-ubuntu-linux-16/analytics/*
sudo apt install /home/jetson/deploy/espedge_repos/aarch64-ubuntu-linux-16/astore/*
sudo apt install /home/jetson/deploy/espedge_repos/aarch64-ubuntu-linux-16/textanalytics/*
sudo apt install /home/jetson/deploy/espedge_repos/aarch64-ubuntu-linux-16/gpu/*
SASViyaV4_9CMN6Y_stable_2021.1.6_license_2021-11-15T154936.jwt is the name of our license file in the example below, replace it with the name of your license file.
cd /home/administrator/Downloads/mirrormgr-linux
scp SASViyaV4_9CMN6Y_stable_2021.1.6_license_2021-11-15T154936.jwt jetson@192.168.68.119:/home/jetson/deploy
ssh jetson@192.168.68.119
sudo mv /home/jetson/deploy/SASViyaV4_9CMN6Y_stable_2021.1.6_license_2021-11-15T154936.jwt /opt/sas/viya/home/SASEventStreamProcessingEngine/etc/license/
export DFESP_HOME=/opt/sas/viya/home/SASEventStreamProcessingEngine/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$DFESP_HOME/ssl/lib:$DFESP_HOME/lib:/opt/sas/viya/home/SASFoundation/sasexe:/usr/lib
export PATH=$PATH:$DFESP_HOME/bin
dfesp_xml_server -http 31415 -pubsub 31416
More details about the deployment can be found in the documentation
Part 3: Retrieving webcam footage
Part 4: Object detection on webcam footage
Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.
The rapid growth of AI technologies is driving an AI skills gap and demand for AI talent. Ready to grow your AI literacy? SAS offers free ways to get started for beginners, business leaders, and analytics professionals of all skill levels. Your future self will thank you.