El 23/04/2014, a les 20.13, Johnny Billquist <bqt at softjar.se> va escriure:
Cool. Thanks.
TOPS-20 FAL looks semi-sane, and I can talk with it.
Tops-10 FAL looks really weird, but at least some kind of communication is possible.
RSTS/E FAL is not agreeing with RSX, it would seem. :-(
Well, I can get at least a little bit of communication. I can get a DIRECTORY and I can
type a remote file, forcing the mode to ASCII (/AS). If you were getting an
"Insufficient network resouces" error that was my fault (I forgot to increase
the quotas for the GUEST user).
nft
NFT>bitxot"[201,2] guestguest"::/li
Directory BITXOT::_SY:[201,2]
2014-04-23 20:18:50
LOGIN.COM 1./4. 2014-04-25 04:24:00
Total of 1./4. Blocks in 1. Files
NFT>ti:=bitxot"[201,2]
guestguest"::login.com
NFT -- Error in opening output file
TT:LOGIN.COM
Invalid or Unsupported Record format
NFT>ti:=bitxot"[201,2]
guestguest"::login.com/as
$ SET TERM/INQ
The reverse route (RSX -> RSTS) seems also to work:
nft
NFT>bitxot"[201,2] guestguest"::LOGS.FTN=LOGS.FTN
NFT>BITXOT"[201,2] guestguest"::/li
Directory BITXOT::_SY:[201,2]
2014-04-23 20:26:16
LOGIN.COM 1./4. 2014-04-25 04:24:00
LOGS.FTN 1./4. 2014-04-25
05:20:00
Total of 2./8. Blocks in 2. Files
NFT>TI:=BITXOT"[201,2] guestguest"::LOGS.FTN/AS
PROGRAM LOGS
INTEGER I
REAL*8 LN10,L,L10
LN10 = LOG(10.)
DO I=1,100
L = LOG(REAL(I))
L10 = L / LN10
WRITE(5,100) I,L,L10
100 FORMAT (I4,X,F10.8,X,F10.8)
ENDDO
END
NFT>
There apparently was, but it seems few ever have seen it. (Guess it falls under the same
category as DECnet/8. It apparently did exist at one point, but noone seems to actually
have run it. Well, I actually have DECNET-8 sources, but it's only DECnet phase II,
and in addition it requires RTS-8.)
I recall to have read somewhere that there was a Phase III implementation for RT-11.
Jordi Guillaumes i Pons
jg at jordi.guillaumes.name
HECnet: BITXOV::JGUILLAUMES