Jump to content
Sign in to follow this  
Bill Lange

Atari On The Web

Recommended Posts

Has anyone connected their Atari 8-bit to the internet? I remember hearing about someone designing a network interface card for it.

 

I'm not sure why I would want to do except just to do it.

 

Bill

Share this post


Link to post
Share on other sites

There were a couple of websites that had BBS's setup for 8-bitters to call in the past year or so, but they were only up temporarily. As far as getting onto the internet with a browser your best bet is CONTIKI, which is a new multi-platform internet OS&browser. It's still in the early stages of development for the 8-bit and I'm not sure if it will only be for broadband or if they are going to create a PPP for modem users as well, but here's the link for all the information on CONTIKI: http://www.dunkels.com/adam/contiki/apps/w...webbrowser.html

 

and here is a more direct link for the A8 version: http://dunkels.com/adam/contiki/ports/atari.html

Share this post


Link to post
Share on other sites

I guess I was looking more for something like this -

 

http://kl.net/atari/

 

running the following code in Atari BASIC -

 

5 CLOSE #1

10 A=0

15 XIO 36,#1,14,0,"R1:"

20 XIO 34,#1,(192+48),0,"R1:"

30 XIO 38,#1,64,0,"R1:"

40 OPEN #1,9,0,"R1:"

1000 STATUS #1,C

1010 IF PEEK(747)<2 THEN GOTO 1000

1015 XIO 40,#1,0,0,"R1:"

1030 PRINT #1;"HTTP/1.1 200 OK"

1040 PRINT #1;"Content-type: text/html"

1050 PRINT #1;

1060 PRINT #1;"<HTML><HEAD><TITLE>Atari 800 web server</TITLE></HEAD>"

1070 PRINT #1;"<BODY BGCOLOR=#000000><CENTER><FONT COLOR=#EFEFEF>"

1071 PRINT #1;"<H2>Welcome to the Atari 800 web server</H2>"

1075 A=A+1

1080 PRINT #1;"<P>Hits since last reset:";A

1800 PRINT #1;"</FONT></CENTER></BODY></HTML>"

1900 STATUS #1,C

1910 IF PEEK(749)>0 THEN GOTO 1900

1920 CLOSE #1

1930 OPEN #1,9,0,"R1:"

1940 XIO 34,#1,128,0,"R1:"

1970 STATUS #1,C

1980 IF PEEK(747)>1 THEN GOTO 1970

1990 XIO 34,#1,192,0,"R1:"

1999 GOTO 1000

 

 

WRL

Share this post


Link to post
Share on other sites

hmmmm

 

[removed link]

 

Ok, I got a program running in Atari BASIC that is creating web pages. I have to work on removing all the extra characters.

 

WRL

Share this post


Link to post
Share on other sites

Hi,

 

The Atari Ethernet Cartridge Site it mine. Although, I am getting ready to update the information here:

 

http://home.comcast.net/~atariguy1/atari/a8ether.

 

To give a quick update, I have finished the version 3.0 of the board layout, but am waiting for the money to build some boards.

 

I have also ported Version 1.1 of Contiki...it works much better than 1.0.

 

Anyway, I've been lurking around the message boards and newsgroups and will try to keep everyone updated. I have to say that there is still a great deal of cool stuff coming out for our 8-bit's including cool graphics and a Mario Clone... good job Analmux...

 

l8r,

Chris

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...