https://github.com/beeven/ds3-savebackup-cloud
https://github.com/beeven/ds3-savebackup-cloud
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/beeven/ds3-savebackup-cloud
- Owner: beeven
- Created: 2022-11-15T09:29:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T02:57:04.000Z (over 3 years ago)
- Last Synced: 2025-01-24T09:29:00.588Z (over 1 year ago)
- Language: C#
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DS3 SaveBackup
======
Steam deck plugin - DS3 SaveBackup - OneDrive plugin.
Plugin starts up the backend and communicate with it via unix socket.
## Protocol
Python as server, starts up a unix socket as `/tmp/ds3savebackup.sock`, wait for connection.
```json
{
"register": {
"name": "onedrive"
}
}
```
```json
{
"command": "GetAccounts"
}
```