mirror of
https://github.com/EnderIce2/SDR-RPC.git
synced 2025-05-25 19:44:27 +00:00
parent
139af9bdcf
commit
a1bbdfc1a6
75
README.md
75
README.md
@ -1,43 +1,28 @@
|
||||

|
||||

|
||||

|
||||
[](https://app.codacy.com/gh/EnderIce2/SDR-RPC?utm_source=github.com&utm_medium=referral&utm_content=EnderIce2/SDR-RPC&utm_campaign=Badge_Grade_Settings)
|
||||
[](https://www.codefactor.io/repository/github/enderice2/sdr-rpc)
|
||||
[](https://twitter.com/intent/follow?screen_name=enderice22)
|
||||
# SDR-RPC
|
||||
|
||||
SDR-RPC is an [SDRSharp](https://airspy.com/download/) plugin that adds Discord RPC feature in it
|
||||
**SDR-RPC** is a plugin for [SDRSharp](https://airspy.com/download/) that integrates Discord Rich Presence (RPC) to provide live updates about your SDRSharp activities directly in Discord.
|
||||
|
||||
---
|
||||
|
||||
### ✨Features
|
||||
- 🎛Enable / Disable
|
||||
- ✏Showing frequency, play state and RDS almost in realtime
|
||||
- 🔌Most of the code is made asynchronous
|
||||
- 📖Logging for troubleshooting problems
|
||||
- 🔨Easy to install
|
||||
## ✨Features
|
||||
- ✏Displays **frequency, playback state, and RDS information**
|
||||
- 🔌Optimized with **asynchronous code** for smoother performance
|
||||
- 📖**Logging** to help troubleshoot issues
|
||||
- 🔨**Simple installation** process
|
||||
|
||||
---
|
||||
## 🎁How to install + Demo
|
||||
|
||||
### 🎁How to install
|
||||
📽**Watch the video:**
|
||||
|
||||
📽Video:
|
||||
[](https://youtu.be/OOnt8ytrDc0 "")
|
||||
|
||||
[](http://www.youtube.com/watch?v=Otn-xSn_ioI "")
|
||||
## 💻Building from Source
|
||||
|
||||
---
|
||||
|
||||
### 🎫Example
|
||||
|
||||
📽Video:
|
||||
|
||||
[](http://www.youtube.com/watch?v=7k02dPqAjBA "")
|
||||
|
||||
---
|
||||
|
||||
### 💻Building by yourself
|
||||
|
||||
1. You need to download this stuff before compiling:
|
||||
### Prerequisites
|
||||
Before you start, ensure you have the following:
|
||||
- [Visual Studio 2019](https://visualstudio.microsoft.com/vs/)
|
||||
- [.NET 4.6](https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net46-developer-pack-offline-installer)
|
||||
- [SDRSharp Plugin SDK](https://airspy.com/?ddownload=5944)
|
||||
@ -45,40 +30,44 @@ SDR-RPC is an [SDRSharp](https://airspy.com/download/) plugin that adds Discord
|
||||
- SDRSharp.PanView.dll
|
||||
- SDRSharp.Radio.dll
|
||||
|
||||
2. Click "Code" and select "Open with Visual Studio" or "Download ZIP"
|
||||
### Steps
|
||||
|
||||
1. Clone the repository or download it as a ZIP file.
|
||||
- To clone: Click **Code** and select "Open with Visual Studio".
|
||||
- To download: Select "Download ZIP", extract the archive, and open `SDRSharpPlugin.DiscordRPC.sln`.
|
||||
|
||||

|
||||
|
||||
3. If you downloaded as ZIP, unzip the archive and double click on "SDRSharpPlugin.DiscordRPC.sln"
|
||||
4. Build it and move files to SDR# location (if the compile fails try copying Reference files into /bin/Debug or /bin/Release folder)
|
||||
2. Build the solution in Visual Studio.
|
||||
- If compilation fails, try moving reference files to the `/bin/Debug` or `/bin/Release` folder.
|
||||
|
||||
---
|
||||
3. Copy the compiled files to the SDR# installation directory.
|
||||
|
||||
### 👀Setting your custom images on RPC
|
||||
## 👀Customizing RPC Images
|
||||
|
||||
1. Go to https://discord.com/developers/applications and create your own application
|
||||
2. Name it "SDRSharp" or something similar
|
||||
1. Visit the [Discord Developer Portal](https://discord.com/developers/applications) and create a new application.
|
||||
- Name it “SDRSharp” or something similar.
|
||||
|
||||

|
||||

|
||||
|
||||
3. Go to Rich Presence > Rich Presence Assets and add your own images with these names:
|
||||
2. Navigate to **Rich Presence > Assets** and upload your images.
|
||||
- Use descriptive names for easy reference.
|
||||
|
||||

|
||||

|
||||
|
||||
4. Go back to General Information and copy Client ID
|
||||
3. Go to **General Information** and copy the **Client ID**.
|
||||
|
||||

|
||||
|
||||
5. Paste the Client ID you copied earlier in plugin textbox from SDRSharp and press the ENTER key
|
||||
4. Paste the Client ID into the plugin textbox in SDRSharp and press **ENTER**.
|
||||
|
||||

|
||||
|
||||
6. Restart the SDRSharp and it should be changed with your custom images
|
||||
5. Restart SDRSharp. Your custom images will now appear in Discord.
|
||||
|
||||
---
|
||||
|
||||
### 📕TODO List
|
||||
## 📕Roadmap
|
||||
|
||||
### Planned Features
|
||||
- Invite people to get Spy Server Address or connecting via voice chat system to listen and having the ability to change the frequency
|
||||
- Change Settings Panel to match SDR# theme
|
||||
- Show "Listening" instead of "Playing"
|
||||
|
Loading…
x
Reference in New Issue
Block a user