x
This website is using cookies. We use cookies to ensure that we give you the best experience on our website. More info. That's Fine
HPC:Factor Logo 
 
Latest Forum Activity

MP800 WinCE2 Now Posting on HPCFACTOR via WRP/RasPi

1 2 3
joval Page Icon Posted 2022-01-30 12:41 AM
#
Avatar image of joval
Subscribers
H/PC Sensei

Posts:
1,017
Location:
Northern California
Status:
C:Amie & Jake........

For Windows Installation go to https://github/tenox7/wrp/releases and download the wrp-386-windows.exe file ( or the wrp-amd64-windows.exe for 64 bit systems) That's All!

Open the download folder click on the file-name.exe and it runs in large screen mode... right there. (One caveat: server side requires Google Chrome browser)

I suggest you move it to a new WRP folder, right click on it and create a shortcut there==> right click on the shortcut and select properties==>on the first line / text box that ends with .exe add -g 640x2500x256 for J720 screen with 256 color, add -l :port if wish different port, apply, save. ==> click and it runs with your screen size.===>

Now, on the J720 open PIE4 and enter http://windows.ip.address:8080==>>you see a browser within PIE browser with box for URL and webpage size and small text box... which I used to paste this post into....

For auto-start just place a shortcut in the windows startup folder by pressing "win-key + R"==>run box type "shell:startup"==> startup folder appears... just paste shortcut. It should run after logging on....

Of course there are more Tips and Tricks...==> basically just download the "****.exe" and it runs right there in the download folder:.. no unzipping needed. Nada mas, hombres!

I posted this using WRP but then used my Windows 10 laptop to edit and change line spacing... which is an issue with WRP text I've yet to master.

Joval

Edited by joval 2022-01-30 5:06 AM




(WRP-Downloads.jpg)



(WRP-proxy browser.jpg)



Attachments
----------------
Attachments WRP-Downloads.jpg (262KB - 0 downloads)
Attachments WRP-proxy browser.jpg (218KB - 0 downloads)
 Top of the page
joval Page Icon Posted 2022-01-30 4:49 AM
#
Avatar image of joval
Subscribers
H/PC Sensei

Posts:
1,017
Location:
Northern California
Status:
Here are a few screenshots of WRP proxy on RasPi4 wirelessly connected to the J720 with NE2000 ethernet card short tethered to ethernet2wifi adapter (secure WPA2, faster, less power consumption).

Joval



(wrp-river.bmp)



(wrp-river1.bmp)



(wrp-rv2.bmp)



(wpr-rv3.bmp)



(wrp-blank.bmp)



Attachments
----------------
Attachments wrp-river.bmp (450KB - 0 downloads)
Attachments wrp-river1.bmp (450KB - 0 downloads)
Attachments wrp-rv2.bmp (450KB - 0 downloads)
Attachments wpr-rv3.bmp (450KB - 0 downloads)
Attachments wrp-blank.bmp (450KB - 0 downloads)
 Top of the page
C:Amie Page Icon Posted 2022-01-30 2:01 PM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
18,009
Location:
United Kingdom
Status:
I had a quick look at it. It actually can run using Brave or Edge, so Chrome isn't technically needed. The current build it just hard coded to use Chrome.

I've submitted a suggestion that they change that behaviour: https://github.com/tenox7/wrp/issues/96

If they agree, it would mean that it'll "just work" on any Windows install that ships with Edge, no other dependencies required.
 Top of the page
C:Amie Page Icon Posted 2022-01-30 2:42 PM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
18,009
Location:
United Kingdom
Status:
I also had a stab at making a more logical menu bar. This in intended for 640x240 devices. Copy it into a wrp.html file and pop it next to the WRP exe file, then exit and restart WRP. I've not tested it on CE, so it may need some finer tweaking, but should making inputting text a bit easier.

<HTML> <HEAD> <TITLE>WRP {{.URL}}</TITLE> </HEAD> <BODY BGCOLOR="{{.BgColor}}" style="margin: 0; padding: 0;"> <FORM ACTION="/" METHOD="POST"> <INPUT TYPE="SUBMIT" VALUE="Go"> <INPUT TYPE="SUBMIT" NAME="Fn" VALUE="Back"> <INPUT TYPE="SUBMIT" NAME="Fn" VALUE="Stop"> <INPUT TYPE="SUBMIT" NAME="Fn" VALUE="Refr"> <INPUT TYPE="TEXT" NAME="url" VALUE="{{.URL}}" SIZE="40"> <INPUT TYPE="HIDDEN" NAME="w" VALUE="610" SIZE="4"> <INPUT TYPE="HIDDEN" NAME="h" VALUE="210" SIZE="4"> Zoom <SELECT NAME="z"> <OPTION VALUE="0.7" {{ if eq .Zoom 0.7}}SELECTED{{end}}>0.7 x</OPTION> <OPTION VALUE="0.8" {{ if eq .Zoom 0.8}}SELECTED{{end}}>0.8 x</OPTION> <OPTION VALUE="0.9" {{ if eq .Zoom 0.9}}SELECTED{{end}}>0.9 x</OPTION> <OPTION VALUE="1.0" {{ if eq .Zoom 1.0}}SELECTED{{end}}>1.0 x</OPTION> <OPTION VALUE="1.1" {{ if eq .Zoom 1.1}}SELECTED{{end}}>1.1 x</OPTION> <OPTION VALUE="1.2" {{ if eq .Zoom 1.2}}SELECTED{{end}}>1.2 x</OPTION> <OPTION VALUE="1.3" {{ if eq .Zoom 1.3}}SELECTED{{end}}>1.3 x</OPTION> </SELECT> <INPUT TYPE="HIDDEN" NAME="t" VALUE="gif"> <!--T <SELECT NAME="t"> <OPTION VALUE="gif" {{ if eq .ImgType "gif"}}SELECTED{{end}}>GIF</OPTION> <OPTION VALUE="png" {{ if eq .ImgType "png"}}SELECTED{{end}}>PNG</OPTION> </SELECT> C <SELECT NAME="c"> <OPTION VALUE="2" {{ if eq .NColors 2}}SELECTED{{end}}>2</OPTION> <OPTION VALUE="16" {{ if eq .NColors 16}}SELECTED{{end}}>16</OPTION> <OPTION VALUE="64" {{ if eq .NColors 64}}SELECTED{{end}}>64</OPTION> <OPTION VALUE="128" {{ if eq .NColors 128}}SELECTED{{end}}>128</OPTION> <OPTION VALUE="256" {{ if eq .NColors 256}}SELECTED{{end}}>256</OPTION> </SELECT>--> <BR> Type <INPUT TYPE="TEXT" NAME="k" VALUE="" SIZE="4"> <INPUT TYPE="SUBMIT" VALUE="Send"> <INPUT TYPE="SUBMIT" NAME="Fn" VALUE="Backspace"> <INPUT TYPE="SUBMIT" NAME="Fn" VALUE="Enter"><!-- <INPUT TYPE="SUBMIT" NAME="Fn" VALUE="<"> <INPUT TYPE="SUBMIT" NAME="Fn" VALUE="^"> <INPUT TYPE="SUBMIT" NAME="Fn" VALUE="v"> <INPUT TYPE="SUBMIT" NAME="Fn" VALUE=">" SIZE="1">--> </FORM> <BR> {{if .ImgURL}} <A HREF="{{.MapURL}}"> <IMG SRC="{{.ImgURL}}" BORDER="0" ALT="Url: {{.URL}}, Size: {{.ImgSize}} PageHeight: {{.PageHeight}}" WIDTH="{{.ImgWidth}}" HEIGHT="{{.ImgHeight}}" ISMAP> </A> <P> {{end}} <!-- <FONT SIZE="-2"> <A HREF="/?url=https://github.com/tenox7/wrp/&w={{.Width}}&h={{.Height}}&s={{printf "%.1f" .Zoom}}&c={{.NColors}}&t={{.ImgType}}">Web Rendering Proxy {{.Version}}</A> | <A HREF="/shutdown/">Shutdown WRP</A> | <A HREF="/">Page Height: {{.PageHeight}}</A> | <A HREF="/">Img Size: {{.ImgSize}}</A> </FONT>--> </BODY> </HTML>
 Top of the page
joval Page Icon Posted 2022-01-31 2:06 AM
#
Avatar image of joval
Subscribers
H/PC Sensei

Posts:
1,017
Location:
Northern California
Status:
C:Amie: Hey, great job on the custom Menu! Very nice layout and I was quickly able to expand the text entry box to 40 characters...........................The scrolling worked better on the previous setup...the new one requires a page refresh for each J720 screen height....so I commented out your page dimension and used the -g 630x2500x250 option in the shortcut command line.In less than 7 seconds from my windows laptop the stock J720 with 32Mb will load the equivalent of 13 page lengths easily scrolled by pressing the space bar...snappy on stock J720 with NE2000 ethernet card/secure eth2wifi adapter/PIE4................................................Fantastic work on your part... opens up things for all kinds of tinkering.I think I would just go with 256 colors and add height and width to menus... some pages need it so you can resize it on the fly, etc....glad to know we're not tied to chrome too............can't get line spacing working right so using ".............." until and if....Thanks for your input/effort. This is so cool to be posting via WinCE!

Now I get it... line spacing hit "Rt" as in carriage return!

Edited by joval 2022-01-31 3:44 AM
 Top of the page
joval Page Icon Posted 2022-01-31 5:15 AM
#
Avatar image of joval
Subscribers
H/PC Sensei

Posts:
1,017
Location:
Northern California
Status:
This is being posted on a MobilePro 800 using an NE2000 ethernet card connected to a small ethernet to wifi adapter... so it's a secure wireless wpa2 setup. These MobilePro keyboards are simply delicious to type on... almost never and error, and so unlike the many errors I seem to earn on the Jornada 720. Anyone else agree... yes, Size matters
 Top of the page
joval Page Icon Posted 2022-01-31 5:36 AM
#
Avatar image of joval
Subscribers
H/PC Sensei

Posts:
1,017
Location:
Northern California
Status:
I'm trying to figure out how to enter text using the WRP-proxy which is a borwser windo within the , in this case, the extremely antiquated PIE3 browser... it is so bad that it won't render the simple Google search page... nada... just a blank page whereas the J729 PIE4 shows it nicely and even lets you view small images in http mode. I thought these HPC's were DOA, but here I am viewing the great and wonderful HPCFactor website and it is looking good!Seems I did make a few typos... what the heck is a J729? some kinda of airplane, I guess it should be a J720 afterall. Now let's if I can avoid overwriting my previous post... I'm having a bit of trouble with that issue. I subjected myself to the Covid Booster 2 days ago and so the HPC's kept me distracted while I was feeling rather yucky and sore all over especially yesterday... finally feeling better today and went out for a fancy lunch at a nice restaurant. All for now... let's see if I'm getting better at this!

Edited by joval 2022-01-31 5:47 AM
 Top of the page
joval Page Icon Posted 2022-01-31 6:34 AM
#
Avatar image of joval
Subscribers
H/PC Sensei

Posts:
1,017
Location:
Northern California
Status:
I'm back on the J720 here... trying out the 64 bit version of WRP on Windows... and it seems faster so I'm in the -g 640x0x256 mode where '0' means it will snapshot the entire web page, many J720 screen sizes long. I will count them ==> 47 screens long on this entire thread and entire webpage. Long web pages gum up the works and won't render giving a blank page, so more reliable to use -g 640x2500x256 IMO. Joval
 Top of the page
C:Amie Page Icon Posted 2022-01-31 7:50 AM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
18,009
Location:
United Kingdom
Status:
Quote
joval - 2022-01-31 2:06 AM

C:Amie: Hey, great job on the custom Menu! Very nice layout and I was quickly able to expand the text entry box to 40 characters...........................The scrolling worked better on the previous setup...the new one requires a page refresh for each J720 screen height....so I commented out your page dimension and used the -g 630x2500x250 option in the shortcut command line.In less than 7 seconds from my windows laptop the stock J720 with 32Mb will load the equivalent of 13 page lengths easily scrolled by pressing the space bar...snappy on stock J720 with NE2000 ethernet card/secure eth2wifi adapter/PIE4................................................Fantastic work on your part... opens up things for all kinds of tinkering.I think I would just go with 256 colors and add height and width to menus... some pages need it so you can resize it on the fly, etc....glad to know we're not tied to chrome too............can't get line spacing working right so using ".............." until and if....Thanks for your input/effort. This is so cool to be posting via WinCE!

Now I get it... line spacing hit "Rt" as in carriage return!
Don't comment the dimensions out, edit them to the values that you think work best and post the file code back for others!
 Top of the page
joval Page Icon Posted 2022-01-31 3:12 PM
#
Avatar image of joval
Subscribers
H/PC Sensei

Posts:
1,017
Location:
Northern California
Status:
C:Amie: It's difficult to explain unless you can see and compare the effect. as I mentioned some large webpages would take 47 refreshes to reach the bottom and there are 2 adjacent scroll bars... bit of a nightmare really, but I will look to see if there is a convenience.... maybe just setting page width and not height. for this thread it takes 3 refreshes to reach this reply box with page height set 2200... about 10x your setting... and would require 10 refreshes... so maybe I will tweak your size parameters and see, but 220 or so is onerous. There is a trade off with increased page height, takes longer to load but requires much fewer refreshes and vice versa. I'm still figurung things out... seems that color depth doesn't matter much for J720, but maybe for slow cpu MP800. That's the parameter I would lock down to 256 bit. The -g 640x2200x256 is a compromise for J720 but -g 780x2800x256 works better for MP800, both being set on shortcut as .exe parameters.The most convenient setting for height is "0" as it will scroll the full webpage in one refresh : -g 640x0x256 but not uncommonly overruns the buffer and you lose the page and have to start over--- also onerous. So there is probably some sweet spot to be determined.......... Joval on J720/WinCE/ethernet2wifi/PIE4

Edited by joval 2022-01-31 3:23 PM
 Top of the page
joval Page Icon Posted 2022-01-31 5:01 PM
#
Avatar image of joval
Subscribers
H/PC Sensei

Posts:
1,017
Location:
Northern California
Status:
Another thing everything you enter in the text box gets displayed on the server in terminal box... so no privacy that way. Also, if you use different port setting you should be able to have the server run multiple WRP session with settings for different HPC screen sizes, etc. Let's see if this comment will paste in the right place


The 64k color option does render pages faster than 256k as expected so color depth should be kept as an option afterall.

Edited by joval 2022-01-31 5:05 PM
 Top of the page
C:Amie Page Icon Posted 2022-01-31 5:30 PM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
18,009
Location:
United Kingdom
Status:
Definitely feed that back to the github, it's a good idea
 Top of the page
joval Page Icon Posted 2022-02-01 2:57 AM
#
Avatar image of joval
Subscribers
H/PC Sensei

Posts:
1,017
Location:
Northern California
Status:
Several WRP proxy servers running simultaneously on Window 10 laptop... each must use a different port ( using -l :port# option). The J720 can log onto each separately in a different PIE4 window so you can surf different sites simultateously .

Joval



Edited by joval 2022-02-01 2:59 AM




(Multi-Ports-WRP.jpg)



Attachments
----------------
Attachments Multi-Ports-WRP.jpg (321KB - 0 downloads)
 Top of the page
joval Page Icon Posted 2022-02-01 3:51 AM
#
Avatar image of joval
Subscribers
H/PC Sensei

Posts:
1,017
Location:
Northern California
Status:
The latest look and feel with FTXBrowserPIE4 WinCE multiple sites from different ports running on my Win10 laptop. joval ...on a J720/devuan/ethernet2wifi /RasPi/VNC Hybrid HPC

Edited by joval 2022-02-01 4:43 AM




(multiWRP.bmp)



Attachments
----------------
Attachments multiWRP.bmp (450KB - 0 downloads)
 Top of the page
C:Amie Page Icon Posted 2022-02-01 9:23 AM
#
Avatar image of C:Amie
Administrator
H/PC Oracle

Posts:
18,009
Location:
United Kingdom
Status:
I'd lose the footer completely as it doesn't serve any real purpose. But do post the HTML code for your layout for others
 Top of the page
1 2 3
Jump to forum:
Seconds to generate: 0.25 - Cached queries : 73 - Executed queries : 12