Raspberry PI: Difference between revisions

From My Limbic Wiki
No edit summary
Line 24: Line 24:
sudo dpkg -i parsec-rpi.deb
sudo dpkg -i parsec-rpi.deb


#Run with
# Run with
parsecd  
parsecd  
# If you prefer to run the Parsec Application headless, type parsecd peer_id=YOUR_PEER_ID from any directory.
# You can find your Peer ID from the Parsec application on your computer and right clicking the computer with the crown.
</source>
</source>

Revision as of 03:58, 23 May 2020

Configuration

  • Allow SSH connection to Raspberry without any screen: Create "SSH" file without extension to the root of the SD Card
  • Find Raspberry IP Adress

<source lang="shell"> ping raspberrypi -4 </source>

Connect

  • Putty
  • URL: raspberrypi.local
  • login: pi
  • Password: raspberrry

Installer SteamLink

<source lang="shell"> sudo apt update sudo apt install steamlink </source>

Client Side

  • Settings > Remote play > Pair Steam Link

Installer Parsec Client

<source lang="shell"> wget https://s3.amazonaws.com/parsec-build/package/parsec-rpi.deb sudo dpkg -i parsec-rpi.deb

  1. Run with

parsecd

  1. If you prefer to run the Parsec Application headless, type parsecd peer_id=YOUR_PEER_ID from any directory.
  2. You can find your Peer ID from the Parsec application on your computer and right clicking the computer with the crown.

</source>