Welcome, Guest. Please login or register.

Author Topic: TCP/IP under Workbench/Kickstart 1.3?  (Read 4678 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline adolescent

  • Hero Member
  • *****
  • Join Date: Sep 2003
  • Posts: 3056
    • Show all replies
Re: TCP/IP under Workbench/Kickstart 1.3?
« on: August 11, 2004, 09:27:46 PM »
Isn't KA9Q for amature radio equipment?

As for the original topic.  AFAIK, AS225 works with OS1.3.  But, I've never seen a copy for sale since the early 90s.
Time to move on.  Bye Amiga.org.  :(
 

Offline adolescent

  • Hero Member
  • *****
  • Join Date: Sep 2003
  • Posts: 3056
    • Show all replies
Re: TCP/IP under Workbench/Kickstart 1.3?
« Reply #1 on: August 12, 2004, 05:27:39 AM »
@QuikSanz

AS225 came out sometime in 91-92.  I think that predates Termite-TCP by about 4-5 years.

@Argus

Yes, the AS225R2 or INET225 packages are much newer and won't work with OS1.3.  I believe that only AS225R1 and betas work with OS1.3.  

@Cyberus

I use AmiTCP demo from Aminet on my A600.  Works great, no MUI overhead (although, you can run Miami without MUI too).  
Time to move on.  Bye Amiga.org.  :(
 

Offline adolescent

  • Hero Member
  • *****
  • Join Date: Sep 2003
  • Posts: 3056
    • Show all replies
Re: TCP/IP under Workbench/Kickstart 1.3?
« Reply #2 on: August 12, 2004, 06:26:07 PM »
Quote

pjhutch wrote:
AmiTCP is a little more difficult to configure than Miami or Genesis etc...


Just a little. :-)  But if you're okay with a text editor you'll be okay.  I used the demo from Aminet and it's default installer.  It doesn't know about CNET.DEVICE so I just chose Ethernet/A2065 and then manually made the changes to the db files using the examples in the archive as reference.  

Pretty easy!  

Note:  I don't think you can copy the example files over verbatim as they are for AmiTCP 3.0b (demo on Aminet is 4.0).  But, I never tried.  I have a AmiTCP 4.2 key somewhere here that once I find I will upgrade to the final.  For now the limited use I get it works fine, although slow on the 000.
Time to move on.  Bye Amiga.org.  :(
 

Offline adolescent

  • Hero Member
  • *****
  • Join Date: Sep 2003
  • Posts: 3056
    • Show all replies
Re: TCP/IP under Workbench/Kickstart 1.3?
« Reply #3 on: August 12, 2004, 09:31:36 PM »
@Patrik

AmiTCP 1.0 requires at least OS 2.04.  Sorry.  :-(

AmiTCP 1.0 readme.txt:
Code: [Select]
TITLE

 AmiTCP/IP - TCP/IP protocol stack as Amiga shared library

VERSION

 Distribution version 1.0

AUTHORS

 AmiTCP/IP group in Programming Project Course in
 Helsinki University of Technology. Futher on just
 AmiTCP/IP-Group.

 Tomi Ollila <Tomi.Ollilate@cs.hut.fi>
 Pekka Pessi <Pekka.Pessi@hut.fi>
 Jarno Rajahalme <Jarno.Rajahalme@hut.fi>
 Markus Peuhkuri <Markus.Peuhkuri@hut.fi>

 E-mail address: amitcp@hut.fi

DESCRIPTION

 AmiTCP/IP is the first publicly available TCP/IP protocol
 stack for the SANA-II interface. It has a BSD-compatible
 socket interface as a Amiga shared library.

FEATURES

 1. Standard SANA-II network device driver interface.
 2. BSD-compatible socket interface as a Amiga shared library.
 3. ARexx port for configuration and statistics.
 4. Over 200 pages of documentation including:
  - Installation and configuration
  - ARexx port commands
  - Programmer's manual based on the BSD IPC manual. It
    is a fairly complete tutorial for developing powerful
    client/server applications
  - Internal description of the implementation
  - API function reference guide in AutoDoc form.
 5. Basic applications with source included.
 6. Based on the BSD Net/2 release.
 7. Full source code included.


SPECIAL REQUIREMENTS

 AmiTCP/IP can be run from floppy and with one
 megabyte of memory.

 OS release 2.04 or newer is required.

 Sana-2 device drivers for the network interfaces.

 Distribution is archived with lha so program to
 un-archive them is needed.

HOST NAME

 Software has been uploaded to the Aminet
 (amiga.physik.unizh.ch, 130.60.80.80) and will be
 readily available on other Aminet sites.

 For convenience of Finnish users, AmiTCP/IP is also
 uploaded to the ftp.funet.fi.

 The authoritative version of AmiTCP/IP is located in
 kampi.hut.fi, but this archive is not meant for massive
 downloading. All new versions will be announced and
 distributed to other archives, too.

DIRECTORY

 In Aminet: comm/net
 ftp.funet.fi: pub/amiga/communication/tcpip
 kampi.hut.fi: AmiTCP

FILE NAMES

 AmiTCP/IP is distributed in 3 archives:
 AmiTCP-bin-10.lha AmiTCP/IP binaries
 AmiTCP-doc-10.lha Documentation for AmiTCP
 AmiTCP-src-10.lha Source for AmiTCP/IP

 If you just want to use AmiTCP/IP, you need just bin and
 doc. To develop your own applications or AmiTCP/IP you
 need src, too. Number in the name corresponds to
 distribution revision. 10 means revision 1.0

PRICE

 Free. Contributions are accepted.

DISTRIBUTABILITY

 AmiTCP/IP is distributed under Gnu Public License.

OTHER

 Note, that this is not a final version but a
 &quot;gamma&quot; version that is given to Amiga community to
 find out and identify bugs that are still left in
 code.

 E-mail address for bug reports and fixes:
 amitcp-bug@hut.fi


--------------------------------------------------------------------------------
Time to move on.  Bye Amiga.org.  :(