How-To Install WRP on DreamPi - Dreamcast web browsers on the modern web.

Online games, how to get online, and anything involving Dreamcast online can be discussed here.

Moderator: pcwzrd13

User avatar
Rolly
letterbomb
Posts: 158
Contact:

Re: How-To Install WRP on DreamPi - Dreamcast web browsers on the modern web.

Post#11 » Fri Oct 16, 2020 5:30 pm

Wow! Great news and great tutotial guys!
Can't wait to try this on my Dreamcast !
And time to spread the news ;)

User avatar
cm1ck
shadow
Posts: 12

Re: How-To Install WRP on DreamPi - Dreamcast web browsers on the modern web.

Post#12 » Fri Oct 30, 2020 8:49 pm

I'll be using this. Great tutorial!

User avatar
hawkzer0
dirty sailor
Posts: 178

Re: How-To Install WRP on DreamPi - Dreamcast web browsers on the modern web.

Post#13 » Mon Nov 02, 2020 11:11 am

This is awesome! Def guna be trying this today. Thanks for the guide!
WELCO
METOT
HENEX
TLEVEL

99bubby
noob
Posts: 4

Re: How-To Install WRP on DreamPi - Dreamcast web browsers on the modern web.

Post#14 » Tue Nov 10, 2020 9:19 am

Thank you for the tutorial. I can’t wait to try this out.


Sent from my iPad using Tapatalk

SMiTH
Black Mesa
Posts: 1492

Re: How-To Install WRP on DreamPi - Dreamcast web browsers on the modern web.

Post#15 » Fri Nov 20, 2020 4:51 pm

deluxux, tbh I don't think you realize what you are capable of doing. I think you can easily create many awesome things for the community. This is a super cool tutorial and thanks to you and mr neo for it.

User avatar
Anthony817
Shark Patrol
Posts: 4009

Re: How-To Install WRP on DreamPi - Dreamcast web browsers on the modern web.

Post#16 » Fri Nov 20, 2020 4:57 pm

Ah he knows. I keep telling him how appreciated the Bleem project is he is working on. He said he has 900 more games to go through and test. So that is no small undertaking.
Image

User avatar
Xiden
Developer
Posts: 2219

Re: How-To Install WRP on DreamPi - Dreamcast web browsers on the modern web.

Post#17 » Tue Nov 24, 2020 11:39 pm

deluxux wrote:https://github.com/tenox7/wrp/

A browser-in-browser "proxy" server that allows to use historical / vintage web browsers on the modern web. It works by rendering a web page in to a GIF or PNG image with clickable imagemap.
I suggest setting up SSH so you can copy/paste this right in save yourself lots of time.
https://www.raspberrypi.org/documentati ... ccess/ssh/

First thing to do is "Expand The Filesystem" So we can have the full space of our SD card.

Code: Select all

sudo raspi-config

Pick Option 7 - Advanced Options
Pick Option 1 - Expand File System
Tab over to the Finish button and Reboot.

Next thing to do is update our Pi to the latest softwares.

Code: Select all

sudo apt update

Code: Select all

sudo apt upgrade


Now we are going to install the parts needed for a Graphical Desktop and the Chromium Web Browser

Code: Select all

sudo apt-get install xinit xserver-xorg raspberrypi-ui-mods chromium-browser


Now to download the WRP software

Code: Select all

wget https://github.com/tenox7/wrp/releases/download/4.5.1/wrp-arm-linux


Change it to be allowed to run as a program

Code: Select all

chmod +x wrp-arm-linux


Next edit the /etc/rc.local file with nano so this runs on boot of the Pi

Code: Select all

sudo nano /etc/rc.local


Add this line in under the other stuff but before the "exit 0"

Code: Select all

/home/pi/wrp-arm-linux -t png -g 640x480x32 &


Just have an empty line before and after the added line, my file looks like this

Code: Select all

# Print the IP address
_IP=$(hostname -I) || true
if [ "$_IP" ]; then
  printf "My IP address is %s\n" "$_IP"
fi

/home/pi/wrp-arm-linux -t png -g 640x480x32 &

exit 0

Press CTRL+X to exit, Press Y to save changes.

Reboot the Pi

Code: Select all

sudo reboot -n


Now learn what the IP of the Pi is write it down,

Code: Select all

hostname -I


For me its 192.168.1.226
So in my WebBrowser I go to http://192.168.1.226:8080

Thanks to mrneo240 for Telling me about this!
Not only do you have a nice new way to websurf on the Dreamcast the DreamPi is now ready for desktop use as well.
20201014_180942.jpg
Screenshot-2.pngScreenshot-4.png


You could further simplify the url by adding that ip to your dnsmasq config file and resolve it whatever url u want so you don't have to memorize the ip :)

User avatar
Xiden
Developer
Posts: 2219

Re: How-To Install WRP on DreamPi - Dreamcast web browsers on the modern web.

Post#18 » Fri Nov 27, 2020 4:04 pm

Tried doing this on my pi but unfortuneatly I couldn't it to work. All I get is exec: "google-chrome": executable file not found in $PATH errors when I try to enter a address.

I've tried to reinstall chromium but it fails to install again so not sure whats up.

User avatar
deluxux
Black Mesa
Posts: 1400

Re: How-To Install WRP on DreamPi - Dreamcast web browsers on the modern web.

Post#19 » Fri Nov 27, 2020 4:22 pm

Did you "expand the filesystem" ? Dreampi is only using a 2gb partition even when you have a bigger sd card with about 300mb freespace...
Also did you update and upgrade? If you don't it might be sending you older packages.
Takes about 1gb because its installing the full desktop basically,

User avatar
Xiden
Developer
Posts: 2219

Re: How-To Install WRP on DreamPi - Dreamcast web browsers on the modern web.

Post#20 » Fri Nov 27, 2020 4:23 pm

deluxux wrote:Did you "expand the filesystem" ? Dreampi is only using a 2gb partition even when you have a bigger sd card with about 300mb freespace...
Also did you update and upgrade? If you don't it might be sending you older packages.
Takes about 1gb because its installing the full desktop basically,


I had to run sudo apt-get upgrade and then re-installed that package and now everything works :)

  • Similar Topics
    Replies
    Views
    Last post

Return to “Online”

Who is online

Users browsing this forum: No registered users