Welcome, Guest. Please login or register.

Author Topic: is wb1.3 tcp/ip capable? how?  (Read 4060 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline odin

  • Colonization had Galleons
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 6796
    • Show only replies by odin
Re: is wb1.3 tcp/ip capable? how?
« Reply #14 from previous page: April 14, 2009, 07:15:48 PM »
I might be mistaken, but doesn't TermiteTCP work on 1.3?

Offline CHR74Topic starter

  • Newbie
  • *
  • Join Date: Jun 2007
  • Posts: 35
    • Show only replies by CHR74
Re: is wb1.3 tcp/ip capable? how?
« Reply #15 on: April 15, 2009, 10:25:27 AM »
the oldest tcp software I found is from 1988: http://aminet.net/comm/tcp/AmigaTCP.lha

There's a net.exe prg that has ftp support.
You need to set an ip address with ipaddr and attach some hardware with attach .. eg. (from the manual)

The  net  software supports the 3Com 3C500 or 3C501 boards for the
PC.  The command to attach this board is:

        attach 3c500 0x300 3 arpa ec0 5 1500


This tells net that there is a 3Com 3C500 board  at  I/O  address  300h  using
interrupt  request  line  3  with the media name ec0.  Net should reserve five
buffers and the largest Ethernet packet may be 1500 bytes long.

Now.. since I am trying this one under winuae I guess there should be a way to attach the uaenet.device which is a sana2 or something ..


Here's what I found in the source (main.c)

#ifdef   NETROM
   /* NET/ROM virtual interface using companion asy interface in AX.25 mode */
   "netrom", netrom_attach, 4,
   "attach netrom ax25
 

Offline cpfuture

  • Full Member
  • ***
  • Join Date: Feb 2006
  • Posts: 246
    • Show only replies by cpfuture
Re: is wb1.3 tcp/ip capable? how?
« Reply #16 on: April 15, 2009, 04:34:14 PM »
That package is based on KA9Q which is basically the same as NOS. If you search for AmigaNOS on Aminet, you'll find more recent versions of this port that still work on 1.3. AFAIK KA9Q/NOS doesn't adhere to SANA-II. I'm also not sure how far you'll get with WinUAE, but it's worth a try.

Offline LoadWB

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 2901
  • Country: 00
    • Show only replies by LoadWB
Re: is wb1.3 tcp/ip capable? how?
« Reply #17 on: April 16, 2009, 09:59:11 AM »
Back in my 1.3 days I used TermiteTCP.
 

Offline CHR74Topic starter

  • Newbie
  • *
  • Join Date: Jun 2007
  • Posts: 35
    • Show only replies by CHR74
Re: is wb1.3 tcp/ip capable? how?
« Reply #18 on: April 16, 2009, 10:10:12 AM »
with an ethernet card ?
 

Offline CHR74Topic starter

  • Newbie
  • *
  • Join Date: Jun 2007
  • Posts: 35
    • Show only replies by CHR74
Re: is wb1.3 tcp/ip capable? how?
« Reply #19 on: April 16, 2009, 10:18:18 AM »
yes.. this NOS thing works under 1.3.. however the main problem is attaching the uaenet.device.