
Web browsing with CosmosEx?
Moderators: Jookie, Moderator Team
Re: Web browsing with CosmosEx?
Ah... QWK.... brings back memory.... 

My Stuff: FB/Falcon CT63 CTPCI ATI RTL8139 USB 512MB 30GB HDD CF HxC_SD/ TT030 68882 4+32MB 520MB Nova/ 520STFM 4MB Tos206 SCSI
Shared SCSI Bus:ScsiLink ethernet, 9GB HDD,SD-reader @ http://phsw.atari.org
My Atari stuff for sale - click here for list
Shared SCSI Bus:ScsiLink ethernet, 9GB HDD,SD-reader @ http://phsw.atari.org
My Atari stuff for sale - click here for list
Re: Web browsing with CosmosEx?
I also used Okami for a while. Powerful stuff, but insanely difficult to set up.
Jo Even
VanillaMiNT - Firebee - Falcon060 - Milan060 - Falcon040 - MIST - Mega ST - STM - STE - Amiga 600 - Sharp MZ700 - MSX - Amstrad CPC - C64
VanillaMiNT - Firebee - Falcon060 - Milan060 - Falcon040 - MIST - Mega ST - STM - STE - Amiga 600 - Sharp MZ700 - MSX - Amstrad CPC - C64
-
- Hardware Guru
- Posts: 2276
- Joined: Sat Sep 10, 2005 11:11 am
- Location: Kosice, Slovakia
- Contact:
Re: Web browsing with CosmosEx?
Ouch. :) IIRC ping can be told to do only N pings and stop. But the important thing is whether its working (i.e. your internet setup is OK and it's really a bug in CE_STING) or not (and you have to debug it).xfalcon wrote:I tried it, but how can I stop ping? If I press control+C, CE_CONF return to desktop.mikro wrote: If you run CE_CONF, press F8 (console), can you ping something from the RPi's command line?
Re: Web browsing with CosmosEx?
Thanks. That helps a lot.mikro wrote: Ouch.IIRC ping can be told to do only N pings and stop.
The internet setup of the Raspberry seems to be Ok.
I have made a screenshot

You do not have the required permissions to view the files attached to this post.
Falcon030 14 MB+Dayna Port::MegaSt4+Hydra, Overscan & UltraSatanDisk
-
- Hardware Guru
- Posts: 2276
- Joined: Sat Sep 10, 2005 11:11 am
- Location: Kosice, Slovakia
- Contact:
Re: Web browsing with CosmosEx?
Great. Now, what happens if you try to ping the same IP/domain from STiNG's ping?
Re: Web browsing with CosmosEx?
It's the same . STiNG's ping work, but STiNG's ping can only test the ip.mikro wrote:Great. Now, what happens if you try to ping the same IP/domain from STiNG's ping?
Is there a tool for testing the nameserver?
Falcon030 14 MB+Dayna Port::MegaSt4+Hydra, Overscan & UltraSatanDisk
Re: Web browsing with CosmosEx?
I got my CE a few days ago and testet networking today. The PI is connected to the router with ethernet cable and gets it's IP, nameserver etc. by DHCP. Name resolution is working. Litchi ftp runs without any problem. My CAB is the free version, I think it is 1.5, with the only working ca.ovl I could find. Don't know what version that is. Name resolution is working, www.google.de is displayed, few other sites also. But most sites are not displayed at all or even crash CAB.xfalcon wrote:It's the same . STiNG's ping work, but STiNG's ping can only test the ip.mikro wrote:Great. Now, what happens if you try to ping the same IP/domain from STiNG's ping?
Is there a tool for testing the nameserver?
Is there any other browser for TOS that I could try out?
-
- Moderator
- Posts: 5256
- Joined: Wed Oct 23, 2002 4:36 pm
- Location: Friedrichshafen, Germany
- Contact:
Re: Web browsing with CosmosEx?
No, CAB is the only browser for SingleTOS and STs. Try accessing mobile versions of websites, most work better with CAB than their full modern versions.
Simon Sunnyboy/Paradize - http://paradize.atari.org/
Stay cool, stay Atari!
1x2600jr, 1x1040STFm, 1x1040STE 4MB+TOS2.06+SatanDisk, 1xF030 14MB+FPU+NetUS-Bee
Stay cool, stay Atari!
1x2600jr, 1x1040STFm, 1x1040STE 4MB+TOS2.06+SatanDisk, 1xF030 14MB+FPU+NetUS-Bee
-
- Fuji Shaped Bastard
- Posts: 2434
- Joined: Mon Nov 26, 2007 2:23 pm
- Location: West Yorkshire, United Kingdom (England)
- Contact:
Re: Web browsing with CosmosEx?
On my oldest Pocket PC a Mitac Mio 168 with its XScale ARM CPU, it was really slow and terrible ten years ago let alone these days. However there was a website called Skweezer I could use on it, that converted whatever page you wished to view into a PDA friendly format and that made surfing the web quite useable. So are there any modern day web formatting portals or transcoding sites, that can send modern websites to the Atari in a much faster and more efficient way?
Re: Web browsing with CosmosEx?
I found "Web Rendering Proxy", a small python program available for qt webkit here: https://github.com/tenox7/wrp/blob/master/wrp-qt.py.Shredder11 wrote:So are there any modern day web formatting portals or transcoding sites, that can send modern websites to the Atari in a much faster and more efficient way?
Running that on my Linux box and configuring CAB for proxy usage, I was able to get some nice monochrome rendered views of modern web sites.
How does it work? Shortly said, it takes the requested web page and renders a picture of it. Then it serves the picture as clickable jpg bitmap to the browser. The only configuration options are pixel width, height and jpg compression rate of the image. I used 600x350 at 50%.
It does not work very good with CAB, because it takes a lot of time for the ST to render a monochrome bitmap of the color jpg. And the clickable bitmap does not work as described. WRP was made for usage with older Netscape Browsers etc. on retro PCs, not for our slow Atari. But the idea is very good!
Maybe some developer could make it into something useful? Could it work better with monochrome GIF instead of color JPG?
Could it be made a part of the CE Software with the PI doing the job?
- Jookie
- Hardware Guru
- Posts: 1252
- Joined: Wed Feb 04, 2004 6:54 pm
- Location: Kosice, Slovakia
- Contact:
Re: Web browsing with CosmosEx?
Yes, this could be one of the ways how to do itMaybe some developer could make it into something useful? Could it work better with monochrome GIF instead of color JPG?
Could it be made a part of the CE Software with the PI doing the job?

Re: Web browsing with CosmosEx?
I was up trying the WRP script on the PI in the CE, but the PI has the same IP address as the Atari. So no go for proxying, I think...Jookie wrote: Yes, this could be one of the ways how to do it
-
- Hardware Guru
- Posts: 2276
- Joined: Sat Sep 10, 2005 11:11 am
- Location: Kosice, Slovakia
- Contact:
Re: Web browsing with CosmosEx?
Doesn't it provide traceroute? Or that's also IP-only?xfalcon wrote:It's the same . STiNG's ping work, but STiNG's ping can only test the ip.mikro wrote:Great. Now, what happens if you try to ping the same IP/domain from STiNG's ping?
Is there a tool for testing the nameserver?
Anyways, if you can ping google's IP that indicates that something does work. :) What about FTP? Can you open Litchi, enter an ftp server's IP address and connect?
-
- Hardware Guru
- Posts: 2276
- Joined: Sat Sep 10, 2005 11:11 am
- Location: Kosice, Slovakia
- Contact:
Re: Web browsing with CosmosEx?
What about Highwire? I used to test my network card in Falcon with it but I'm not 100% sure the last builds aren't 020+.simonsunnyboy wrote:No, CAB is the only browser for SingleTOS and STs. Try accessing mobile versions of websites, most work better with CAB than their full modern versions.
Re: Web browsing with CosmosEx?
In the meantime I could make some more tests.
Litchi is working, great.
I have found a ovl for CAB that work partly. Many thanks to kolli. CAB find the website, but it freeze by receiving date. It don't happen with STING.
So it seams to be a problem between ce_sting and the ovl for cab.
I have test three ovl's
CAB.OVL by Oliver Booklage; error #-311
CAB.OVL MINTnet OVerLay; version 1.86 ->The modem disconnected (ok it's TOS not MINT) but the source is existing
CAb.OVL by Dan Ackermann : CAB find the website, but it freeze by receiving date.
Litchi is working, great.
I have found a ovl for CAB that work partly. Many thanks to kolli. CAB find the website, but it freeze by receiving date. It don't happen with STING.
So it seams to be a problem between ce_sting and the ovl for cab.
I have test three ovl's
CAB.OVL by Oliver Booklage; error #-311
CAB.OVL MINTnet OVerLay; version 1.86 ->The modem disconnected (ok it's TOS not MINT) but the source is existing
CAb.OVL by Dan Ackermann : CAB find the website, but it freeze by receiving date.
Falcon030 14 MB+Dayna Port::MegaSt4+Hydra, Overscan & UltraSatanDisk
-
- Moderator
- Posts: 5256
- Joined: Wed Oct 23, 2002 4:36 pm
- Location: Friedrichshafen, Germany
- Contact:
Re: Web browsing with CosmosEx?
IIRC Highwire needs Mintnet and Multitasking....not really up to be run on an ST with CosmosEx.mikro wrote:What about Highwire? I used to test my network card in Falcon with it but I'm not 100% sure the last builds aren't 020+.simonsunnyboy wrote:No, CAB is the only browser for SingleTOS and STs. Try accessing mobile versions of websites, most work better with CAB than their full modern versions.
Simon Sunnyboy/Paradize - http://paradize.atari.org/
Stay cool, stay Atari!
1x2600jr, 1x1040STFm, 1x1040STE 4MB+TOS2.06+SatanDisk, 1xF030 14MB+FPU+NetUS-Bee
Stay cool, stay Atari!
1x2600jr, 1x1040STFm, 1x1040STE 4MB+TOS2.06+SatanDisk, 1xF030 14MB+FPU+NetUS-Bee
-
- Hardware Guru
- Posts: 2276
- Joined: Sat Sep 10, 2005 11:11 am
- Location: Kosice, Slovakia
- Contact:
Re: Web browsing with CosmosEx?
No way. Highwire supports all network stacks and I'm 100% sure I ran it in plain TOS about 3 weeks ago. Maybe it needed NVDI.
Re: Web browsing with CosmosEx?
Sounds good!mikro wrote:No way. Highwire supports all network stacks and I'm 100% sure I ran it in plain TOS about 3 weeks ago. Maybe it needed NVDI.
Would you load it up somewhere? The download link on the Highwire web site is down. Only daily builds from 2010 can be downloaded, but they don't work on ST in plain TOS.
-
- Hardware Guru
- Posts: 2276
- Joined: Sat Sep 10, 2005 11:11 am
- Location: Kosice, Slovakia
- Contact:
Re: Web browsing with CosmosEx?
Sorry, I have been busy. Well, just checked. I have hw100529 available from their website and it does work with Sting in TOS. I guess you overlooked something: either renaming .000 binary to .prg (I guess default is 030) and/or renaming stik.ovl to network.ovl in MODULES directory. And oh, it does need NVDI.
-
- Moderator
- Posts: 5256
- Joined: Wed Oct 23, 2002 4:36 pm
- Location: Friedrichshafen, Germany
- Contact:
Re: Web browsing with CosmosEx?
All in all hogging up even a 4MB ST 
I personally propose a new browser that is more text-only, a Lynx style one in a GEM window. Opening images on demand with a viewer app, understanding CSS correctly but not necessarily rendering it.
Something like a mobile phone browser from 10 years ago. I'm sure it could more quite well, replace CAB and still run on an ST with Sting. Modern webpages get back to logical definitions of content so the core idea of HTML with a seperate rendering definition could be used to advantage on the ST.
CAB tried to do as much as Netscape 2.0 back in its day. Back to something like ViolaWWW understanding modern CSS input or so....sadly I suck at doing GUI apps and do not have any AES expertise.

I personally propose a new browser that is more text-only, a Lynx style one in a GEM window. Opening images on demand with a viewer app, understanding CSS correctly but not necessarily rendering it.
Something like a mobile phone browser from 10 years ago. I'm sure it could more quite well, replace CAB and still run on an ST with Sting. Modern webpages get back to logical definitions of content so the core idea of HTML with a seperate rendering definition could be used to advantage on the ST.
CAB tried to do as much as Netscape 2.0 back in its day. Back to something like ViolaWWW understanding modern CSS input or so....sadly I suck at doing GUI apps and do not have any AES expertise.
Simon Sunnyboy/Paradize - http://paradize.atari.org/
Stay cool, stay Atari!
1x2600jr, 1x1040STFm, 1x1040STE 4MB+TOS2.06+SatanDisk, 1xF030 14MB+FPU+NetUS-Bee
Stay cool, stay Atari!
1x2600jr, 1x1040STFm, 1x1040STE 4MB+TOS2.06+SatanDisk, 1xF030 14MB+FPU+NetUS-Bee
Re: Web browsing with CosmosEx?
Yes, it's a starting point. But there must be some way to handle forms as well. And the bitmap should be converted to framebuffer format on the server so no conversion is needed on the ST.Jookie wrote:Yes, this could be one of the ways how to do itMaybe some developer could make it into something useful? Could it work better with monochrome GIF instead of color JPG?
Could it be made a part of the CE Software with the PI doing the job?
With such a solution you don't need a web-browser on the ST at all. Just some advanced image viewer.
Jo Even
VanillaMiNT - Firebee - Falcon060 - Milan060 - Falcon040 - MIST - Mega ST - STM - STE - Amiga 600 - Sharp MZ700 - MSX - Amstrad CPC - C64
VanillaMiNT - Firebee - Falcon060 - Milan060 - Falcon040 - MIST - Mega ST - STM - STE - Amiga 600 - Sharp MZ700 - MSX - Amstrad CPC - C64
- Jookie
- Hardware Guru
- Posts: 1252
- Joined: Wed Feb 04, 2004 6:54 pm
- Location: Kosice, Slovakia
- Contact:
Re: Web browsing with CosmosEx?
Yes... This is one of the nice projects for CosmosEx - there's no assembler programming required, very little Atari programming, data transfer between Atari and Raspberry Pi is there, the html and image processing libraries and tools for linux (Raspberry Pi) are there, enough power and RAM of RPi are there, only thing needed is... the passionate C (C++) developer who will do itjoska wrote:With such a solution you don't need a web-browser on the ST at all. Just some advanced image viewer.

Re: Web browsing with CosmosEx?
I had the crazy idea to run the webbroser on the RaspberryPi, and transmit the graphics to the ST. Maybe just with a dumb program displaying stuff directly read from a linux file via ACSI in an endless loop.
Re: Web browsing with CosmosEx?
That would be cool, I had the same idea, but you actually have the skill to make it happen! (in fullscreen
)

('< o o o o |''| STM,2xSTFM,2xSTE+HD,C-Lab Falcon MK2+HD,Satandisk,Ultrasatandisk,Ethernat.
Re: Web browsing with CosmosEx?
After reading this thread, I was a bit scared but I really only have copied CE_STING in AUTO that's all. It works!.
・Falcon ct60e・Atari MegaSTE ・Atari STe ・MIST ・MISTer・