Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blankparticle/arrpc-rs
🦀 A Rust implementaion of OpenAsar/arrpc
https://github.com/blankparticle/arrpc-rs
arrpc discord ipc rust websocket
Last synced: 4 days ago
JSON representation
🦀 A Rust implementaion of OpenAsar/arrpc
- Host: GitHub
- URL: https://github.com/blankparticle/arrpc-rs
- Owner: BlankParticle
- License: mit
- Created: 2024-01-05T13:42:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T06:32:17.000Z (10 months ago)
- Last Synced: 2024-10-17T19:19:07.598Z (22 days ago)
- Topics: arrpc, discord, ipc, rust, websocket
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦀 arRPC-rs
A rust implementation of [OpenAsar/arrpc](https://github.com/OpenAsar/arrpc).
---
# ❄️ Installation
This Project is still in development, so don't use it now.
# 🏗️ Features
The Goal of this project is to implement all features of discord RPC protocol.
- [x] Handshake (Faked for now)
- [x] Bridge Server
- [x] IPC Server (Partial)
- [ ] Websocket Server
- [ ] Process Detection
- [ ] All Commands
- [ ] Systemd Deamon
- [ ] Windows Support# 📜 License
This project is licensed under the [MIT License](https://github.com/BlankParticle/arrpc-rs/blob/main/LICENSE).