The installation scripts and manuals for using AES67 on Raspberry Pi with Ubuntu are archived in this repository.
Patrick Carroll
7 days ago 7074975ed4a8f7ca2de448c0dcde159b8676534e
commit | author | age
f4be2d 1 #!/bin/sh
P/TD 2
3 echo "Step one: requires admin rights and will reboot the system!"
4
5 sudo -s
6
7 #Install NVM
8 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
9
10 export NVM_DIR="$HOME/.nvm"
11 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
12 [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
13
14
15 Echo "Step 2 - please confirm the installations"
16
17 nvm install 13
18
19 apt install make
20 apt install gcc
21 apt install cmake
22 apt install python3
23
24 cd node-modules
25 npm install audify 
26 cd ..
27 cd
28
29
30 apt install unzip
31
32 wget https://github.com/almoghamdani/audify/archive/refs/heads/master.zip
33 mv master.zip audify.zip
34 unzip audify.zip
35 cd audify-master
36
37 git clone https://github.com/teletype1/aes67-sender-enhanced.git
38 cd aes67-sender-enhanced
39 npm install
40
41 node aes67 --help