• Stars
    star
    160
  • Rank 234,056 (Top 5 %)
  • Language
    Rust
  • License
    MIT License
  • Created about 3 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

get yourself some updates for those ps3 games, will ya?

rusty-psn

A simple tool to grab updates for PS3 games, directly from Sony's servers using their updates API. Available for both Linux and Windows, in both GUI and CLI alternatives.

The Linux GUI build might need some extra dependencies installed to work. According to egui's README:

  • Ubuntu:
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
  • Fedora:
dnf install clang clang-devel clang-tools-extra speech-dispatcher-devel libxkbcommon-devel pkg-config openssl-devel libxcb-devel
  • Arch Linux (guesswork from looking at Ubuntu's package, my terminal history doesn't go that far):
sudo pacman -S libxcb libxkbcommon

Docker

Use the supplied Dockerfile to run the rusty-psn CLI on Linux or macOS. Build and run as follows:

docker build . -t rusty-psn
docker run --rm -v ${PWD}/pkgs:/rusty-psn/pkgs rusty-psn

Screenshots

  • GUI Build:

GUI Screenshot

  • CLI Build:

CLI Screenshot