Home » Archimedes archive » Acorn User » AU 1995-05.adf » !Internet_StarterPak » !TCPIP/TCPIP_Doc/History/New_13x
!TCPIP/TCPIP_Doc/History/New_13x
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1995-05.adf » !Internet_StarterPak |
Filename: | !TCPIP/TCPIP_Doc/History/New_13x |
Read OK: | ✔ |
File size: | 0D92 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Well, it is about twice as fast at news gathering. I'm regularly getting 1500cps on my overnight news call to Demon! [1.31B] Make that 2200cps now! :-) [1.31B] Fixed the various time problems. All times should now be GMT... It will get us through to October at any rate! I haven't touched the terminal emulation, except to remove the filter which was killing <CR>s. [1.31B] I've probably found what was giving Telnet a double echo, but this hasn't been tested. [1.31B] Fixed the AX25 sessions to work again! *** THIS VERSION DOES NOT FETCH NEWS BY NUMBER AT ALL!!!! *** Put all your newsgroups in DemGroup, DemNGroup is ignored. I think I've fixed all the zero page accessing, I can quite happily run with page zero write protected now, although I occasionally get a strange error if I try to do a hop check... The main window now echos the commands from Config, Autoexec or dragged in files as they are processed [By Adam] Dragging a file to the main window treats it as if it was a set of commands. [By Adam] " " " " an ftp window does a "put <filename>" Changed commands ---------------- [By Geoff] hash <number> If number == 1 then a count of the transfer is kept rather than using hashes New commands ------------ nntp direct [<on|off>] Default is off, when on saves incoming news direct to DemNews rather than going via a temporary file. Interestingly, there seems to be practically no difference in throughput between turning direct saving on and using a !Scrap on a RAM disc. nntp batch [number] Causes the NNTP to ask ahead for articles so as one is being sent the next is already in the queue and the one after is being looked for. Default is 4, maximum is 16. I haven't done extensive testing to see what is best, but 8 seems to be good. hop *** This is flakey *** Due to the processor bandwidth claimed by TCPIP (98% last time I ran !Useage on it, and that included !Useage itself with most of the rest of the 2%!) this doesn't exactly work well if anything else (like news) is happening as well, but... hop check <hostname|ip address> Carries out a route check to the given site, usually. hop maxttl [<number>] Set (or read) the maximum ttl for the trace packets hop maxwait [<number>] Set the maximum wait time before declaring a trace packet dead hop queries [<number>] Number of times to try each intermediate site WIBNIs from me include reverse name serving, ie send an ip address and get back the site name I've recieved a new file from Thomas Aeby which isn't included here yet. Basically it allows you to use external programs over a Telnet connection! Thomas now has a Demon account but calls it over the net which saves phone calls from Switzerland. He runs two copies of TCPIP, one connected locally, the other connected over the net... Unfortunately he wrote it for the older TCPIP and I want to try to understand it before updating it and adding it into the main release. One new command, "credits", shows you who is to blame. I'm sure it misses people out, so shout if you should be there! New ability, you can run different configurations by adding the Config and AutoExec leaf names to the command line, eg... *Run <TCPIP$Dir>.!RunImage is now equivalent to... *Run <TCPIP$Dir>.!RunImage Config AutoExec Config and Autoexec remain the default names used. For radio use I also have... *Run <TCPIP$Dir>.!RunImage ConfigTNC AutoTNC Which fires me up configured for amateur radio AX25 use... Anthony -------
00000000 57 65 6c 6c 2c 20 69 74 20 69 73 20 61 62 6f 75 |Well, it is abou| 00000010 74 20 74 77 69 63 65 20 61 73 20 66 61 73 74 20 |t twice as fast | 00000020 61 74 20 6e 65 77 73 20 67 61 74 68 65 72 69 6e |at news gatherin| 00000030 67 2e 20 49 27 6d 20 72 65 67 75 6c 61 72 6c 79 |g. I'm regularly| 00000040 20 67 65 74 74 69 6e 67 0a 31 35 30 30 63 70 73 | getting.1500cps| 00000050 20 6f 6e 20 6d 79 20 6f 76 65 72 6e 69 67 68 74 | on my overnight| 00000060 20 6e 65 77 73 20 63 61 6c 6c 20 74 6f 20 44 65 | news call to De| 00000070 6d 6f 6e 21 0a 0a 5b 31 2e 33 31 42 5d 20 4d 61 |mon!..[1.31B] Ma| 00000080 6b 65 20 74 68 61 74 20 32 32 30 30 63 70 73 20 |ke that 2200cps | 00000090 6e 6f 77 21 20 3a 2d 29 0a 0a 5b 31 2e 33 31 42 |now! :-)..[1.31B| 000000a0 5d 20 46 69 78 65 64 20 74 68 65 20 76 61 72 69 |] Fixed the vari| 000000b0 6f 75 73 20 74 69 6d 65 20 70 72 6f 62 6c 65 6d |ous time problem| 000000c0 73 2e 20 41 6c 6c 20 74 69 6d 65 73 20 73 68 6f |s. All times sho| 000000d0 75 6c 64 20 6e 6f 77 20 62 65 20 47 4d 54 2e 2e |uld now be GMT..| 000000e0 2e 0a 49 74 20 77 69 6c 6c 20 67 65 74 20 75 73 |..It will get us| 000000f0 20 74 68 72 6f 75 67 68 20 74 6f 20 4f 63 74 6f | through to Octo| 00000100 62 65 72 20 61 74 20 61 6e 79 20 72 61 74 65 21 |ber at any rate!| 00000110 0a 0a 49 20 68 61 76 65 6e 27 74 20 74 6f 75 63 |..I haven't touc| 00000120 68 65 64 20 74 68 65 20 74 65 72 6d 69 6e 61 6c |hed the terminal| 00000130 20 65 6d 75 6c 61 74 69 6f 6e 2c 20 65 78 63 65 | emulation, exce| 00000140 70 74 20 74 6f 20 72 65 6d 6f 76 65 20 74 68 65 |pt to remove the| 00000150 20 66 69 6c 74 65 72 0a 77 68 69 63 68 20 77 61 | filter.which wa| 00000160 73 20 6b 69 6c 6c 69 6e 67 20 3c 43 52 3e 73 2e |s killing <CR>s.| 00000170 0a 0a 5b 31 2e 33 31 42 5d 20 49 27 76 65 20 70 |..[1.31B] I've p| 00000180 72 6f 62 61 62 6c 79 20 66 6f 75 6e 64 20 77 68 |robably found wh| 00000190 61 74 20 77 61 73 20 67 69 76 69 6e 67 20 54 65 |at was giving Te| 000001a0 6c 6e 65 74 20 61 20 64 6f 75 62 6c 65 20 65 63 |lnet a double ec| 000001b0 68 6f 2c 20 62 75 74 0a 74 68 69 73 20 68 61 73 |ho, but.this has| 000001c0 6e 27 74 20 62 65 65 6e 20 74 65 73 74 65 64 2e |n't been tested.| 000001d0 0a 0a 5b 31 2e 33 31 42 5d 20 46 69 78 65 64 20 |..[1.31B] Fixed | 000001e0 74 68 65 20 41 58 32 35 20 73 65 73 73 69 6f 6e |the AX25 session| 000001f0 73 20 74 6f 20 77 6f 72 6b 20 61 67 61 69 6e 21 |s to work again!| 00000200 0a 0a 2a 2a 2a 20 54 48 49 53 20 56 45 52 53 49 |..*** THIS VERSI| 00000210 4f 4e 20 44 4f 45 53 20 4e 4f 54 20 46 45 54 43 |ON DOES NOT FETC| 00000220 48 20 4e 45 57 53 20 42 59 20 4e 55 4d 42 45 52 |H NEWS BY NUMBER| 00000230 20 41 54 20 41 4c 4c 21 21 21 21 20 2a 2a 2a 0a | AT ALL!!!! ***.| 00000240 50 75 74 20 61 6c 6c 20 79 6f 75 72 20 6e 65 77 |Put all your new| 00000250 73 67 72 6f 75 70 73 20 69 6e 20 44 65 6d 47 72 |sgroups in DemGr| 00000260 6f 75 70 2c 20 44 65 6d 4e 47 72 6f 75 70 20 69 |oup, DemNGroup i| 00000270 73 20 69 67 6e 6f 72 65 64 2e 0a 0a 49 20 74 68 |s ignored...I th| 00000280 69 6e 6b 20 49 27 76 65 20 66 69 78 65 64 20 61 |ink I've fixed a| 00000290 6c 6c 20 74 68 65 20 7a 65 72 6f 20 70 61 67 65 |ll the zero page| 000002a0 20 61 63 63 65 73 73 69 6e 67 2c 20 49 20 63 61 | accessing, I ca| 000002b0 6e 20 71 75 69 74 65 20 68 61 70 70 69 6c 79 20 |n quite happily | 000002c0 72 75 6e 0a 77 69 74 68 20 70 61 67 65 20 7a 65 |run.with page ze| 000002d0 72 6f 20 77 72 69 74 65 20 70 72 6f 74 65 63 74 |ro write protect| 000002e0 65 64 20 6e 6f 77 2c 20 61 6c 74 68 6f 75 67 68 |ed now, although| 000002f0 20 49 20 6f 63 63 61 73 69 6f 6e 61 6c 6c 79 20 | I occasionally | 00000300 67 65 74 20 61 0a 73 74 72 61 6e 67 65 20 65 72 |get a.strange er| 00000310 72 6f 72 20 69 66 20 49 20 74 72 79 20 74 6f 20 |ror if I try to | 00000320 64 6f 20 61 20 68 6f 70 20 63 68 65 63 6b 2e 2e |do a hop check..| 00000330 2e 0a 0a 54 68 65 20 6d 61 69 6e 20 77 69 6e 64 |...The main wind| 00000340 6f 77 20 6e 6f 77 20 65 63 68 6f 73 20 74 68 65 |ow now echos the| 00000350 20 63 6f 6d 6d 61 6e 64 73 20 66 72 6f 6d 20 43 | commands from C| 00000360 6f 6e 66 69 67 2c 20 41 75 74 6f 65 78 65 63 20 |onfig, Autoexec | 00000370 6f 72 20 64 72 61 67 67 65 64 0a 69 6e 20 66 69 |or dragged.in fi| 00000380 6c 65 73 20 61 73 20 74 68 65 79 20 61 72 65 20 |les as they are | 00000390 70 72 6f 63 65 73 73 65 64 0a 0a 5b 42 79 20 41 |processed..[By A| 000003a0 64 61 6d 5d 0a 44 72 61 67 67 69 6e 67 20 61 20 |dam].Dragging a | 000003b0 66 69 6c 65 20 74 6f 20 74 68 65 20 6d 61 69 6e |file to the main| 000003c0 20 77 69 6e 64 6f 77 20 74 72 65 61 74 73 20 69 | window treats i| 000003d0 74 20 61 73 20 69 66 20 69 74 20 77 61 73 20 61 |t as if it was a| 000003e0 20 73 65 74 20 6f 66 0a 63 6f 6d 6d 61 6e 64 73 | set of.commands| 000003f0 2e 0a 0a 5b 42 79 20 41 64 61 6d 5d 0a 20 20 20 |...[By Adam]. | 00000400 20 22 20 20 20 20 22 20 20 20 22 20 20 20 22 20 | " " " " | 00000410 61 6e 20 66 74 70 20 77 69 6e 64 6f 77 20 64 6f |an ftp window do| 00000420 65 73 20 61 20 22 70 75 74 20 3c 66 69 6c 65 6e |es a "put <filen| 00000430 61 6d 65 3e 22 0a 0a 43 68 61 6e 67 65 64 20 63 |ame>"..Changed c| 00000440 6f 6d 6d 61 6e 64 73 0a 2d 2d 2d 2d 2d 2d 2d 2d |ommands.--------| 00000450 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 5b 42 79 20 47 65 |--------..[By Ge| 00000460 6f 66 66 5d 0a 68 61 73 68 20 3c 6e 75 6d 62 65 |off].hash <numbe| 00000470 72 3e 0a 49 66 20 6e 75 6d 62 65 72 20 3d 3d 20 |r>.If number == | 00000480 31 20 74 68 65 6e 20 61 20 63 6f 75 6e 74 20 6f |1 then a count o| 00000490 66 20 74 68 65 20 74 72 61 6e 73 66 65 72 20 69 |f the transfer i| 000004a0 73 20 6b 65 70 74 20 72 61 74 68 65 72 20 74 68 |s kept rather th| 000004b0 61 6e 20 75 73 69 6e 67 0a 68 61 73 68 65 73 0a |an using.hashes.| 000004c0 0a 4e 65 77 20 63 6f 6d 6d 61 6e 64 73 0a 2d 2d |.New commands.--| 000004d0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 6e 6e 74 70 |----------..nntp| 000004e0 20 64 69 72 65 63 74 20 5b 3c 6f 6e 7c 6f 66 66 | direct [<on|off| 000004f0 3e 5d 0a 44 65 66 61 75 6c 74 20 69 73 20 6f 66 |>].Default is of| 00000500 66 2c 20 77 68 65 6e 20 6f 6e 20 73 61 76 65 73 |f, when on saves| 00000510 20 69 6e 63 6f 6d 69 6e 67 20 6e 65 77 73 20 64 | incoming news d| 00000520 69 72 65 63 74 20 74 6f 20 44 65 6d 4e 65 77 73 |irect to DemNews| 00000530 20 72 61 74 68 65 72 0a 74 68 61 6e 20 67 6f 69 | rather.than goi| 00000540 6e 67 20 76 69 61 20 61 20 74 65 6d 70 6f 72 61 |ng via a tempora| 00000550 72 79 20 66 69 6c 65 2e 20 49 6e 74 65 72 65 73 |ry file. Interes| 00000560 74 69 6e 67 6c 79 2c 20 74 68 65 72 65 20 73 65 |tingly, there se| 00000570 65 6d 73 20 74 6f 20 62 65 0a 70 72 61 63 74 69 |ems to be.practi| 00000580 63 61 6c 6c 79 20 6e 6f 20 64 69 66 66 65 72 65 |cally no differe| 00000590 6e 63 65 20 69 6e 20 74 68 72 6f 75 67 68 70 75 |nce in throughpu| 000005a0 74 20 62 65 74 77 65 65 6e 20 74 75 72 6e 69 6e |t between turnin| 000005b0 67 20 64 69 72 65 63 74 20 73 61 76 69 6e 67 20 |g direct saving | 000005c0 6f 6e 0a 61 6e 64 20 75 73 69 6e 67 20 61 20 21 |on.and using a !| 000005d0 53 63 72 61 70 20 6f 6e 20 61 20 52 41 4d 20 64 |Scrap on a RAM d| 000005e0 69 73 63 2e 0a 0a 6e 6e 74 70 20 62 61 74 63 68 |isc...nntp batch| 000005f0 20 5b 6e 75 6d 62 65 72 5d 0a 43 61 75 73 65 73 | [number].Causes| 00000600 20 74 68 65 20 4e 4e 54 50 20 74 6f 20 61 73 6b | the NNTP to ask| 00000610 20 61 68 65 61 64 20 66 6f 72 20 61 72 74 69 63 | ahead for artic| 00000620 6c 65 73 20 73 6f 20 61 73 20 6f 6e 65 20 69 73 |les so as one is| 00000630 20 62 65 69 6e 67 20 73 65 6e 74 20 74 68 65 0a | being sent the.| 00000640 6e 65 78 74 20 69 73 20 61 6c 72 65 61 64 79 20 |next is already | 00000650 69 6e 20 74 68 65 20 71 75 65 75 65 20 61 6e 64 |in the queue and| 00000660 20 74 68 65 20 6f 6e 65 20 61 66 74 65 72 20 69 | the one after i| 00000670 73 20 62 65 69 6e 67 20 6c 6f 6f 6b 65 64 20 66 |s being looked f| 00000680 6f 72 2e 0a 44 65 66 61 75 6c 74 20 69 73 20 34 |or..Default is 4| 00000690 2c 20 6d 61 78 69 6d 75 6d 20 69 73 20 31 36 2e |, maximum is 16.| 000006a0 20 49 20 68 61 76 65 6e 27 74 20 64 6f 6e 65 20 | I haven't done | 000006b0 65 78 74 65 6e 73 69 76 65 20 74 65 73 74 69 6e |extensive testin| 000006c0 67 20 74 6f 20 73 65 65 0a 77 68 61 74 20 69 73 |g to see.what is| 000006d0 20 62 65 73 74 2c 20 62 75 74 20 38 20 73 65 65 | best, but 8 see| 000006e0 6d 73 20 74 6f 20 62 65 20 67 6f 6f 64 2e 0a 0a |ms to be good...| 000006f0 68 6f 70 0a 2a 2a 2a 20 54 68 69 73 20 69 73 20 |hop.*** This is | 00000700 66 6c 61 6b 65 79 20 2a 2a 2a 0a 44 75 65 20 74 |flakey ***.Due t| 00000710 6f 20 74 68 65 20 70 72 6f 63 65 73 73 6f 72 20 |o the processor | 00000720 62 61 6e 64 77 69 64 74 68 20 63 6c 61 69 6d 65 |bandwidth claime| 00000730 64 20 62 79 20 54 43 50 49 50 20 28 39 38 25 20 |d by TCPIP (98% | 00000740 6c 61 73 74 20 74 69 6d 65 20 49 20 72 61 6e 0a |last time I ran.| 00000750 21 55 73 65 61 67 65 20 6f 6e 20 69 74 2c 20 61 |!Useage on it, a| 00000760 6e 64 20 74 68 61 74 20 69 6e 63 6c 75 64 65 64 |nd that included| 00000770 20 21 55 73 65 61 67 65 20 69 74 73 65 6c 66 20 | !Useage itself | 00000780 77 69 74 68 20 6d 6f 73 74 20 6f 66 20 74 68 65 |with most of the| 00000790 20 72 65 73 74 20 6f 66 0a 74 68 65 20 32 25 21 | rest of.the 2%!| 000007a0 29 20 74 68 69 73 20 64 6f 65 73 6e 27 74 20 65 |) this doesn't e| 000007b0 78 61 63 74 6c 79 20 77 6f 72 6b 20 77 65 6c 6c |xactly work well| 000007c0 20 69 66 20 61 6e 79 74 68 69 6e 67 20 65 6c 73 | if anything els| 000007d0 65 20 28 6c 69 6b 65 20 6e 65 77 73 29 20 69 73 |e (like news) is| 000007e0 0a 68 61 70 70 65 6e 69 6e 67 20 61 73 20 77 65 |.happening as we| 000007f0 6c 6c 2c 20 62 75 74 2e 2e 2e 0a 0a 68 6f 70 20 |ll, but.....hop | 00000800 63 68 65 63 6b 20 3c 68 6f 73 74 6e 61 6d 65 7c |check <hostname|| 00000810 69 70 20 61 64 64 72 65 73 73 3e 0a 43 61 72 72 |ip address>.Carr| 00000820 69 65 73 20 6f 75 74 20 61 20 72 6f 75 74 65 20 |ies out a route | 00000830 63 68 65 63 6b 20 74 6f 20 74 68 65 20 67 69 76 |check to the giv| 00000840 65 6e 20 73 69 74 65 2c 20 75 73 75 61 6c 6c 79 |en site, usually| 00000850 2e 0a 0a 68 6f 70 20 6d 61 78 74 74 6c 20 5b 3c |...hop maxttl [<| 00000860 6e 75 6d 62 65 72 3e 5d 0a 53 65 74 20 28 6f 72 |number>].Set (or| 00000870 20 72 65 61 64 29 20 74 68 65 20 6d 61 78 69 6d | read) the maxim| 00000880 75 6d 20 74 74 6c 20 66 6f 72 20 74 68 65 20 74 |um ttl for the t| 00000890 72 61 63 65 20 70 61 63 6b 65 74 73 0a 0a 68 6f |race packets..ho| 000008a0 70 20 6d 61 78 77 61 69 74 20 5b 3c 6e 75 6d 62 |p maxwait [<numb| 000008b0 65 72 3e 5d 0a 53 65 74 20 74 68 65 20 6d 61 78 |er>].Set the max| 000008c0 69 6d 75 6d 20 77 61 69 74 20 74 69 6d 65 20 62 |imum wait time b| 000008d0 65 66 6f 72 65 20 64 65 63 6c 61 72 69 6e 67 20 |efore declaring | 000008e0 61 20 74 72 61 63 65 20 70 61 63 6b 65 74 20 64 |a trace packet d| 000008f0 65 61 64 0a 0a 68 6f 70 20 71 75 65 72 69 65 73 |ead..hop queries| 00000900 20 5b 3c 6e 75 6d 62 65 72 3e 5d 0a 4e 75 6d 62 | [<number>].Numb| 00000910 65 72 20 6f 66 20 74 69 6d 65 73 20 74 6f 20 74 |er of times to t| 00000920 72 79 20 65 61 63 68 20 69 6e 74 65 72 6d 65 64 |ry each intermed| 00000930 69 61 74 65 20 73 69 74 65 0a 0a 57 49 42 4e 49 |iate site..WIBNI| 00000940 73 20 66 72 6f 6d 20 6d 65 20 69 6e 63 6c 75 64 |s from me includ| 00000950 65 20 72 65 76 65 72 73 65 20 6e 61 6d 65 20 73 |e reverse name s| 00000960 65 72 76 69 6e 67 2c 20 69 65 20 73 65 6e 64 20 |erving, ie send | 00000970 61 6e 20 69 70 20 61 64 64 72 65 73 73 20 61 6e |an ip address an| 00000980 64 0a 67 65 74 20 62 61 63 6b 20 74 68 65 20 73 |d.get back the s| 00000990 69 74 65 20 6e 61 6d 65 0a 0a 49 27 76 65 20 72 |ite name..I've r| 000009a0 65 63 69 65 76 65 64 20 61 20 6e 65 77 20 66 69 |ecieved a new fi| 000009b0 6c 65 20 66 72 6f 6d 20 54 68 6f 6d 61 73 20 41 |le from Thomas A| 000009c0 65 62 79 20 77 68 69 63 68 20 69 73 6e 27 74 20 |eby which isn't | 000009d0 69 6e 63 6c 75 64 65 64 20 68 65 72 65 20 79 65 |included here ye| 000009e0 74 2e 0a 42 61 73 69 63 61 6c 6c 79 20 69 74 20 |t..Basically it | 000009f0 61 6c 6c 6f 77 73 20 79 6f 75 20 74 6f 20 75 73 |allows you to us| 00000a00 65 20 65 78 74 65 72 6e 61 6c 20 70 72 6f 67 72 |e external progr| 00000a10 61 6d 73 20 6f 76 65 72 20 61 20 54 65 6c 6e 65 |ams over a Telne| 00000a20 74 0a 63 6f 6e 6e 65 63 74 69 6f 6e 21 20 54 68 |t.connection! Th| 00000a30 6f 6d 61 73 20 6e 6f 77 20 68 61 73 20 61 20 44 |omas now has a D| 00000a40 65 6d 6f 6e 20 61 63 63 6f 75 6e 74 20 62 75 74 |emon account but| 00000a50 20 63 61 6c 6c 73 20 69 74 20 6f 76 65 72 20 74 | calls it over t| 00000a60 68 65 20 6e 65 74 0a 77 68 69 63 68 20 73 61 76 |he net.which sav| 00000a70 65 73 20 70 68 6f 6e 65 20 63 61 6c 6c 73 20 66 |es phone calls f| 00000a80 72 6f 6d 20 53 77 69 74 7a 65 72 6c 61 6e 64 2e |rom Switzerland.| 00000a90 20 48 65 20 72 75 6e 73 20 74 77 6f 20 63 6f 70 | He runs two cop| 00000aa0 69 65 73 20 6f 66 20 54 43 50 49 50 2c 0a 6f 6e |ies of TCPIP,.on| 00000ab0 65 20 63 6f 6e 6e 65 63 74 65 64 20 6c 6f 63 61 |e connected loca| 00000ac0 6c 6c 79 2c 20 74 68 65 20 6f 74 68 65 72 20 63 |lly, the other c| 00000ad0 6f 6e 6e 65 63 74 65 64 20 6f 76 65 72 20 74 68 |onnected over th| 00000ae0 65 20 6e 65 74 2e 2e 2e 20 55 6e 66 6f 72 74 75 |e net... Unfortu| 00000af0 6e 61 74 65 6c 79 0a 68 65 20 77 72 6f 74 65 20 |nately.he wrote | 00000b00 69 74 20 66 6f 72 20 74 68 65 20 6f 6c 64 65 72 |it for the older| 00000b10 20 54 43 50 49 50 20 61 6e 64 20 49 20 77 61 6e | TCPIP and I wan| 00000b20 74 20 74 6f 20 74 72 79 20 74 6f 20 75 6e 64 65 |t to try to unde| 00000b30 72 73 74 61 6e 64 20 69 74 0a 62 65 66 6f 72 65 |rstand it.before| 00000b40 20 75 70 64 61 74 69 6e 67 20 69 74 20 61 6e 64 | updating it and| 00000b50 20 61 64 64 69 6e 67 20 69 74 20 69 6e 74 6f 20 | adding it into | 00000b60 74 68 65 20 6d 61 69 6e 20 72 65 6c 65 61 73 65 |the main release| 00000b70 2e 0a 0a 4f 6e 65 20 6e 65 77 20 63 6f 6d 6d 61 |...One new comma| 00000b80 6e 64 2c 20 22 63 72 65 64 69 74 73 22 2c 20 73 |nd, "credits", s| 00000b90 68 6f 77 73 20 79 6f 75 20 77 68 6f 20 69 73 20 |hows you who is | 00000ba0 74 6f 20 62 6c 61 6d 65 2e 20 49 27 6d 20 73 75 |to blame. I'm su| 00000bb0 72 65 20 69 74 0a 6d 69 73 73 65 73 20 70 65 6f |re it.misses peo| 00000bc0 70 6c 65 20 6f 75 74 2c 20 73 6f 20 73 68 6f 75 |ple out, so shou| 00000bd0 74 20 69 66 20 79 6f 75 20 73 68 6f 75 6c 64 20 |t if you should | 00000be0 62 65 20 74 68 65 72 65 21 0a 0a 4e 65 77 20 61 |be there!..New a| 00000bf0 62 69 6c 69 74 79 2c 20 79 6f 75 20 63 61 6e 20 |bility, you can | 00000c00 72 75 6e 20 64 69 66 66 65 72 65 6e 74 20 63 6f |run different co| 00000c10 6e 66 69 67 75 72 61 74 69 6f 6e 73 20 62 79 20 |nfigurations by | 00000c20 61 64 64 69 6e 67 20 74 68 65 20 43 6f 6e 66 69 |adding the Confi| 00000c30 67 0a 61 6e 64 20 41 75 74 6f 45 78 65 63 20 6c |g.and AutoExec l| 00000c40 65 61 66 20 6e 61 6d 65 73 20 74 6f 20 74 68 65 |eaf names to the| 00000c50 20 63 6f 6d 6d 61 6e 64 20 6c 69 6e 65 2c 20 65 | command line, e| 00000c60 67 2e 2e 2e 0a 0a 2a 52 75 6e 20 3c 54 43 50 49 |g.....*Run <TCPI| 00000c70 50 24 44 69 72 3e 2e 21 52 75 6e 49 6d 61 67 65 |P$Dir>.!RunImage| 00000c80 0a 0a 69 73 20 6e 6f 77 20 65 71 75 69 76 61 6c |..is now equival| 00000c90 65 6e 74 20 74 6f 2e 2e 2e 0a 0a 2a 52 75 6e 20 |ent to.....*Run | 00000ca0 3c 54 43 50 49 50 24 44 69 72 3e 2e 21 52 75 6e |<TCPIP$Dir>.!Run| 00000cb0 49 6d 61 67 65 20 43 6f 6e 66 69 67 20 41 75 74 |Image Config Aut| 00000cc0 6f 45 78 65 63 0a 0a 43 6f 6e 66 69 67 20 61 6e |oExec..Config an| 00000cd0 64 20 41 75 74 6f 65 78 65 63 20 72 65 6d 61 69 |d Autoexec remai| 00000ce0 6e 20 74 68 65 20 64 65 66 61 75 6c 74 20 6e 61 |n the default na| 00000cf0 6d 65 73 20 75 73 65 64 2e 20 46 6f 72 20 72 61 |mes used. For ra| 00000d00 64 69 6f 20 75 73 65 20 49 20 61 6c 73 6f 0a 68 |dio use I also.h| 00000d10 61 76 65 2e 2e 2e 0a 0a 2a 52 75 6e 20 3c 54 43 |ave.....*Run <TC| 00000d20 50 49 50 24 44 69 72 3e 2e 21 52 75 6e 49 6d 61 |PIP$Dir>.!RunIma| 00000d30 67 65 20 43 6f 6e 66 69 67 54 4e 43 20 41 75 74 |ge ConfigTNC Aut| 00000d40 6f 54 4e 43 0a 0a 57 68 69 63 68 20 66 69 72 65 |oTNC..Which fire| 00000d50 73 20 6d 65 20 75 70 20 63 6f 6e 66 69 67 75 72 |s me up configur| 00000d60 65 64 20 66 6f 72 20 61 6d 61 74 65 75 72 20 72 |ed for amateur r| 00000d70 61 64 69 6f 20 41 58 32 35 20 75 73 65 2e 2e 2e |adio AX25 use...| 00000d80 0a 0a 41 6e 74 68 6f 6e 79 0a 2d 2d 2d 2d 2d 2d |..Anthony.------| 00000d90 2d 0a |-.| 00000d92