Megalextoria
Retro computing and gaming, sci-fi books, tv and movies and other geeky stuff.

Home » Digital Archaeology » Computer Arcana » Apple » Apple II » TCP/IP on IIgs...without Ethernet card
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
TCP/IP on IIgs...without Ethernet card [message #101076] Thu, 01 August 2013 05:47 Go to next message
Ivan X is currently offline  Ivan X
Messages: 147
Registered: April 2013
Karma: 0
Senior Member
Or, Raspberry Pi lends a hand yet again.

For a while, I was hoping to get TCP/IP connected with Marinetti by using its PPP or SLIP link layer via direct serial attachment to the Pi's shell. I tried PPP a while back and never got it working. Tonight, someone on a2c.chat made me aware of the existence of Slirp, so I tried that out for a SLIP connection, and, after fiddling with the connect/disconnect scripts, it worked! Really, really slowly (I tried 38400 baud) but it worked.

So, cool. Those without an Uthernet card have another option by connecting the IIgs modem port to a Pi. I will probably integrate this into the A2CLOUD and/or A2SERVER setups, and whenever I get the scripts /steps polished, I'll post them on my web site and/or here.

Though it did raise a question for me: What TCP/IP applications for the IIgs do people actually use these days? (And which of those wouldn't be better served by logging into the Pi's shell with a serial communication program like ProTERM or Spectrum?)
Re: TCP/IP on IIgs...without Ethernet card [message #101141 is a reply to message #101076] Thu, 01 August 2013 11:27 Go to previous messageGo to next message
bhtooefr is currently offline  bhtooefr
Messages: 21
Registered: August 2013
Karma: 0
Junior Member
Ivan X <ivan@ivanx.com> wrote:
> Though it did raise a question for me: What TCP/IP applications for the IIgs do people actually use these days? (And which of those wouldn't be better served by logging into the Pi's shell with a serial communication program like ProTERM or Spectrum?)


Personally, I use:

Spectrum telnet (completely useless with a direct serial connection,
and slow if your system is unaccelerated)
SAFE2 (mildly useful, but ZModem could work too - Kim Howe's FTP NDA
will be more useful)
TreeHugger (yes, you can do hacks to forward serial traffic traffic to
port 9100, and those are actually useful for 8-bit software too, but
TreeHugger is simply nicer to use)
Silver Platter (not very useful, and I rarely use it, but it does
actually need TCP/IP)
Samurai (there's always running irssi or weechat on the Pi (I do
that), but Samurai is more convenient and isn't bad)

The web browsers (SIS and Arachnid) aren't exactly useful, and most
other stuff is basically tech demos or (in the case of gsAIM)
deprecated.

--
Eric Rucker - http://bhtooefr.org - bhtooefr@bhtooefr.org
Re: TCP/IP on IIgs...without Ethernet card [message #101236 is a reply to message #101076] Thu, 01 August 2013 15:50 Go to previous messageGo to next message
Christopher G. Mason is currently offline  Christopher G. Mason
Messages: 156
Registered: November 2012
Karma: 0
Senior Member
On 8/1/2013 5:47 AM, Ivan X wrote:
> Though it did raise a question for me: What TCP/IP applications for
the IIgs do people actually use these days?

I found FTP to be useful for getting files to/from the machine along
with TreeHugger to print to my Color Laserjet (in B&W since there are no
color GS/OS drivers!).

Once upon a time I tried SLiRP with Marinetti and found it to be pretty
darned slow. This was before Marinetti had a fully working PPP link
layer with CHAP. Once the MacIP link layer was released, I switched to
using my Shiva Fastpath as its the fastest method of connecting the
machine to a network short of using an Ethernet card.

I never pursued setting up SLIP or PPP in Linux after that, but it can
be done with extra configuring (setup routing, etc.). I wouldn't be
surprised if it was faster than SLiRP too as its a true TCP/IP
connection and not a terminal hack.
Re: TCP/IP on IIgs...without Ethernet card [message #101277 is a reply to message #101236] Thu, 01 August 2013 20:35 Go to previous messageGo to next message
Steven Hirsch is currently offline  Steven Hirsch
Messages: 798
Registered: October 2012
Karma: 0
Senior Member
On 08/01/2013 03:50 PM, Christopher G. Mason wrote:

> Once the MacIP link layer was released, I switched to using my Shiva Fastpath

> as its the fastest method of connecting the machine to a network short of

> using an Ethernet card.


Can you elaborate a bit on that? The Shiva Fastpath is a LocalTalk to
Ethernet bridge. What provides TCP over Appletalk routing on the Apple 2
side? I wasn't aware this was possible.
Re: TCP/IP on IIgs...without Ethernet card [message #101278 is a reply to message #101277] Thu, 01 August 2013 21:42 Go to previous messageGo to next message
Christopher G. Mason is currently offline  Christopher G. Mason
Messages: 156
Registered: November 2012
Karma: 0
Senior Member
On 8/1/2013 8:35 PM, Steven Hirsch wrote:
> Can you elaborate a bit on that? The Shiva Fastpath is a LocalTalk to

> Ethernet bridge. What provides TCP over Appletalk routing on the Apple

> 2 side? I wasn't aware this was possible.


The Shiva Fastpath 4 and 5 is capable of routing TCP/IP over Localtalk
(MacIP). It uses a routing program called K-STAR loaded onto its on
board RAM to do so. On the Apple IIgs side you have to install the
Appletalk/Appleshare drivers in GS/OS and enable it in the control
panel. Once setup, you can connect via TCP/IP using the MacIP link layer
included with Marinetti.
Re: TCP/IP on IIgs...without Ethernet card [message #101279 is a reply to message #101277] Thu, 01 August 2013 21:45 Go to previous messageGo to next message
bhtooefr is currently offline  bhtooefr
Messages: 21
Registered: August 2013
Karma: 0
Junior Member
Steven Hirsch <snhirsch@gmail.com> wrote:
> Can you elaborate a bit on that? The Shiva Fastpath is a LocalTalk to

> Ethernet bridge. What provides TCP over Appletalk routing on the Apple 2

> side? I wasn't aware this was possible.


It supports MacIP, and Marinetti acts as a IIGS TCP/IP stack with
various link layers:

SLIP over serial
PPP over serial
MacIP over AppleTalk (this includes the cancelled Apple ethernet card,
not just the on-board LocalTalk) - this is the relevant layer
LANceGS
Uther
Sweet16-specific
Direct connection of two Marinetti-running machines

Given that the FastPath also shares MacIP, in addition to bridging
LocalTalk, this means that nothing other than the FastPath connected to
the LocalTalk interface, and Marinetti running on the GS (with the MacIP
LL), is needed.

--
Eric Rucker - http://bhtooefr.org - bhtooefr@bhtooefr.org
Re: TCP/IP on IIgs...without Ethernet card [message #101401 is a reply to message #101278] Fri, 02 August 2013 07:59 Go to previous message
Steven Hirsch is currently offline  Steven Hirsch
Messages: 798
Registered: October 2012
Karma: 0
Senior Member
On 08/01/2013 09:42 PM, Christopher G. Mason wrote:
> On 8/1/2013 8:35 PM, Steven Hirsch wrote:

>> Can you elaborate a bit on that? The Shiva Fastpath is a LocalTalk to

>> Ethernet bridge. What provides TCP over Appletalk routing on the Apple

>> 2 side? I wasn't aware this was possible.

>

> The Shiva Fastpath 4 and 5 is capable of routing TCP/IP over Localtalk

> (MacIP). It uses a routing program called K-STAR loaded onto its on board RAM

> to do so. On the Apple IIgs side you have to install the Appletalk/Appleshare

> drivers in GS/OS and enable it in the control panel. Once setup, you can

> connect via TCP/IP using the MacIP link layer included with Marinetti.


Interesting. I never realized the Marinetti link layer could use LocalTalk
transport! For some reason I had it in my head that it worked only over
serial or ethernet.

My Gatorbox can also do IP over Appletalk. I'll have to give that a try at
some point. How does it compare speed-wise to TCP over an Uthernet card?
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: 10,000 Apple II screenshots added to Mac GUI Vault
Next Topic: Inform for the Apple II
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Apr 28 22:02:51 EDT 2024

Total time taken to generate the page: 0.03039 seconds