Skip to content

Commit

Permalink
Add script that switches to non-public (lib)renard version
Browse files Browse the repository at this point in the history
This non-public version contains the downlink scrambling algorithm
  • Loading branch information
Jeija committed Dec 15, 2018
1 parent 6add97a commit dc2c154
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ downlink/*
!downlink/*.py
!logo.svg
!*screenshot.png
!*.sh
13 changes: 13 additions & 0 deletions enable_downlink.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
# This script switches to a version of librenard that implements the
# downlink (de)scrambling algorithm. This version is not publicly accessible.

CWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

cd $CWD
rm -rf renard
git clone https://github.com/Jeija/renard-full renard
cd renard
git clone https://github.com/Jeija/librenard-full librenard
make
cd ..

0 comments on commit dc2c154

Please sign in to comment.