Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sh123 committed Apr 29, 2023
1 parent bc93207 commit 6f2b98c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Remote-SDR
Slightly modified version of F1ATB Remote-SDR adopted for RPI4 64 bit usage and disabled GPIO controls.

## Installation
```
git clone https://github.com/sh123/Remote-SDR
Expand All @@ -7,6 +9,7 @@ sudo chmod 755 /etc/systemd/system/remsdr.service
sudo cp -r remsdr /
sudo curl -sL https://deb.nodesource.com/setup_16.x | bash -
sudo apt install nodejs npm
sudo apt install gnuradio
cd /remsdr
sudo npm install
sudo openssl req -x509 -nodes -days 365 -newkey rsa:4096 -keyout selfsigned.key -out selfsigned.crt
Expand Down

0 comments on commit 6f2b98c

Please sign in to comment.