home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1994 January / AMSOFT_1994.iso / packet / docs / pd199012.doc < prev    next >
Encoding:
Text File  |  1993-12-31  |  233.8 KB  |  5,817 lines

  1. 1 Dec 90 04:30:06 PST
  2. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  3. Reply-To: Packet-Radio@UCSD.Edu
  4. Subject: Packet-Radio Digest V90 #208
  5. To: packet-radio
  6.  
  7.  
  8. Packet-Radio Digest         Sat,  1 Dec 90       Volume 90 : Issue 208
  9.  
  10. Today's Topics:
  11.      Anybody using integrated microprocessor & serial I/O chips?
  12.                    For Sale
  13.                KA9Q's TCP/IP for Xenix
  14.                NET-ROM (2 msgs)
  15.          PACSAT PROTOCOL INF. WANTED (2 msgs)
  16.                   TNC/FT-470
  17.           Windows 3.0 based packet radio programs ?
  18.  
  19. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  20. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  21. Problems you can't solve otherwise to brian@ucsd.edu.
  22.  
  23. Archives of past issues of the Packet-Radio Digest are available 
  24. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  25.  
  26. We trust that readers are intelligent enough to realize that all text
  27. herein consists of personal comments and does not represent the official
  28. policies or positions of any party.  Your mileage may vary.  So there.
  29. ----------------------------------------------------------------------
  30.  
  31. Date: 30 Nov 90 14:28:31 GMT
  32. From: eru!hagbard!sunic!mcsun!ukc!acorn!agodwin@bloom-beacon.mit.edu  (Adrian Godwin)
  33. Subject: Anybody using integrated microprocessor & serial I/O chips?
  34. To: packet-radio@ucsd.edu
  35.  
  36. In article <1190@muhthr.dec.com> payne@ad.enet.dec.com writes:
  37. >
  38. >Has anyone done anything with the integrated microprocessor and serial I/O chips
  39. >(like the 68302:  68k core + ISDN style serial I/O, or the Z80181:  Z180 core + 1
  40. >SCC-style channel)?
  41. >
  42. >These chips (especially the '302) look like a great way to build small, cheap,
  43. >low-power packet-radio gadgets.
  44.  
  45. I believe somebody's doing a high-end controller based on the 68302, but I've
  46. been looking at the 64180S for use in a TNC or intelligent interface.
  47. I've ported the TNC-2 KISS code to it (and now use it successfully with the KA9Q s/w 
  48. on an Amiga), but it's not really perfect for the ultra-low chip count device I had
  49. in mind.
  50.  
  51. The configuration I have uses the 64180S, a static RAM chip, a PROM, a MAX-something
  52. RS-232 driver, a 7406 to drive PTT, an oscillator package and an SSI package I
  53. use to give me true carrier detect. I'll probably add a DALLAS power control chip
  54. for watchdog, reset and non-volatile RAM support.
  55.  
  56. The oscillator could be replaced with a crystal, but the package I'm using
  57. conveniently generates a clock source for the 7910 modem, and can be arranged to
  58. provide a clock for a G3RUH modem. Unfortunately, the division ratios don't
  59. suit the TCM3105 modem's clock requirements.
  60.  
  61. I'm not yet using the DMA controller, since I don't yet need the speed for
  62. a mere 1200 baud modem and I just wanted (initially) a near-port of the TNC-2
  63. code. The DMA controller looks truly wonderful, with hardware management of
  64. multiple chained buffers.
  65.  
  66. The on-chip clock recovery conveniently generates a delayed version of
  67. the rx clock, so comparing the phase of this with the incoming data provides
  68. true-DCD for the price of a 7474 (I use one of the internal timers to 
  69. count the resulting pulses and provide some filtering).
  70.  
  71.  
  72. I've stopped there for a while (while I sort out the NOS and radio stuff a
  73. little better), but I'm rather put off developing it as far as I originally
  74. intended, because it falls between two stools - it needs too much support for
  75. a very low chip-count miniature TNC, and it isn't flexible enough for a 
  76. multipurpose box like the Data Engine.
  77.  
  78. The SCC + DMA hardware should be terrific for high speed transfers, but there
  79. seems little point when it's limited by the async port connection to the host
  80. - traditional KISS problem. Note that the async port isn't supported by DMA.
  81. Since there's only one SCC, I can't even take advantage of the transfer rate for
  82. a node or repeater with no host access.
  83. This seems a problem with the Kantronics box too - is anyone making use of
  84. it's 56kbps capability ?
  85.  
  86. It's possible I might add a bidirectional parallel port and connect to the
  87. host with that, but there are only 2 DMA channels, so I'd have to do the 
  88. host connection in software (or steal the SCC DMA some of the time).
  89.  
  90. On the miniaturisation side, the component count isn't as low as I hoped, 
  91. and promises to rise. There is very little parallel i/o on the 64180S, and 
  92. it's therefore very hard to control any other parameters - such as modem speed, 
  93. modem selection, etc. without expanding the chip count. The 7910 makes this 
  94. particularly tricky due to it's fussy initialization requirements. 
  95. This problem seems to me to lose the major advantage of putting the SCC and other 
  96. peripherals on-chip.
  97.  
  98. The SCC clocks can only output at the baud rate - so it can't be used to 
  99. generate a 16x clock as some faster modems require.
  100.  
  101. Perhaps the ideal use is as an intelligent peripheral card, with shared
  102. memory access. The device will support a meg of DRAM with very little
  103. hardware, and the serial port might be used for debugging, or to control
  104. IIC peripherals (D-A for KA9Q's power-control scheme ??) .
  105. This might best suit a machine with very little space for IO cards, since
  106. the space for the PC expansion card doesn't really necessitate a low chip-count
  107. solution. A 56kbps intelligent controller half-card for portables, perhaps ?
  108.  
  109.  
  110. -adrian (G7HWN)
  111.  
  112.  
  113.  
  114.  
  115. -- 
  116. --------------------------------------------------------------------------
  117. Adrian Godwin                                        (agodwin@acorn.co.uk)
  118.  
  119. ------------------------------
  120.  
  121. Date: 30 Nov 90 20:11:43 GMT
  122. From: csusac!monsoor@ucdavis.ucdavis.edu  (Matt Monsoor)
  123. Subject: For Sale
  124. To: packet-radio@ucsd.edu
  125.  
  126.   I am posting this for our Amateur Radio Club the 'River City ARCS'!
  127.  
  128.   Have two(2) 'Systron Donner' Model 1626-01 MicroWave synthesizers (Sweep
  129. Generators) for sale!  They cover the range of 40 MHz to 27Ghz, have a
  130. Digital Readout with DBM meter(Digital), and a IEEE 488 Remote Control Port. 
  131.  
  132.   They were Built in September 1982 and the warranty ended September 1983. 
  133. I understand that when they were new they cost around $20,000!
  134.  
  135.   Contact me by internet or call Ron Holden at home and leave a message at
  136. (916) 487-1027.
  137.  
  138.  
  139. -- 
  140. +-----------------------------------------------------------------------------+
  141. |    Matthew G. Monsoor    |    UUPC:     {ucdavis|lll-crg}!csusac!monsoor    |
  142. |      (916) 278-6288      |    Internet:  monsoor@csusac.csus.edu            |
  143. +-----------------------------------------------------------------------------+
  144.  
  145. ------------------------------
  146.  
  147. Date: 30 Nov 90 04:32:40 GMT
  148. From: crash!ipars!scotto@nosc.mil  (Scott O'Connell)
  149. Subject: KA9Q's TCP/IP for Xenix
  150. To: packet-radio@ucsd.edu
  151.  
  152. I am looking for KA9Q's TCP/IP software for SCO Xenix 386 2.3.3 (the 
  153. real 2.3.3 via xnx155b) and Development System 2.3.0.
  154.  
  155. I do not have FTP access.  Anon UUCP preferred.
  156.  
  157. Thanks in advance!
  158.  
  159. ------------------------------
  160.  
  161. Date: 30 Nov 90 20:12:36 GMT
  162. From: shlump.nac.dec.com!delni.enet.dec.com!goldstein@decuac.dec.com  (Fred R. Goldstein)
  163. Subject: NET-ROM
  164. To: packet-radio@ucsd.edu
  165.  
  166. In article <129833@tiger.oxy.edu>, d_reeves@oxy.edu (Bryan Douglas Reeves) writes...
  167. >Can someone please summarize the theory of NET-ROM packewt fowarding and
  168. >networking?  I have been told it is he predominent form here in
  169. >California, and would like more information on using it.
  170.  
  171. I don't know the _details_ of it, but the general idea is thus:  NET/ROM
  172. builds a datagramme network (Layer 3) using a proprietary packet
  173. protocol, with route determnation based on regularly recomputing
  174. paths via a Distance Vector technique.  DECnet Phase III/IV us distance
  175. vector, as is cisco IGRP, though most newer nets are moving towards
  176. link state routing (IS-IS, OSPF, RSPF).
  177.  
  178. End to end links are made via a PAD function, with link integrity
  179. taken from a transport protocol that's bsaed on Andy Tannenbaum's
  180. Protocol 6 in his textbook.  It's not much different in theory from
  181. TP4 or TCP, just a simple version.
  182.  
  183. Since it runs in a ROM with a small-memory TNC to support it, NET/ROM
  184. nets don't scale very well.  They're the appliance operators' way to
  185. build a network, imho.
  186.  
  187. BTW, NordLink's public domain TheNet is a clone of NetRom with some
  188. bugs fixed, like you can change your nodenamewithout buying a new
  189. chip.
  190.  
  191. ---
  192. Fred R. Goldstein k1io         Digital Equipment Corp., Littleton MA
  193. goldstein@delni.enet.dec.com   voice: +1 508 486 7388
  194.  Do you think anyone else on the planet would share my opinions, let
  195.  alone a multi-billion dollar corporation?
  196.  
  197. ------------------------------
  198.  
  199. Date: 30 Nov 90 23:26:17 GMT
  200. From: usc!sdd.hp.com!uakari.primate.wisc.edu!uflorida!haven!ni.umd.edu!sayshell.umd.edu!louie@ucsd.edu  (Louis A. Mamakos)
  201. Subject: NET-ROM
  202. To: packet-radio@ucsd.edu
  203.  
  204. In article <17726@shlump.nac.dec.com> goldstein@delni.enet.dec.com (Fred R. Goldstein) writes:
  205. >I don't know the _details_ of it, but the general idea is thus:  NET/ROM
  206. >builds a datagramme network (Layer 3) using a proprietary packet
  207. >protocol, with route determnation based on regularly recomputing
  208. >paths via a Distance Vector technique.  DECnet Phase III/IV us distance
  209. >vector, as is cisco IGRP, though most newer nets are moving towards
  210. >link state routing (IS-IS, OSPF, RSPF).
  211.  
  212. One very important difference is that it is difficult to apply the "easy" fixes
  213. to a distance vector based routing algorithm used in the radio environment. 
  214. Things like split horizon/poison reverse can't be used since the communications
  215. subnet is not fully connected.  Thus, the NET/ROM routing protocol is prone to
  216. having loops form.  It has a relatively slow update interval, so that the
  217. "count to infinity" method of resolving routing loops takes a while to happen.
  218.  
  219. The other *big* problem with distance-vector protocols in this environment is
  220. that is makes the assumption that each link between neighboring switches are
  221. bidirectional.  Just because switch "A" can hear "B" doesn't mean that "B" can
  222. hear "A".
  223.  
  224. Because of this, NET/ROM operators tend to manually fiddle the routing table and
  225. weights, which begins to defeat the purpose of having a routing protocol at all.
  226.  
  227. louie
  228. WA3YMH
  229.  
  230. ------------------------------
  231.  
  232. Date: 30 Nov 90 10:36:37 GMT
  233. From: eru!hagbard!sunic!news.funet.fi!kannel!kurre@bloom-beacon.mit.edu  (Joni-Pekka Kurronen)
  234. Subject: PACSAT PROTOCOL INF. WANTED
  235. To: packet-radio@ucsd.edu
  236.  
  237. PACSAT
  238.  
  239. I Red From Amsat-Uk Oscar News 1990-85 Article Written By K8ka.
  240. I 'am Wondering Where I Can Found Pacsat Protcol Standards Forom internet:
  241. Protocol Suite
  242. Broadcast Protocol
  243. Filetransfer
  244. File header definition
  245. .......
  246.  
  247. It might be that we try to implement some kind of interface to ka9q
  248. software which connects our ka9q based BBS/Netrom node/... to the
  249. satellites.
  250. We have allready made digital part of hardware required in satellite
  251. communications. We call it arti it is 82530 based internal modem card
  252. to pc. It is possible to turn antenna via this board because it has
  253. analog to digital conversion and relay control for 8 relays.
  254.  
  255. I hope we get information needed. If we start this project you will be
  256. infomed via internet very soon. 
  257.  
  258. Radio club of University student union of Lappeenranta University
  259. Our call sign is OH5AT
  260.  
  261. 73'oh5bzr kurre
  262.  
  263. ------------------------------
  264.  
  265. Date: 30 Nov 90 18:04:40 GMT
  266. From: idacrd!mac@princeton.edu  (Robert McGwier)
  267. Subject: PACSAT PROTOCOL INF. WANTED
  268. To: packet-radio@ucsd.edu
  269.  
  270.  
  271.  
  272. ------------------------------
  273.  
  274. Date: 30 Nov 90 01:46:17 GMT
  275. From: csus.edu!wuarchive!sdd.hp.com!uakari.primate.wisc.edu!dali.cs.montana.edu!milton!ogicse!intelhf!donk!news@ucdavis.ucdavis.edu  (usenet news)
  276. Subject: TNC/FT-470
  277. To: packet-radio@ucsd.edu
  278.  
  279. This is to thank all of the kind people who sent me mail on my question
  280. on connecting my HK232 to an FT-470.
  281.  
  282. All of the information was very helpful.
  283.  
  284. My license arrive day before yesterday and the cable was ready and worked
  285. first time.
  286.  
  287. Thanks..
  288.  
  289. ***************************************************************************
  290. * Intel may own me body and soul, but these opinions are MINE. So there.  *
  291. *-------------------------------------------------------------------------*
  292. * Jerry Gaiser (N7PWF)                                                    *
  293. * jerry@orion1.hf.intel.com         You can find me either here or        *
  294. * 74176.1024@compuserve.com         here                                  *
  295. *-------------------------------------------------------------------------*
  296. * "We have ways to make you scream."                                      *
  297. * -- Intel advertisement, in the June 1989 Doctor Dobbs Journal           *
  298. ***************************************************************************
  299.  
  300. ------------------------------
  301.  
  302. Date: 30 Nov 90 22:14:16 GMT
  303. From: usc!hacgate!ashtate!steves@ucsd.edu  (Steve Silverwood)
  304. Subject: Windows 3.0 based packet radio programs ?
  305. To: packet-radio@ucsd.edu
  306.  
  307. In article <9011281706.AA05804@hermes.intel.com> rharel@fab8.intel.com (CAL-LAB (MS:JER2-85 TEL:7589)) writes:
  308. >Are there programs available that utilize the graphics of Windows 3.0
  309. >in the Packet Radio world ? e.g. - KA9Q's net, NOS or just something fancier
  310. >than the built-in teminal program of Windows 3.0.
  311. >73,
  312. >Rich
  313.  
  314. Rick -- You might check out Crosstalk for Windows.  //Steve// KB6OJS
  315.  
  316. ------------------------------
  317.  
  318. Date: (null)
  319. From: (null)
  320. If it is not available for anonymous ftp on tomcat.gsfc.nasa.gov in the
  321. pacsat directory, it will be tonight.  Thanks for the reminder.
  322.  
  323. 73's
  324. Bob
  325.  
  326. -- 
  327. ____________________________________________________________________________
  328.     My opinions are my own no matter    |       Robert W. McGwier, N4HY
  329.     who I work for! ;-)                 |       CCR, AMSAT, etc.
  330. ----------------------------------------------------------------------------
  331.  
  332. ------------------------------
  333.  
  334. End of Packet-Radio Digest
  335. ******************************
  336. Date: Sun,  2 Dec 90 04:30:03 PST
  337. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  338. Reply-To: Packet-Radio@UCSD.Edu
  339. Subject: Packet-Radio Digest V90 #209
  340. To: packet-radio
  341.  
  342.  
  343. Packet-Radio Digest         Sun,  2 Dec 90       Volume 90 : Issue 209
  344.  
  345. Today's Topics:
  346.         Windows 3.0 Based Packet Radio Program
  347.  
  348. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  349. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  350. Problems you can't solve otherwise to brian@ucsd.edu.
  351.  
  352. Archives of past issues of the Packet-Radio Digest are available 
  353. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  354.  
  355. We trust that readers are intelligent enough to realize that all text
  356. herein consists of personal comments and does not represent the official
  357. policies or positions of any party.  Your mileage may vary.  So there.
  358. ----------------------------------------------------------------------
  359.  
  360. Date: Sat, 1 Dec 90 23:55:30 PST
  361. From: rharel@fab8.intel.com (CAL-LAB (MS:JER2-85 TEL:7589))
  362. Subject: Windows 3.0 Based Packet Radio Program
  363. To: "packet-radio@ucsd.edu"@HERMES.intel.com
  364.  
  365. >>Date: 29 Nov 90 14:54:30 GMT
  366. >>From: ps2x+@andrew.cmu.edu  (Peter John Skelly)
  367. >>Subject: Windows 3.0 based packet radio programs ?
  368. >>To: packet-radio@ucsd.edu
  369. >>
  370. >>I'm concidering writing a packet program for windows.  Any suggestions 
  371. >>would be helpful.
  372.  
  373.  
  374. >>Pete Skelly
  375.  
  376. Hello Pete,
  377.  
  378.      Such an undertaking sounds like more than a full time task. Good Luck !
  379. May I suggest the following if you are to begin the project.
  380.  
  381. - I use the Macintosh and a program  written by Steve Fine called
  382.   "MacRatt". The program - as all Macintosh programs works with a GUI  
  383.   set-up. It's extremely easy to use however, as all 1st version
  384.   programs, there's room for improvement. One example is the Macros.
  385.   These are pull down menus which allow the user to select various strings of
  386.   commands upon clicking the mouse. 20 are available which I find is not too
  387.   few or too many. What's nice about Macros is that they are not displayed
  388.   on the screen until you need them. Instead a small "M" is displayed and
  389.   clicking it brings up a partial display of the macros. Dragging the mouse
  390.   down allows the user to see more. 
  391.   The problem is that one must hit the enter key after
  392.   unclicking the macro. Execution upon unclicking the macro would have been
  393.   nice. 
  394.   Since Windows 3.0 is basically an all-out attempt to clone the operating
  395.   system of the Macintosh, (Good try MicroSoft but not quite !)
  396.   it's only logical that a programmer who is intending to tackle the task 
  397.   of writing a Windows 3.0 based program look at what is available already 
  398.   for the Macintosh. Ideally the program would do everything "MacRatt" does - 
  399.   plus incorperate the fine features of the terminal program called 
  400.   "Microphone". Now there is a "Microphone II" version available. The most
  401.   wanted feature from this program is it's ability for the user to build his
  402.   own "programs" within the program to do all kinds of wonderful things like
  403.   connect to a certain BBS at a designated time, download specified files
  404.   - search for a key word or words, save to disk if it appears, delete if it
  405.   does not and then disconnect. It uses simple "BASIC" style commands. These 
  406.   custom built macros allow the user extreme flexibility. 
  407.   This Super Program would also have to include provision to operate with
  408.   Phil Karn's "NET" and "NOS" to round every thing out.
  409.   I'd love to get my hands on the second version of this yet to exist program.
  410.   
  411. 73 es lot's of luck,
  412. Rich
  413. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  414. Internet:                |Pigeon:          |Land Line:  |Packet:|Heart:
  415. RHAREL%FAB8@SC.INTEL.COM |P.O. BOX 6457    |972-2-785578|4X1DA  |Cute blonde +
  416.              |JERUSALEM, ISRAEL|            |@4Z4SV |big smile
  417. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  418.  
  419. ------------------------------
  420.  
  421. End of Packet-Radio Digest
  422. ******************************
  423. Date: Tue,  4 Dec 90 04:30:02 PST
  424. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  425. Reply-To: Packet-Radio@UCSD.Edu
  426. Subject: Packet-Radio Digest V90 #210
  427. To: packet-radio
  428.  
  429.  
  430. Packet-Radio Digest         Tue,  4 Dec 90       Volume 90 : Issue 210
  431.  
  432. Today's Topics:
  433.        Using a TNC to `dial in' to a Unix box? (2 msgs)
  434.       Where can I find more AX25 protocol descriptions?
  435.  
  436. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  437. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  438. Problems you can't solve otherwise to brian@ucsd.edu.
  439.  
  440. Archives of past issues of the Packet-Radio Digest are available 
  441. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  442.  
  443. We trust that readers are intelligent enough to realize that all text
  444. herein consists of personal comments and does not represent the official
  445. policies or positions of any party.  Your mileage may vary.  So there.
  446. ----------------------------------------------------------------------
  447.  
  448. Date: 3 Dec 90 23:25:30 GMT
  449. From: swrinde!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!metro!usage.csd.unsw.oz.au!ccadfa!rodos2!wkt@ucsd.edu  (Warren Toomey)
  450. Subject: Using a TNC to `dial in' to a Unix box?
  451. To: packet-radio@ucsd.edu
  452.  
  453. Just a quick question, has anybody set up a system to allow connections on
  454. a TNC to be directed to  aserial port on a Unix box, with a login(1) running
  455. on the port?
  456.  
  457. To be more specific, I have:
  458.  
  459.     an AEA PK-88 TNC, 2m rig
  460.     a standalone Unix box, with a spare serial port.
  461.  
  462. I'd like:
  463.  
  464.     people connecting to my TNC to get a login: prompt
  465.     not to use KA9Q or TCP [this is in fact Minix]
  466.     multiple connections would be nice :-)
  467.  
  468. Initially, there will be a guest account with a restricted
  469. environment & no password, so password transmission will not be a
  470. worry.
  471.  
  472. I guess login(1) would need some rewriting to handle this. Has anybody
  473. tried this, and what were their results? I don't want to reinvent the
  474. wheel :-)
  475.  
  476. Thanks in advance,
  477.  
  478.  
  479.      Warren Toomey VK1XWT, not yet post-cold.
  480.      Deep in the bowels of ADFA Comp Science.
  481. `I could, but I won't - just to see your reaction'
  482.  
  483. ------------------------------
  484.  
  485. Date: 3 Dec 90 23:30:24 GMT
  486. From: usc!samsung!munnari.oz.au!metro!usage.csd.unsw.oz.au!ccadfa!wkt@ucsd.edu  (Warren Toomey)
  487. Subject: Using a TNC to `dial in' to a Unix box?
  488. To: packet-radio@ucsd.edu
  489.  
  490. Just a quick question, has anybody set up a system to allow connections on
  491. a TNC to be directed to  aserial port on a Unix box, with a login(1) running
  492. on the port?
  493.  
  494. To be more specific, I have:
  495.  
  496.     an AEA PK-88 TNC, 2m rig
  497.     a standalone Unix box, with a spare serial port.
  498.  
  499. I'd like:
  500.  
  501.     people connecting to my TNC to get a login: prompt
  502.     not to use KA9Q or TCP [this is in fact Minix]
  503.     multiple connections would be nice :-)
  504.  
  505. Initially, there will be a guest account with a restricted
  506. environment & no password, so password transmission will not be a
  507. worry.
  508.  
  509. I guess login(1) would need some rewriting to handle this. Has anybody
  510. tried this, and what were their results? I don't want to reinvent the
  511. wheel :-)
  512.  
  513. Thanks in advance,
  514.  
  515.  
  516. -- 
  517.    Warren Toomey VK1XWT, rescreened.
  518. Deep in the bowels of ADFA Comp Science.
  519.       `What the hell is SIGTTIN?'
  520.  
  521. ------------------------------
  522.  
  523. Date: 4 Dec 90 09:38:13 GMT
  524. From: mcsun!hp4nl!tuegate.tue.nl!rc6.urc.tue.nl!rwb.urc.tue.nl!rcbaab@uunet.uu.net  (Annard -Icon- Brouwer)
  525. Subject: Where can I find more AX25 protocol descriptions?
  526. To: packet-radio@ucsd.edu
  527.  
  528. Hi there!
  529.  
  530. for a practical job here at the university I need all the info I can
  531. get about the precise description of the AX25 protocol. Where can I
  532. find it, get it (and if it's not available for nothing, how much
  533. does it cost)?
  534. Can anyone also give me the address for the mailing list which was
  535. meant especially for people developing software for the packet-scene?
  536. Thanks very much in advance!
  537.  
  538. 73, Annard (pe1koo)
  539. -- 
  540. | Annard Brouwer                Bitnet             : rcgbbaab@heitue51
  541. | Dreef 74                      UUCP               : rcbaab@urc.tue.nl
  542. | NL-5504 LD  Veldhoven         packet-radio       : pe1koo@pi8mid
  543. | The Netherlands                                    [44.137.28.6]
  544.  
  545. ------------------------------
  546.  
  547. End of Packet-Radio Digest
  548. ******************************
  549. Date: Wed,  5 Dec 90 04:30:03 PST
  550. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  551. Reply-To: Packet-Radio@UCSD.Edu
  552. Subject: Packet-Radio Digest V90 #211
  553. To: packet-radio
  554.  
  555.  
  556. Packet-Radio Digest         Wed,  5 Dec 90       Volume 90 : Issue 211
  557.  
  558. Today's Topics:
  559.               How to get a KAM to work.
  560.           ka9q SCC DRIVER INSTALLATION HELP
  561.            Using a TNC to `dial in' to a Unix box?
  562.  
  563. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  564. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  565. Problems you can't solve otherwise to brian@ucsd.edu.
  566.  
  567. Archives of past issues of the Packet-Radio Digest are available 
  568. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  569.  
  570. We trust that readers are intelligent enough to realize that all text
  571. herein consists of personal comments and does not represent the official
  572. policies or positions of any party.  Your mileage may vary.  So there.
  573. ----------------------------------------------------------------------
  574.  
  575. Date: Tue, 04 Dec 90 15:53:20 CST
  576. From: S096049@UMRVMA.UMR.EDU
  577. Subject: How to get a KAM to work.
  578. To: packet-radio@ucsd.edu
  579.  
  580. I'm new to the packet radio scene and have a few too simple questions.
  581.  
  582.  
  583.    1. How do I get the KAM (It's the all mode Kamtronics TNC) to "talk"
  584.       to the computer?
  585.     I'm using Procomm+ as the terminal program on an IBM computer.
  586.     All cables are correct. I just never recieve a message from the TNC.
  587.     According to the book it should send the cmd: prompt when I turn it
  588.     on and the program is started.
  589.    2. The options in the procomm+ program are too numourous to test one by
  590.       one. What are the settings that should be used to start the TNC up?
  591.  
  592.     Is anyone out there familiar with procomm+ as a terminal program or
  593.     does anyone have a suggestion on another program to use?
  594.  
  595.     The setup is an IBM computer with a monochrome monitor, a hard drive,
  596.     one floppy drive, one serial port, and one parallel port.
  597.  
  598.     Any help would be GREATLY appreciated.
  599.     Send mail to
  600.               Jay Doster   S096049@UMRVMA.BITNET
  601.  
  602.     thx.
  603.  
  604. ------------------------------
  605.  
  606. Date: 4 Dec 90 13:45:39 GMT
  607. From: cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!news.funet.fi!kannel!kurre@tut.cis.ohio-state.edu  (Joni-Pekka Kurronen)
  608. Subject: ka9q SCC DRIVER INSTALLATION HELP
  609. To: packet-radio@ucsd.edu
  610.  
  611. Hello fellows
  612.  
  613. I have tried to scc driver instead of eagle driver whit our ARTI
  614. board.
  615. For some reasons, which I do not know eagle works whit our card but
  616. SCC dos not. I have used following initialisition line:
  617.  
  618. SCC 1 init 0x300 0x16 0x0 0x4 0x1 0 3 p7158913
  619. scc 0 ax25 lta 512 1200 256
  620.  
  621. So our arti bases 82530 chip. Glue logic can determine all most any
  622. base address. Any way A0 is tied D/C select and A1 tied to A/B.
  623.  
  624. Whit eagle driver following command line has worked.
  625.  
  626. attach eagle 0x300 3 ax25 lta 512 256 1200
  627.  
  628. Clock frequency is changed in eagle.h file.
  629.  
  630. I am happy I someone can give answer. Anyway next week I start reading
  631. SCC source code if there is not answer.
  632.  
  633. Technical details from arti:
  634. DRSI,EAGLE.... look a like internal modem card.
  635. Suport for two switchable dma lines (not tested)
  636. A/D converter chip whit 8 lines analog mux
  637. Realay control for 8 relays
  638. 82530-10 chip
  639. Clock from pc OSC line or external crystal.
  640. 82530 chip addressing:selectable base address
  641. Chanel a/b selected by A1
  642. Data or controll regiter by A0
  643. Addressing example:
  644. 0300 Selected base address. IBM style 10bit I/O address
  645. 0300 - 305 first SCC 82530 CHIP
  646. 0700 ADC 0804 CHIP / AD CHANEL SELECT (RD to read, wr to start
  647.      converions an select chanel)
  648. 0b00 CARD CONTROLL (74ls377 chip) (not well defined)
  649. 0f00 RELAY CONTROLL (74ls377 chip)
  650.  
  651. ------------------------------
  652.  
  653. Date: 4 Dec 90 21:19:21 GMT
  654. From: zephyr.ens.tek.com!tekchips!tekgvs!mhorne%ka7axd.tv.tek.com@uunet.uu.net  (Mike Horne)
  655. Subject: Using a TNC to `dial in' to a Unix box?
  656. To: packet-radio@ucsd.edu
  657.  
  658. In a recent article by Warren Toomey (wkt@rodos2.cs.adfa.oz.au):
  659.  
  660. |> Just a quick question, has anybody set up a system to allow connections on
  661. |> a TNC to be directed to  aserial port on a Unix box, with a login(1) running
  662. |> on the port?...
  663. |> 
  664. |> ...I guess login(1) would need some rewriting to handle this. Has anybody
  665. |> tried this, and what were their results? I don't want to reinvent the
  666. |> wheel :-)
  667. |> 
  668.  
  669. Many moons ago back when I was just a kid in College (i.e. in '85 :),
  670. I had a similar setup between a Sun 2 at the Physics Department (where I
  671. worked/hacked) and a TNC/terminal at home.  I was originally running a
  672. GLB PK1 (gag!) on both ends, later migrating to the more elaborate TNC2
  673. (snicker!).  In short, I wrote a homebrew BBS program (which shall live in
  674. infamy in Eastern Washington :) that provided an interface to /bin/login
  675. through the BSD pseudo terminal inteface (i.e. ptys).  It was quite simple
  676. and very effective.  A process simply monitored the tty port for connections,
  677. then setup a data handling link between the port and /bin/login via a pty.
  678. Adding additional `channels' was possible with the streams interface on later
  679. versions of the TNC 2 firmware.
  680.  
  681. Of course, as you mentioned, passwords are an issue.  I had a restricted
  682. account for entry into the system; if I wanted to su as a more powerful
  683. user (e.g. root), I used a challenge-reply authentication scheme using
  684. a random seed for a polynomial.  Of course, there weren't all that many people
  685. on packet at that time so an elaborate system wasn't really needed.
  686.  
  687. Writing a very simple interface should be trivial.  I don't recall if minix
  688. has pseudo terminals; even so, you could probably write something using
  689. pipes.
  690.  
  691. Good luck and enjoy!  That's what it's all about!
  692.  
  693. Mike -ka7axd
  694. Advanced Video Digital Signal Processing
  695. mhorne@ka7axd.tv.tek.com
  696.  
  697. ------------------------------
  698.  
  699. End of Packet-Radio Digest
  700. ******************************
  701. Date: Thu,  6 Dec 90 04:30:04 PST
  702. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  703. Reply-To: Packet-Radio@UCSD.Edu
  704. Subject: Packet-Radio Digest V90 #212
  705. To: packet-radio
  706.  
  707.  
  708. Packet-Radio Digest         Thu,  6 Dec 90       Volume 90 : Issue 212
  709.  
  710. Today's Topics:
  711.           AA4RE PBBS - Where are the docs ??
  712.           Anyone tried full-duplex packet? (2 msgs)
  713.                 pk232 software
  714.               ROSE X.25 Specifications.
  715.       Where can I find more AX25 protocol descriptions? (2 msgs)
  716.         Where do I get an IP address? (2 msgs)
  717.  
  718. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  719. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  720. Problems you can't solve otherwise to brian@ucsd.edu.
  721.  
  722. Archives of past issues of the Packet-Radio Digest are available 
  723. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  724.  
  725. We trust that readers are intelligent enough to realize that all text
  726. herein consists of personal comments and does not represent the official
  727. policies or positions of any party.  Your mileage may vary.  So there.
  728. ----------------------------------------------------------------------
  729.  
  730. Date: 5 Dec 90 23:31:32 GMT
  731. From: usc!elroy.jpl.nasa.gov!kilroy!gwalsh@apple.com  (Gerald J. Walsh)
  732. Subject: AA4RE PBBS - Where are the docs ??
  733. To: packet-radio@ucsd.edu
  734.  
  735. Recently, I got a copy of the AA4RE PBBS by FTP from tomcat.gsfc.nasa.gov.
  736. There was a file on there called 'readme.210' and it gave the following
  737. information:
  738.  
  739.      List of distribution files for AA4RE BBS Version 2.10
  740.  
  741.      BB210   .ZIP -- The program itself with some .DOC updates since 2.9
  742.          
  743.      2.9 Doc files still applicable to 2.10
  744.  
  745.      BB29DOCM.ZIP -- Documentation in the usual multiple small files
  746.      BB29DOC1.ZIP -- Documentation as one big printable file
  747.      BB29DWP .ZIP -- Same as DOC1 but in WordPerfect format
  748.  
  749. Unfortunately, the last three ZIP files were not on tomcat.  I tried 
  750. simtel also and they did not have them either.  Does anyone know where
  751. I can get these doc files from?  I'm having a difficult time setting
  752. up the PBBS from the sysop's standpoint.  Also, I am looking for anything
  753. that describes the message file format for this PBBS.  I plan on
  754. generating messages from another source and just putting them on the
  755. hard disk of the machine that is running the PBBS, so I need to know
  756. how to generate messages in the correct format.
  757.  
  758. Thanks in advance for any help!
  759.  
  760.  
  761. Gerald J. Walsh                         | Internet: gwalsh@kilroy.jpl.nasa.gov
  762. Jet Propulsion Laboratory               | Phone   : (818) 354-3913
  763. RF and Microwave Subsystems Section     | Fax     : (818) 354-2825
  764. M/S 238-528                             | 
  765. 4800 Oak Grove Drive                    | 
  766. Pasadena, CA  91109                     | 
  767.  
  768. ------------------------------
  769.  
  770. Date: Wed, 05 Dec 90 15:58:04 GMT
  771. From: "Pete Lucas, NCS-TLC, Holbrook House, Swindon" <PJML@ibma.nerc-wallingford.ac.uk>
  772. Subject: Anyone tried full-duplex packet?
  773. To: PACKET-RADIO@ucsd.edu
  774.  
  775. I started thinking last night... (dangerous!).
  776. Has anyone tried using full-duplex packet (split-frequency working?) like
  777. outbound on 2 meters, inbound on 440 ??
  778. Of course to make full use of this, would require some smart code, but
  779. consider the following:
  780.  
  781. Stations 'A' and 'B' are both working into station 'X'.
  782. A cannot hear B, and B cannot hear A, so neither A nor B realise they are
  783. colliding with each other (familiar scene is it not?)
  784.  
  785. Now if station 'X' could, on hearing a collision start to happen,
  786. immediately, on another frequency, send an 'indication to abort'
  787. to both 'A' and 'B', then both 'A' and 'B' could immediately stop
  788. their transmissions and go about retrying later...
  789.  
  790. (This means that 'A' and 'B' must be able to abort a frame that is
  791. already in transmission, rather than completing the transmission of the
  792. whole frame).
  793.  
  794. It would also mean that, with suitable windowing, the transmission
  795. of bulk data would be MUCH faster (no need to wait, you send the
  796. frame-acknowledges back down the other channel.....)
  797.  
  798.  Am I having good ideas here, or should I go sit under a toadstool?
  799.  
  800.  Pete Lucas G6WBJ   G6WBJ@GB7SDN.GBR.EU    PJML@UK.AC.NWL.IA
  801.  
  802. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  803. +    There are those amongst us who believe that '777' is the only legal  +
  804. +     first argument to the UNIX 'chmod' command. I have this wonderful   +
  805. +       ability of being able to laugh at the foolishness of others.      +
  806. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  807.  
  808. ------------------------------
  809.  
  810. Date: 6 Dec 90 08:12:07 GMT
  811. From: envy!karn@bellcore.com  (Phil R. Karn)
  812. Subject: Anyone tried full-duplex packet?
  813. To: packet-radio@ucsd.edu
  814.  
  815. Pete,
  816.  
  817. Yes, this idea occurred to me several years ago. Using a split
  818. frequency repeater (preferably crossband) makes it possible to provide
  819. true collision detection in the Ethernet sense over packet radio.
  820.  
  821. This is not possible on regular simplex packet radio because of the
  822. enormous disparity between the transmit and receive signal levels
  823. (the reflection of your signal off the sidewalk is probably far
  824. stronger than the signals from the other stations you talk with).
  825.  
  826. Ethernet owes its stability to its ability to detect collisions
  827. quickly and abort them, before the stations involved have wasted much
  828. time on the channel.  The same should work well on radio as long as
  829. the propagation delays are short (i.e., on local terrestrial paths,
  830. not satellite paths).
  831.  
  832. Phil
  833.  
  834. ------------------------------
  835.  
  836. Date: 5 Dec 90 21:59:23 GMT
  837. From: adm!lhc!lhc!hunter@nyu.edu  (Larry Hunter)
  838. Subject: pk232 software
  839. To: packet-radio@ucsd.edu
  840.  
  841. Hi folks,
  842.  
  843. I just got a PK232 to add to my SWL setup, and I'd like pointers to
  844. software for displaying fax & RTTY stuff and/or controling the beast.
  845. The controlling computer is an old sun, so source code pointers would
  846. be appreciated, although any tips at all are welcome.  Also, if anyone
  847. has written code for controling a Kenwood R5000 they'd be willing to
  848. share, I'd be interested.  
  849.  
  850. If I don't hear from anyone, I'll post again when I've written it all
  851. :-). 
  852.  
  853. BTW, I tried looking at the hamradio/packet directory of the ucsd.edu
  854. anonymous ftp site, and there are two files pk232.arc and
  855. pk232-com.arc, but they are both unreadable by the public.  Any idea
  856. what they are and why they are unreadable?
  857.  
  858.                     Thanks,
  859.  
  860.                     Larry
  861.  
  862. --
  863. Lawrence Hunter, PhD.
  864. National Library of Medicine
  865. Bldg. 38A, MS-54
  866. Bethesda. MD 20894
  867. (301) 496-9300
  868. (301) 496-0673 (fax)
  869. hunter@nlm.nih.gov (internet)
  870. hunter%nlm.nih.gov@nihcu (bitnet/earn)
  871.  
  872. ------------------------------
  873.  
  874. Date: 6 Dec 90 07:30:57 GMT
  875. From: agate!bionet!uwm.edu!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!csc.anu.oz.au!csc3.anu.oz.au!csc.canberra.edu.au!echo!skcm@ucbvax.Berkeley.EDU  (Carl Makin)
  876. Subject: ROSE X.25 Specifications.
  877. To: packet-radio@ucsd.edu
  878.  
  879. Hi,
  880. Does wnyone know ehere I can get the specification for the X.25 links between
  881. ROSE nodes.  I am interested in putting code similar to the NET/ROM code
  882. into NOS for ROSE.
  883.  
  884. Unfortunately we have both ROSE and NET/ROM networks going in locally
  885. and I would like to gateway between the two.
  886.  
  887. Carl
  888. vk1kcm@vk1kcm.act.aus.oc
  889. skcm@isa.canberra.edu.au
  890.  
  891. ------------------------------
  892.  
  893. Date: 5 Dec 90 10:15:26 GMT
  894. From: zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!news.funet.fi!kannel!kurre@tut.cis.ohio-state.edu  (Joni-Pekka Kurronen)
  895. Subject: Where can I find more AX25 protocol descriptions?
  896. To: packet-radio@ucsd.edu
  897.  
  898. Hi you !
  899.  
  900. I am  very sorry but i do not know where to find from internet.
  901. ax.25 standards are published at 7:th Network Conference book. I hope
  902. you get better answer.
  903.  
  904. 73 kurre oh5bzr
  905.  
  906. ------------------------------
  907.  
  908. Date: 5 Dec 90 21:34:28 GMT
  909. From: csus.edu!wuarchive!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!cunixf.cc.columbia.edu!cunixd.cc.columbia.edu!mig@ucdavis.ucdavis.edu  (Meir)
  910. Subject: Where can I find more AX25 protocol descriptions?
  911. To: packet-radio@ucsd.edu
  912.  
  913. In article <KURRE.90Dec5111526@kannel.lut.fi> kurre@lut.fi (Joni-Pekka Kurronen) writes:
  914. >Hi you !
  915. >
  916. >I am  very sorry but i do not know where to find from internet.
  917. >ax.25 standards are published at 7:th Network Conference book. I hope
  918. >you get better answer.
  919. >
  920. >73 kurre oh5bzr
  921.  
  922. There are many books written on the subject of Amateur Packet Radio including
  923. a Radio Shack version and an American Radio relay League version.  The AX.25
  924. info is probably also in the latest editions of the ARRL Handbook for the 
  925. Radio Amateur.  The ARRL is in Newington, CT (I don't have their address here).
  926.  
  927.  * * * * * * *  ======================= Meir Green                 
  928. * * * * * * * * ======================= mig@cunixd.cc.columbia.edu 
  929.  * * * * * * *  ======================= N2JPG                      
  930.  
  931. ------------------------------
  932.  
  933. Date: 5 Dec 90 22:14:35 GMT
  934. From: usc!wuarchive!swbatl!synoptics!jkaidor@apple.com  (Jerome Kaidor)
  935. Subject: Where do I get an IP address?
  936. To: packet-radio@ucsd.edu
  937.  
  938. In article <197@nddsun1.sps.mot.com> markm@nddsun1.sps.mot.com (Mark Monninger) writes:
  939. >I would like to get into the TCP/IP packet world. How do I go about
  940. >getting an IP address?
  941.  
  942.     I'd like an IP address too.  Who's the coordinator for Northern
  943. California?  Also, is there a listing anywhere of gateway stations?
  944. I.E., if I want to "get on the network", which station do I call?
  945. What frequency do I use?  There are lists of IP addresses on the
  946. packet BBS's, but that's not enough.  I need at least one magic
  947. frequency...
  948.  
  949.      - Jerry Kaidor, KF6VB
  950.  
  951.  
  952. ------------------------------
  953.  
  954. Date: 6 Dec 90 04:31:12 GMT
  955. From: brian@ucsd.edu  (Brian Kantor)
  956. Subject: Where do I get an IP address?
  957. To: packet-radio@ucsd.edu
  958.  
  959. 44.002  Bob Meyer               K6RTV   Calif: Sacramento
  960. 44.004  Douglas Thom            N6OYU   Calif: Silicon Valley - San Francisco
  961. 44.006  Don Jacob               WB5EKU  Calif: Santa Barbara/Ventura
  962. 44.008  Brian Kantor            WB6CYT  Calif: San Diego
  963. 44.010  Brian Roode             KA6CCF  Calif: Orange County
  964. 44.012  Steven King             KD7RO   Eastern Washington,Idaho
  965. 44.014  John Shalamskas         KJ9U    Hawaii & Pacific Islands
  966. 44.016  Don Jacob               WB5EKU  Calif: Los Angeles - S F Valley
  967. 44.018  Geoffrey Joy            KE6QH   Calif: San Bernardino & Riverside
  968. 44.020  Bill Flynn              AI0C    Colorado: Northeast
  969. 44.022  John Stannard           KL7JL   Alaska
  970. 44.024  Clifford Neuman         N1DMM   Washington state: Western (Puget Sound)
  971. 44.026  Ron Henderson           WA7TAS  Oregon
  972. 44.028  Don Adkins              KD5QN   Texas: Dallas
  973. 44.030  J Gary Bender           WS5N    New Mexico
  974. 44.032  Bdale Garbee            N3EUA   Colorado (Colorado Springs)
  975. 44.034  Jeff Pierce             WD4NMQ  Tennesee
  976. 44.036  Doug Drye               KD4NC   Georgia
  977. 44.038  Mike Abbott             N4QXV   South Carolina
  978. 44.040  Jeff Jacobsen           WA7MBL  Utah
  979. 44.042  Phil Akers              WA4DDE  Mississippi
  980. 44.044  Rolfe Tessem            W3VH    Massachusetts: western
  981. 44.046  William Simmons         WB0ROT  Missouri
  982. 44.048  Jacques Kubley          KA9FJS  Indiana
  983. 44.050  Ron Breitwisch          KC0OX   Iowa
  984. 44.052  Gary Grebus             K8LT    New Hampshire
  985. 44.054  Ralph Stetson           KD1R    Vermont
  986. 44.056  Don Hughes              KA1MF   Eastern Mass
  987. 44.058  Rich Clemens            KB8AOB  West Virginia
  988. 44.060  Howard Leadmon          WB3FFV  Maryland
  989. 44.062  Jim Dearras             WA4ONG  Virginia (not DC)
  990. 44.064  Dave Trulli             NN2Z    New Jersey: northern 
  991. 44.065  John Pearce             WB2MNF  New Jersey: southern 
  992. 44.068  Norm Sternberg          W2JUP   New York: Long Island
  993. 44.069  Paul Gerwitz            WA2WPI  New York: upstate
  994. 44.070  Gary Sanders            N8EMR   Ohio
  995. 44.072  Dick Gulbrandsen        WD9DBJ  Chicago - North Ill.
  996. 44.074  James Curran            KA4OJN  North Carolina
  997. 44.076  Kurt Freiberger         WB5BBW  Texas: central?
  998. 44.077  Rod Huckabay            KA5EJX  Texas: west
  999. 44.078  Joe Buswell             K5JB    Oklahoma
  1000. 44.080  John Gayman             WA3WBU  Pennsylvania: eastern
  1001. 44.082  Steven Elwood           N7GXP   Montana
  1002. 44.084  Bob Ludtke              K9MWM   Colorado: western
  1003. 44.086  Reid Fletcher           WB7CJO  Wyoming
  1004. 44.088  Jon Bloom               KE3Z    Connecticut
  1005. 44.090  Mike Nickolaus          NF0N    Nebraska
  1006. 44.092  Pat Davis               KD9UU   Wisconsin, upper peninsula Michigan
  1007. 44.094  Gary Sharp              WD0HEB  Minnesota
  1008. 44.096  Don Bennett             K4NGC   District of Columbia
  1009. 44.098  Garry Paxinos           (waiting)       Florida
  1010. 44.100  Ken Adkisson            WB4FAY  Alabama
  1011. 44.102  Jeff King               WB8WKA  Michigan (lower peninsula)
  1012. 44.104  Ed Rasso                WA2FTC  Rhode Island
  1013. 44.106  Bob Austin              N4CLH   Kentucky
  1014. 44.108  James Dugal             N5KNX   Louisiana
  1015. 44.110  Richard Duncan          WD5B    Arkansas
  1016. 44.112  Bob Hoffman             N3CVL   Pennsylvania: western
  1017. 44.114  Steven Elwood           N7GXP   N&S Dakota
  1018. 44.116  Tom Kloos               WS7S    Oregon: NW&Portland,Vancouver WA
  1019. 44.118  Jon Andrews             WA2YVL  Maine
  1020. 44.122  Troy Majors             WI0R    Kansas
  1021. 44.124  David Dodell            WB7TPY  Arizona
  1022. 44.125  Earl Petersen           KF7TI   Nevada
  1023. 44.126  Karl Wagner             KP4QG   Puerto Rico
  1024. #
  1025. # 44.128 is reserved for testing.  Do not use for operational networks.
  1026. # You may safely assume that any packets with 44.128 addresses are bogons
  1027. # unless you are using them for some sort of testing
  1028. #
  1029. 44.128  TEST
  1030. #
  1031. # International subnet coordinators by country
  1032. #
  1033. 44.129  Japan           JG1SLY Tak Kushida, JH3XCU Joly Kanbayashi
  1034. 44.130  Germany         DL4TA
  1035. 44.131  United Kingdom  G4CLI   Dave Lockwood
  1036. 44.132  Indonesia       YB1BG   Robby Soebiakto
  1037. 44.133  Spain           EA4DQX  Jose Antonio Garcia.  Madrid. (EA4DQX @ EA4DQX)
  1038. 44.134  Italy           I2KFX
  1039. 44.135  Canada          VE3GYQ  David Toth
  1040. 44.136  Australia       VK2ZXQ  John Tanner
  1041. 44.137  Holland         PA0GRI  Gerard Van Der Grinten
  1042. 44.138  Israel          4X6OJ   Ofer Lapid
  1043. 44.139  Finland         OH1MQK  Matti Aarnio
  1044. 44.140  Sweden          SM0RGV  Anders Klemets
  1045. 44.141  Norway          LA4JL   Per Eotang
  1046. 44.142  Switzerland     HB9CAT  Marco Zollinger
  1047. 44.143  Austria         OE1YSS  Irmela Gagern
  1048. 44.144  Belgium         ON7LE
  1049. 44.145  Denmark         OZ1EUI
  1050. 44.146  Phillipines     DU1UJ   Eddie Manolo
  1051. 44.147  New Zealand
  1052. 44.148  Ecuador         HC5K    Ted
  1053. 44.149  Hong Kong       VS6EL
  1054. 44.150  Yugoslavia      YU3FK   Iztok Saje
  1055. 44.151  France          FC1BQP  Pierre-Francois Monet
  1056. 44.152  Venezuela       OA4KO/YV5       Luis Suarez
  1057. 44.153  Argentina       LU7ABF  Pedro Converso
  1058. 44.154  Greece          SV1IW   Manos
  1059. 44.155  Ireland         EI9GL   Paul Healy
  1060. 44.156  Hungary         HA5DI   Markus Bela
  1061. 44.157  Chile           CE6EZB  Raul Burgos
  1062. 44.158  Portugal        CT1DIA  Artur Gomes
  1063. 44.159  Thailand        HS1JC   Kunchit Charmaraman
  1064. 44.160  South Africa    ZS6BHD  John
  1065. 44.161  Luxembourg      LX1YZ   Erny Tontlinger
  1066. 44.162  Cyprus          5B4TX   C. Costis
  1067. 44.163  Central America TI3DJT  Chuck Hast
  1068.  
  1069. 44.193  Outer Space-AMSAT       W3IWI           Tom Clark
  1070.  
  1071. ------------------------------
  1072.  
  1073. End of Packet-Radio Digest
  1074. ******************************
  1075. Date: Fri,  7 Dec 90 04:30:04 PST
  1076. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  1077. Reply-To: Packet-Radio@UCSD.Edu
  1078. Subject: Packet-Radio Digest V90 #213
  1079. To: packet-radio
  1080.  
  1081.  
  1082. Packet-Radio Digest         Fri,  7 Dec 90       Volume 90 : Issue 213
  1083.  
  1084. Today's Topics:
  1085.            Anyone tried full-duplex packet?
  1086.  
  1087. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  1088. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  1089. Problems you can't solve otherwise to brian@ucsd.edu.
  1090.  
  1091. Archives of past issues of the Packet-Radio Digest are available 
  1092. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  1093.  
  1094. We trust that readers are intelligent enough to realize that all text
  1095. herein consists of personal comments and does not represent the official
  1096. policies or positions of any party.  Your mileage may vary.  So there.
  1097. ----------------------------------------------------------------------
  1098.  
  1099. Date: 6 Dec 90 15:27:32 GMT
  1100. From: swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!crdgw1!galaxy@ucsd.edu  (Donald P Perley)
  1101. Subject: Anyone tried full-duplex packet?
  1102. To: packet-radio@ucsd.edu
  1103.  
  1104. In article <1990Dec6.081207.17004@bellcore.bellcore.com>, karn@envy (Phil R. Karn) writes:
  1105.  (pete had asked about full duplex links for collision avoidance)
  1106.  
  1107. >Pete,
  1108. >
  1109. >Yes, this idea occurred to me several years ago. Using a split
  1110. >frequency repeater (preferably crossband) makes it possible to provide
  1111. >true collision detection in the Ethernet sense over packet radio.
  1112.  
  1113. According do the guy who taught the packet class I took (wb2kmy),
  1114. some backbone point to point links are using crossband full duplex.
  1115.  
  1116. If you are primarily concerned with hidden transmitter collisions,
  1117. what you could do is have your mountain top network node transmit a
  1118. "channel busy" signal on another frequency/band.  Since this could be
  1119. just an on/off carrier (hmm. what about ID?), you could pack dozens in
  1120. the space that would be required by a normal data channel.  It would
  1121. help to have equipment that supports real short txdelays (and of
  1122. course, a random wait) to cut down the problem of 2 users starting at
  1123. the same time.
  1124.  
  1125. don perley - ke2tp
  1126. perley@trub.crd.ge.com
  1127. Path: ucsd!swrinde!cs.utexas.edu!uunet!cbmvax!heimat!dan
  1128. From: dan@heimat.UUCP (Dan 'Sneakers' Schein)
  1129. Newsgroups: rec.ham-radio,rec.ham-radio.packet,rec.ham-radio.swap
  1130. Subject: Re: Terminal / BBS program to packet radio
  1131. Message-ID: <230@heimat.UUCP>
  1132. Date: 7 Dec 90 00:59:11 GMT
  1133. References: <1990Dec5.200240.28893@iesd.auc.dk>
  1134. Reply-To: dan@heimat.UUCP (Dan 'Sneakers' Schein)
  1135. Organization: Sneakers Computing, West Lawn, PA
  1136. Lines: 21
  1137. Xref: ucsd rec.ham-radio:16070 rec.ham-radio.packet:2561 rec.ham-radio.swap:1438
  1138.  
  1139. In article <1990Dec5.200240.28893@iesd.auc.dk> sunesen@iesd.auc.dk (Peter Sunesen) writes:
  1140. >
  1141. >I`am happy to anounce, that you now can get the best and most used
  1142. >packet radio program, from iesd.auc.dk (130.225.48.4)
  1143. >as anonymous ftp.
  1144. >
  1145.   Fine, so why did you have to post this message plus 5 parts of the actual
  1146.   program? Posting to all of the above list of newsgroups seems like a bit
  1147.   of overkill. In the future please post only the announcement and send the
  1148.   files by e-mail or post in a binary newsgroup. Not everyone needs or wants
  1149.   your software that reads these newsgroups, not to mention soem of us have
  1150.   computers that use other operating systems (Like AmigaDOS).
  1151. -- 
  1152.                    _____
  1153.      Dan 'Sneakers' Schein    /     \   Quote:
  1154.      Sneakers Computing     \/\/     |        Those who worked the hardest
  1155.      2455 McKinley Ave.      |  (o)(o)        are the last to surrender.
  1156.      West Lawn, PA 19609     C   .---_)            -= Gary Ward =-
  1157.                   | |.___|
  1158.                   |  \__/
  1159.      uunet!cbmvax!heimat!dan  /_____\  (or)  dan%heimat@commodore.com
  1160. Path: ucsd!usc!sdd.hp.com!wuarchive!uunet!w8grt!jim.grubs
  1161. From: jim.grubs@w8grt.fidonet.org (Jim Grubs)
  1162. Newsgroups: rec.ham-radio,rec.ham-radio.packet,rec.ham-radio.swap,rec.radio.shortwave,news.groups
  1163. Subject: CALL FOR DISCUSSION: rec.ham-radio reorganization
  1164. Message-ID: <681.275E4825@w8grt.fidonet.org>
  1165. Date: 6 Dec 90 18:26:35 GMT
  1166. Organization: QRV de W8GRT, Sylvania, OH
  1167. Lines: 57
  1168. Xref: ucsd rec.ham-radio:16052 rec.ham-radio.packet:2560 rec.ham-radio.swap:1437 rec.radio.shortwave:4487 news.groups:15207
  1169.  
  1170.  
  1171.  > From: davidsen@crdos1.crd.ge.COM (Wm E Davidsen Jr)
  1172.  > Date: 5 Dec 90 14:34:04 GMT
  1173.  > Organization: GE Corp R&D Center, Schenectady NY
  1174.  > Message-ID: <2997@crdos1.crd.ge.COM>
  1175.  > Newsgroups: news.groups,rec.ham-radio
  1176.  >
  1177.  > In article <19@shasta.Stanford.EDU> paulf@shasta.Stanford.EDU (paulf)
  1178.  > writes:
  1179.  >
  1180.  > | PROPOSED ADDITIONS:
  1181.  > |
  1182.  > | 1. rec.radio.ham
  1183.  > | 2. rec.radio.ham.legal
  1184.  > | 3. rec.radio.ham.packet
  1185.  > | 4. rec.radio.ham.swap
  1186.  >
  1187.  > | PROPOSED DELETIONS:
  1188.  > |
  1189.  > | 1. rec.ham-radio
  1190.  > | 2. rec.ham-radio.packet
  1191.  > | 3. rec.ham-radio.swap
  1192.  >
  1193.  >         [ note: I have not delete any explanation here ]
  1194.  >
  1195.  > | Commentary Period: Dec. 4 -14, 1990
  1196.  >
  1197.  >   A few comments: a few sentences about the other rec.radio groups would
  1198.  > have made it clear why you were changing ham-radio to radio.ham, and I
  1199.  > would like to see .misc used for the catch-all group.
  1200.  >
  1201.  >   Finally, I don't personally like the .legal name, as it encourages
  1202.  > thought of "what part is not legal?" If you can can think of a beter
  1203.  > name (ie. more descriptive) it might aid in identifying the group. I
  1204.  > don't really care for legal-issues or legalities, but perhaps
  1205.  > regulations would be better, since you will probably be talking mostly
  1206.  > about things which are not laws (passed by congress) but regulations
  1207.  > from the FCC.
  1208.  
  1209. How about rec.radio.amateur.policy?
  1210.  
  1211. My only objection to the new newsgroup is that it has all the earmarks of 
  1212. sticking one's head in the sand rather than coming to grips with the fact 
  1213. that when ham radio dies (and it probably will) it will be for political 
  1214. reasons. We ignore that side of the hobby at our peril.
  1215.  
  1216. The technoids go on and on wonderfully about their ideas for the design of 
  1217. the Phantasmagorical Data Engine with the blind faith assumption that when 
  1218. they're done, we'll have amateur bands to use it in. I don't think we can 
  1219. assume that, and sticking those who write about it in a "newsghetto" so they 
  1220. can be ignored more easily will be counterproductive in the long run. Penny 
  1221. wise and pound foolish, as it were.
  1222.  
  1223. --  
  1224. Jim Grubs - via FidoNet node 1:234/1
  1225. UUCP: ...!uunet!w8grt!jim.grubs
  1226. INTERNET: jim.grubs@w8grt.fidonet.org
  1227. Path: ucsd!ucbvax!UMRVMA.UMR.EDU!S096049
  1228. From: S096049@UMRVMA.UMR.EDU
  1229. Newsgroups: rec.ham-radio.packet
  1230. Subject: Re: Packet-Radio Digest V90 #211
  1231. Message-ID: <901206.145739.CST.S096049@UMRVMA>
  1232. Date: 6 Dec 90 20:57:39 GMT
  1233. References: <.dev.null@UCSD.EDU>
  1234. Sender: daemon@ucbvax.BERKELEY.EDU
  1235. Organization: The Internet
  1236. Lines: 11
  1237.  
  1238.  
  1239.      Thnx to all out there that replied to my request for help on the
  1240. KAM. Your combined help got the the KAM to work. For some unknown reason
  1241. the computer thought that the serial port was COM2 and that COM1 didn't
  1242. exist. So I swicthed to COM2 and wham! just like you said it came up with
  1243. the KAMTRONICS message and cmd: prompt.
  1244.    I spent about 6 hours last night playing with it and am very pleased.
  1245. THANK YOU for all your help and thank you to this news group for being
  1246. in existance to help me.
  1247.  
  1248.       TNX    Jay Doster  S096049@UMRVMA.BITNET
  1249. Path: ucsd!usc!wuarchive!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsh!n2dsy
  1250. From: n2dsy@cbnewsh.att.com (j.gordon.beattie)
  1251. Newsgroups: rec.ham-radio.packet
  1252. Subject: Re: ROSE X.25 Specifications.
  1253. Summary: ROSE Specification is CCITT X.25 PLP or ISO 8208
  1254. Keywords: ROSE X.25 KA9Q
  1255. Message-ID: <1990Dec6.205046.6899@cbnewsh.att.com>
  1256. Date: 6 Dec 90 20:50:46 GMT
  1257. References: <skcm.660468657@echo>
  1258. Organization: AT&T Bell Laboratories
  1259. Lines: 30
  1260.  
  1261. In article <skcm.660468657@echo>, skcm@echo.canberra.edu.au (Carl Makin) writes:
  1262. > Does wnyone know ehere I can get the specification for the X.25 links between
  1263. > ROSE nodes.  I am interested in putting code similar to the NET/ROM code
  1264. > into NOS for ROSE.
  1265. Carl,
  1266.      I can not only supply you with a reference to the specification
  1267. for the ROSE Packet Layer Protocol (see Summary line above), but I can
  1268. also provide you with source code in very portable "C" which could make
  1269. your work much simpler.  The source code is the same "PROTOCOL" code as
  1270. is running today in the ROSE X.25 Switches.  Tom, W2VY provided RATS
  1271. (The Radio Amateur Telecommunications Society) with a complete set of
  1272. source code for the ROSE X.25 Switch as of 10/13/88.  I must emphasize
  1273. that his changes in the current software release are in the "SWITCH"
  1274. and "APPLICATION" modules, not the "PROTOCOL" module.
  1275. Please contact me via email or preferably telephone.  I can provide 
  1276. the access information so that you can download the software when we 
  1277. talk.
  1278.  
  1279. BTW: Anyone else interested please feel free to call.
  1280. 73,
  1281. Gordon Beattie +1.908.615.4168 (office) +1.201.387.8896 (home)
  1282. n2dsy\@hou2d.att.com
  1283. n2dsy\@n2dsy.nj.usa.na   (Americans are geographical illiterates.
  1284.               This is the unspoken reason for the 
  1285.               continent indicator.)
  1286.  
  1287. > Carl
  1288. > vk1kcm@vk1kcm.act.aus.oc
  1289. > skcm@isa.canberra.edu.au
  1290. Path: ucsd!pacbell.com!ames!sun-barr!apple!winter
  1291. From: winter@Apple.COM (Patty Winter)
  1292. Newsgroups: rec.ham-radio.packet
  1293. Subject: Re: Where do I get an IP address?
  1294. Message-ID: <47159@apple.Apple.COM>
  1295. Date: 6 Dec 90 19:11:49 GMT
  1296. References: <197@nddsun1.sps.mot.com> <22117@mvis1.com>
  1297. Distribution: ba
  1298. Organization: Apple Computer Inc., Cupertino, CA
  1299. Lines: 25
  1300.  
  1301. In article <22117@mvis1.com> jkaidor@synoptics.COM (Jerome Kaidor) writes:
  1302. >
  1303. >    I'd like an IP address too.  Who's the coordinator for Northern
  1304. >California?  Also, is there a listing anywhere of gateway stations?
  1305. >I.E., if I want to "get on the network", which station do I call?
  1306. >What frequency do I use?  There are lists of IP addresses on the
  1307. >packet BBS's, but that's not enough.  I need at least one magic
  1308. >frequency...
  1309.  
  1310. Bay Area address coordinator: Doug Thom N6OYU  thom@apple.com
  1311.     Send him your name, callsign, address, phone number, and
  1312.     the city in which your packet station will be located
  1313.     (some people run them from work instead of home)
  1314.  
  1315. Magic frequency in this area: 145.75.  The San Jose gateway and
  1316. all local individual users are there.
  1317.  
  1318.  
  1319. 73,
  1320. Patty
  1321. -- 
  1322. ***************************************************************************** 
  1323. Patty Winter N6BIS                        INTERNET: winter@apple.com
  1324. AMPR.ORG: [44.4.0.44]                     UUCP: {decwrl,nsc,sun}!apple!winter
  1325. ***************************************************************************** 
  1326. Path: ucsd!sdd.hp.com!wuarchive!cs.utexas.edu!news-server.csri.toronto.edu!utgpu!utzoo!henry
  1327. From: henry@zoo.toronto.edu (Henry Spencer)
  1328. Newsgroups: rec.ham-radio,rec.ham-radio.packet,sci.space
  1329. Subject: Re: * SpaceNews 03-Dec-90 *
  1330. Message-ID: <1990Dec6.173628.1994@zoo.toronto.edu>
  1331. Date: 6 Dec 90 17:36:28 GMT
  1332. References: <378@ka2qhd.UUCP> <1990Dec3.183522.25647@qualcomm.com> <1990Dec4.183721.6956@zoo.toronto.edu> <1990Dec5.132743.15342@batcomputer.tn.cornell.edu> <1990Dec6.121859.836@qualcomm.com>
  1333. Organization: U of Toronto Zoology
  1334. Lines: 31
  1335. Xref: ucsd rec.ham-radio:16039 rec.ham-radio.packet:2556 sci.space:13649
  1336.  
  1337. In article <1990Dec6.121859.836@qualcomm.com> antonio@drzeus.qualcomm.com (Franklin Antonio) writes:
  1338. >... How can this billions of years stability stuff be science
  1339. >if you can't test the result of the theory?  Meet me in two billion years
  1340. >for pizza.  If it turned out that the solar system WAS stable, i'll buy you
  1341. >a beer.
  1342.  
  1343. Seen in Usenet newsgroup sci.space.celmech.history, 6 Dec 2000001990:
  1344.  
  1345.     The adjudicating committee appointed last year has regretfully
  1346.     announced that the Two Billion Year Bet has had to be called off.
  1347.     The pizza was good, but everyone had to buy their own beers.
  1348.     (The management did, however, agree to a special rate, only
  1349.     $6945/liter for an excellent import from Heidelberg IV.  The
  1350.     local branches of the major US brewers offered to provide beer
  1351.     free, but everyone naturally ignored them.)  Citing impossible
  1352.     difficulties in deciding whether the solar system would have
  1353.     been stable if left alone, the committee concluded that no
  1354.     settlement of the bet was possible.  "Moving Venus and Mercury
  1355.     out was not that big a deal, and we think we could have allowed
  1356.     for that, but the Arts Council grant of 3476876 for rearranging
  1357.     the asteroids into aesthetically pleasing formations by modulating
  1358.     the orbit of Jupiter just caused hopeless confusion, and when the
  1359.     Flat Ecliptic Society started tidying the orbits up in preparation
  1360.     for the Galactic Fair of 78654379, well, that was the last straw.
  1361.     Not even the generous donation of five milliseconds of Cray-94673
  1362.     time by UUNET Intergalactic Communications Inc was sufficient to
  1363.     decide what would have happened if the upkeep of the solar system
  1364.     had been neglected for so long."
  1365. -- 
  1366. "The average pointer, statistically,    |Henry Spencer at U of Toronto Zoology
  1367. points somewhere in X." -Hugh Redelmeier| henry@zoo.toronto.edu   utzoo!henry
  1368. Path: ucsd!usc!zaphod.mps.ohio-state.edu!rpi!uupsi!uhasun!jbloom
  1369. From: jbloom@uhasun.hartford.edu (Jon Bloom)
  1370. Newsgroups: rec.ham-radio.packet
  1371. Subject: Re: Where can I find more AX25 protocol descriptions?
  1372. Summary: Standard available from ARRL
  1373. Message-ID: <392@ultrix.uhasun.hartford.edu>
  1374. Date: 6 Dec 90 13:59:49 GMT
  1375. References: <265@rc6.urc.tue.nl> <KURRE.90Dec5111526@kannel.lut.fi> <1990Dec5.213428.20083@cunixf.cc.columbia.edu>
  1376. Sender: news@uhasun.hartford.edu
  1377. Organization: The University of Hartford
  1378. Lines: 30
  1379.  
  1380. In article <1990Dec5.213428.20083@cunixf.cc.columbia.edu>, mig@cunixd.cc.columbia.edu (Meir) writes:
  1381. > In article <KURRE.90Dec5111526@kannel.lut.fi> kurre@lut.fi (Joni-Pekka Kurronen) writes:
  1382. > >Hi you !
  1383. > >
  1384. > >I am  very sorry but i do not know where to find from internet.
  1385. > >ax.25 standards are published at 7:th Network Conference book. I hope
  1386. > >you get better answer.
  1387. > >
  1388. > >73 kurre oh5bzr
  1389.  
  1390. No, the material in the 7th Computer Networking Conference Proceedings is
  1391. *not* the standard.  That information is about proposed changes.  The
  1392. actual changes adopted differ somewhat from what is published in the
  1393. 7th CNC.  The new version isn't yet published, and until it is version
  1394. 2.0 of AX.25 remains the official ARRL standard.
  1395.  
  1396. > There are many books written on the subject of Amateur Packet Radio including
  1397. > a Radio Shack version and an American Radio relay League version.  The AX.25
  1398. > info is probably also in the latest editions of the ARRL Handbook for the 
  1399. > Radio Amateur.  The ARRL is in Newington, CT (I don't have their address here).
  1400.  
  1401. The standard is entitled, "AX.25 Amateur Packet-Radio Link-Layer
  1402. Protocol."  ARRL can be contacted at 225 Main St., Newington, CT 06111
  1403. tel: 203-666-1541
  1404.  
  1405.  
  1406. -- 
  1407. Jon Bloom, KE3Z                              | American Radio Relay League
  1408. Internet: jbloom@uhasun.hartford.edu         |
  1409. Snail:    225 Main St., Newington, CT 06111  | "I have no opinions."
  1410. Path: ucsd!usc!zaphod.mps.ohio-state.edu!rpi!masscomp!ocpt!tsdiag!davet
  1411. From: davet@tsdiag.ccur.com (Dave Tiller N2KAU)
  1412. Newsgroups: rec.ham-radio.packet
  1413. Subject: Re: Using a TNC to `dial in' to a Unix box?
  1414. Keywords: tnc packet unix
  1415. Message-ID: <1207@tsdiag.ccur.com>
  1416. Date: 6 Dec 90 16:33:43 GMT
  1417. References: <2120@ccadfa.adfa.oz.au>
  1418. Organization: Concurrent Computer Corp. Oceanport NJ
  1419. Lines: 31
  1420.  
  1421. In article <2120@ccadfa.adfa.oz.au> wkt@rodos2.cs.adfa.oz.au (Warren Toomey) writes:
  1422. -Just a quick question, has anybody set up a system to allow connections on
  1423. -a TNC to be directed to  aserial port on a Unix box, with a login(1) running
  1424. -on the port?
  1425. -I'd like people connecting to my TNC to get a login: prompt not to use KA9Q 
  1426. -or TCP [this is in fact Minix] multiple connections would be nice :-)
  1427. -Initially, there will be a guest account with a restricted
  1428. -environment & no password, so password transmission will not be a
  1429. -worry.
  1430.  
  1431.  
  1432. Yes, it has been done. A friend of mine, ka2qhd, runs a unix bbs here in
  1433. central (New) Jersey that does just that.  Note that you might want to put
  1434. the tnc in transparent mode, and enable the periodic timer that sends packets
  1435. every second or so, even if there hasn't been a <cr> sent. This allows things
  1436. like vi and the shell to output non-<cr> terminated lines. (Like your prompt.)
  1437. Another thing - if your TNC has DCDCONN, use it. This will cause the users
  1438. session to be aborted if they forget to log out and just disconnect. This
  1439. command causes the DCD line on the tnc/computer connection to follow the state
  1440. of the connection.  You may have to tell login() or getty() to listen to DCD.
  1441. Multiple connections are possible when running ka9q on a unix system with
  1442. pseudo ttys. (ttyp0...vtty0).  Note that ka9q can be run in the background -
  1443. you don't need to tie up the machine with just net.  You can also have the
  1444. xobbs running at the same time, and allow simultaneous telnet logins, ftp
  1445. sessions, and bbs connections.  Pretty powerful! Good luck, see ya on the air!
  1446. If you'd like more details, send me email at davet@tsdiag.ccur.com.
  1447. -- 
  1448. David E. Tiller         davet@tsdiag.ccur.com  | Concurrent Computer Corp.
  1449. FAX:  201-870-5952      Ph: (201) 870-4119 (w) | 2 Crescent Place, M/S 117
  1450. UUCP: ucbvax!rutgers!petsd!tsdiag!davet        | Oceanport NJ, 07757
  1451. ICBM: 40 16' 52" N      73 59' 00" W           | N2KAU @ NN2Z
  1452.  
  1453. ------------------------------
  1454.  
  1455. End of Packet-Radio Digest
  1456. ******************************
  1457. Date: Sat,  8 Dec 90 04:30:05 PST
  1458. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  1459. Reply-To: Packet-Radio@UCSD.Edu
  1460. Subject: Packet-Radio Digest V90 #214
  1461. To: packet-radio
  1462.  
  1463.  
  1464. Packet-Radio Digest         Sat,  8 Dec 90       Volume 90 : Issue 214
  1465.  
  1466. Today's Topics:
  1467.           Anyone tried full-duplex packet? (2 msgs)
  1468.           AX25 CRC Polynomial, what is it? (2 msgs)
  1469.               Ka9q Net software.
  1470.                  mac 512K s/w
  1471.               Packet in Germany
  1472.                 pk232 software
  1473.         ROSE X.25 Switch distribution (2 msgs)
  1474.              Source for HARN, PC-100, NOS
  1475.                 tower
  1476.            Using a TNC to `dial in' to a Unix box?
  1477.  
  1478. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  1479. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  1480. Problems you can't solve otherwise to brian@ucsd.edu.
  1481.  
  1482. Archives of past issues of the Packet-Radio Digest are available 
  1483. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  1484.  
  1485. We trust that readers are intelligent enough to realize that all text
  1486. herein consists of personal comments and does not represent the official
  1487. policies or positions of any party.  Your mileage may vary.  So there.
  1488. ----------------------------------------------------------------------
  1489.  
  1490. Date: 7 Dec 90 13:36:34 GMT
  1491. From: swrinde!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!sics.se!sics.se!klemets@ucsd.edu  (Anders Klemets)
  1492. Subject: Anyone tried full-duplex packet?
  1493. To: packet-radio@ucsd.edu
  1494.  
  1495. > Using a split
  1496. > frequency repeater (preferably crossband) makes it possible to provide
  1497. > true collision detection in the Ethernet sense over packet radio.
  1498.  
  1499. How is one supposed to detect the collision using AFSK? Won't it in
  1500. most cases be impossible to determine if there has been a collision
  1501. unless the checksum test has failed?
  1502. Busy Tone Multiple Access, BTMA, is easier to implement and probably
  1503. more efficient since the collsions are avoided rather than detected.
  1504. A drawback with BTMA is that the capture effect in the receivers may
  1505. cause one to defer from transmitting when it isn't really necessary.
  1506.  
  1507. Anders
  1508.  
  1509. ------------------------------
  1510.  
  1511. Date: 7 Dec 90 17:38:15 GMT
  1512. From: deccrl!news.crl.dec.com!shlump.nac.dec.com!delni.enet.dec.com!goldstein@bloom-beacon.mit.edu  (Fred R. Goldstein)
  1513. Subject: Anyone tried full-duplex packet?
  1514. To: packet-radio@ucsd.edu
  1515.  
  1516. In article <1990Dec7.133634.18989@sics.se>, klemets@sics.se (Anders Klemets) writes...
  1517. >> Using a split
  1518. >> frequency repeater (preferably crossband) makes it possible to provide
  1519. >> true collision detection in the Ethernet sense over packet radio.
  1520. >How is one supposed to detect the collision using AFSK? Won't it in
  1521. >most cases be impossible to determine if there has been a collision
  1522. >unless the checksum test has failed?
  1523.  
  1524. Please clarify that effect for me.  As I see it, and I may be wrong,
  1525. a FDX repeater allows the node to hear what it's transmitting.  True,
  1526. it's not like Ethernet where collision = 6V instead of 3V.  So you
  1527. may have to wait to hear the checksum to know that collision didn't 
  1528. occur.  Thus it doesn't really pass the "CD" test for "CSMA/CD".
  1529.  
  1530. But it does do away with Hidden Transmitter Syndrome, within the
  1531. limits imposed by propagation delays (300km/s).  So you do have carrier 
  1532. sense, making collision MUCH less likely.  And if you do have collision,
  1533. and capture occurs, then at least that party gets its packet through,
  1534. something you don't get on Ethernet.
  1535.  
  1536. If the sending node had some kind of comparator for received-bits and 
  1537. transmitted-bits, taking the turnaround delay into acount, then
  1538. CSMA/CD might be essentially possible.  But it would not be trivial
  1539. to implement, and would be needed at every end node.  Offhand, then,
  1540. I'd say straight CSMA (listen before transmitting, FDX repeater) is
  1541. about the best we're likely to get for a while for "access" users.
  1542.  
  1543. Since the present HTS-laden channels are barely Aloha quality,
  1544. CSMA would probably deliver MORE THAN TWICE the throughput than 
  1545. we get now, using only twice the bandwidth, so our bandwidth efficiency 
  1546. would go UP by using repeaters.  Of course the FM yakkers who pretend to 
  1547. be spectrum managers often make this difficult, but we had that flame 
  1548. war last year on this newsgroup so I needn't raise it again.
  1549. ---
  1550. Fred R. Goldstein     k1io     Digital Equipment Corp., Littleton MA
  1551. goldstein@delni.enet.dec.com   voice: +1 508 486 7388
  1552.  Do you think anyone else on the planet would share my opinions, let
  1553.  alone a multi-billion dollar corporation?
  1554.  
  1555. ------------------------------
  1556.  
  1557. Date: 6 Dec 90 18:42:21 GMT
  1558. From: mcsun!ukc!uos-ee!news@uunet.uu.net  (Elec. Eng. Amateur Radio Society)
  1559. Subject: AX25 CRC Polynomial, what is it?
  1560. To: packet-radio@ucsd.edu
  1561.  
  1562. I am intending to implement a TNC using an Intel 83C152. This chip has an
  1563. on board serial interface which supports SDLC. I have a copy of the AX25 
  1564. protocol spec but if refers to another document for the CRC polynomial,
  1565. therefor could someone please post the polynomial used in AX25 so that I
  1566. can check if the 83C152's CRC polynomial is correct,
  1567.  
  1568.     thanks,
  1569.         DF.   (G7FVS)
  1570.  
  1571. ------------------------------
  1572.  
  1573. Date: 7 Dec 90 19:54:56 GMT
  1574. From: mintaka!think.com!sdd.hp.com!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!ux1.cso.uiuc.edu!phil@bloom-beacon.mit.edu  (Phil Howard KA9WGN)
  1575. Subject: AX25 CRC Polynomial, what is it?
  1576. To: packet-radio@ucsd.edu
  1577.  
  1578. ears@EE.Surrey.Ac.UK (Elec. Eng. Amateur Radio Society) writes:
  1579. >I am intending to implement a TNC using an Intel 83C152. This chip has an
  1580. >on board serial interface which supports SDLC. I have a copy of the AX25 
  1581. >protocol spec but if refers to another document for the CRC polynomial,
  1582. >therefor could someone please post the polynomial used in AX25 so that I
  1583. >can check if the 83C152's CRC polynomial is correct,
  1584.  
  1585. I find this practice of leaving out things that can be explained without
  1586. a great deal of text, especially in a publication not (formally) intended
  1587. for engineers and professors, disgusting.
  1588.  
  1589. It would have been trivial to simply give the binary value for the
  1590. polynomial in the text of AX25.  I also believe it would not have been
  1591. that much more text to explain how it works.  This explaination would
  1592. be better in a tutorial on packet, but it definitely belongs somewhere.
  1593.  
  1594. Of course you can't get entirely away from making some subtle references
  1595. to other technology.  But when it is necessary to expressly make such a
  1596. reference, consideration should always be made as to the worth of using
  1597. full text instead of a reference.
  1598.  
  1599. Whenever any publication does make critical references such as the case
  1600. with the AX25 CRC polynomial, there should be included an appendix that
  1601. explains where to get the necessary publication and including its price
  1602. as of the date of publication of the reference.
  1603. -- 
  1604.  
  1605. --Phil Howard, KA9WGN-- | Individual CHOICE is fundamental to a free society
  1606. <phil@ux1.cso.uiuc.edu> | no matter what the particular issue is all about.
  1607.  
  1608. ------------------------------
  1609.  
  1610. Date: 8 Dec 90 03:57:36 GMT
  1611. From: ogicse!clark!ade@ucsd.edu  (Adrian Miranda)
  1612. Subject: Ka9q Net software.
  1613. To: packet-radio@ucsd.edu
  1614.  
  1615. I have an application where I would like ka9q to come up, starting
  1616. it's smtp demon, run for a few minutes, then exit gracefully.  Is this
  1617. possible?  Also, is there a mailing list for discussing ka9q?
  1618.  
  1619. Adrian Miranda
  1620. uunet!clark!ade  or  ade@clark.edu
  1621.  
  1622. ------------------------------
  1623.  
  1624. Date: 7 Dec 90 13:15:04 GMT
  1625. From: usc!hacgate!wlbr!lonex.radc.af.mil!szarekw@ucsd.edu  (William J. Szarek)
  1626. Subject: mac 512K s/w
  1627. To: packet-radio@ucsd.edu
  1628.  
  1629. I just got started in packet and have an MFJ 1278 and an old mac (512K).
  1630.  
  1631. does anyone have any software that i can use?  
  1632.  
  1633. I am currently using a terminal program but this won't allow me to 'play'
  1634. with fax sstv etc.  I would also like something to use the mac to run the
  1635. mailbox and such since it is more powerful that the 1278.
  1636.  
  1637. thanks
  1638. buzz
  1639. WM1W
  1640. szarekw@lonex.radc.af.mil
  1641.  
  1642. ------------------------------
  1643.  
  1644. Date: Fri, 7 Dec 90 13:22:12 CET
  1645. From: mccartin@unix1.j6.eucom.mil (Captain McCartin)
  1646. Subject: Packet in Germany
  1647. To: packet-radio@wsmr-simtel20.army.mil
  1648.  
  1649.  Greetings,
  1650.  
  1651.  Sorry if this has been asked a million times, but I'm new to this list
  1652.  and to Packet Radio.  I live in Stuttgart, Germany, and I've already
  1653.  sent off for my "DA" license (i.e. an American military license for 
  1654.  operating in Germany).  While I'm waiting for my ticket, I'd like to ask 
  1655.  a few questions about packet radio. 
  1656.  
  1657.  Specifically:
  1658.  
  1659.     a.  What type of packet activity is there in Southern
  1660.         Germany?  I'm specifically interested in TCP/IP and
  1661.         internetworking.
  1662.  
  1663.     b.  The only rig I have is an ICOM 735.  Are there any problems
  1664.         using this radio with a TNC?  Additionally, what type of
  1665.         TNC is best for HF packet work.
  1666.  
  1667.     c.  Is there a Packet Radio Club in Southern Germany?  I'll
  1668.         probably need some help getting started.
  1669.  
  1670.     d.  Finally, is there any packet activity with MARS?  I'm in the
  1671.         military, but there isn't a MARS station at my base yet.
  1672.         Maybe I could get something started.
  1673.  
  1674.  Thanks in advance,
  1675.  
  1676.     WB1BQF
  1677.  -- 
  1678.  ***********************************************************************
  1679.  *  Capt Joe McCartin                   mccartin@unix1.j6.eucom.mil    *
  1680.  *  System Engineer, ECJ6-CD            (COMM) [49]-711-680-7168       *
  1681.  *  HQ US European Command              (AV)   430-7168                *
  1682.  *  Stuttgart, West Germany                                            *
  1683.  ***********************************************************************
  1684.  
  1685. ------------------------------
  1686.  
  1687. Date: 6 Dec 90 17:01:53 GMT
  1688. From: infopiz!lupine!hansen!phil@decwrl.dec.com  (Phil Graham)
  1689. Subject: pk232 software
  1690. To: packet-radio@ucsd.edu
  1691.  
  1692. In article <HUNTER.90Dec5165923@work.nlm.nih.gov>,
  1693. hunter@work.nlm.nih.gov (Larry Hunter) writes:
  1694. |> I just got a PK232 to add to my SWL setup, and I'd like pointers to
  1695. |> software for displaying fax & RTTY stuff and/or controling the beast.
  1696. |> The controlling computer is an old sun, so source code pointers would
  1697. |> be appreciated, although any tips at all are welcome.  Also, if anyone
  1698. |> has written code for controling a Kenwood R5000 they'd be willing to
  1699. |> share, I'd be interested.  
  1700. |> 
  1701. AEA markets software that will run on several hardware bases.  I
  1702. understand that they have a new version of the
  1703. RTTY/AMTOR/PACKET/MORSE/etc software due out any day...  They also sell
  1704. with this an old version of the PK-FAX software that will allow you to
  1705. receive/store to disk/print FAX pictures!
  1706.  
  1707. |> BTW, I tried looking at the hamradio/packet directory of the ucsd.edu
  1708. |> anonymous ftp site, and there are two files pk232.arc and
  1709. |> pk232-com.arc, but they are both unreadable by the public.  Any idea
  1710. |> what they are and why they are unreadable?
  1711. Hmmmm... Sounds interesting!
  1712.  
  1713.  
  1714.  
  1715. Phil
  1716. KJ6NN
  1717.  
  1718. ------------------------------
  1719.  
  1720. Date: 7 Dec 90 22:07:15 GMT
  1721. From: att!cbnewsh!n2dsy@ucbvax.Berkeley.EDU  (j.gordon.beattie)
  1722. Subject: ROSE X.25 Switch distribution
  1723. To: packet-radio@ucsd.edu
  1724.  
  1725. I just posted the ROSE X.25 Switch code version RSWD1111.ZIP
  1726. and realized that it may arrive at some sites in a truncated
  1727. state.  If this is the case send me an email or call me on
  1728. the telephone and I will either resend it cut into pieces,
  1729. or I'll send you a copy via email or postal mail.
  1730. Thanks,
  1731. Gordon Beattie n2dsy  +1.201.387.8896 (Home)  +1.908.615.4168 (Office)
  1732. n2dsy@hou2d.att.com  or packet: n2dsy@n2dsy.nj.usa.na
  1733.  
  1734. ------------------------------
  1735.  
  1736. Date: 7 Dec 90 22:25:22 GMT
  1737. From: brian@ucsd.edu  (Brian Kantor)
  1738. Subject: ROSE X.25 Switch distribution
  1739. To: packet-radio@ucsd.edu
  1740.  
  1741. In article <1990Dec7.220715.15581@cbnewsh.att.com> n2dsy@cbnewsh.att.com (j.gordon.beattie) writes:
  1742. >I just posted the ROSE X.25 Switch code version RSWD1111.ZIP
  1743. >and realized that it may arrive at some sites in a truncated
  1744. >state.
  1745.  
  1746. It will arrive truncated at some sites, and it won't appear in the
  1747. digest at all.  Nothing over 500 lines long does.
  1748.  
  1749. Look, dudes, the proper way to distribute software is to put it out
  1750. where people who want it can grab it, not to send it to thousands of
  1751. sites in the hope that one out of a hundred may care about it.
  1752.  
  1753. Anonymous UUCP and FTP, plus telephone BBSs do this well.
  1754.  
  1755.     Brian Kantor    WB6CYT  UC San Diego   brian@ucsd.edu
  1756.  
  1757. ------------------------------
  1758.  
  1759. Date: 7 Dec 90 23:40:32 GMT
  1760. From: sunriv!ronh@uunet.uu.net  (Ronnie Hughes)
  1761. Subject: Source for HARN, PC-100, NOS
  1762. To: packet-radio@ucsd.edu
  1763.  
  1764. In article <1990Dec4.051956.28605@bellcore.bellcore.com> karn@envy.bellcore.com (Phil R. Karn) writes:
  1765. >
  1766. >You can buy cards that provide both the HDLC framing and modem functions.
  1767. >DRSI has the PC Packet Adaptor, while PACCOMM has the PC-100 and Hamilton
  1768. >Area Packet Radio has their HAPN card. A new group in Ottawa has just
  1769. >come out with an HDLC card that supports DMA (invaluable for high speed
  1770. >modems) but it does not have an on-card low speed modem.
  1771. >
  1772. >Phil
  1773.  
  1774. Where can one can purchase the HAPN and the PC-100 card?  I've 
  1775. seen the ads for the DRSI card and the recent posting about the 
  1776. Ottawa card, but I would like to look at the other two before 
  1777. buying one.  
  1778.  
  1779. Also, where can a non-ftp site obtain the lastest source for 
  1780. NOS?  Anything available via uucp?  What happened to uucp site
  1781. "winfree" as described in the doc that came with KA9Q NET?
  1782.  
  1783. Ronnie, N5CSE   ronh@sunriver.com -or- uunet!sunriv!ronh
  1784.  
  1785. ------------------------------
  1786.  
  1787. Date: 6 Dec 90 18:40:16 GMT
  1788. From: csus.edu!wuarchive!zaphod.mps.ohio-state.edu!van-bc!ubc-cs!alberta!herald.usask.ca!weyr!Vernon.Geddes@ucdavis.ucdavis.edu  (Vernon Geddes)
  1789. Subject: tower
  1790. To: packet-radio@ucsd.edu
  1791.  
  1792. is there a tower that will come down (automatic) when the winds
  1793. go above say 50 mph. then go backup when the winds decrease.
  1794.  
  1795. if there is, where can i get one, and (the normal question) how much.
  1796.  
  1797.  
  1798. --  
  1799. Vernon Geddes - via FidoNet node 1:140/22
  1800. UUCP: ...!herald!weyr!Vernon.Geddes
  1801. Domain: Vernon.Geddes@weyr.FIDONET.ORG
  1802. Standard Disclaimers Apply...
  1803.  
  1804. ------------------------------
  1805.  
  1806. Date: 7 Dec 90 11:52:44 GMT
  1807. From: mcsun!ukc!axion!uzi-9mm.fulcrum.bt.co.uk!beta.its.bt.co.uk!jvt@uunet.uu.net  (John Trickey)
  1808. Subject: Using a TNC to `dial in' to a Unix box?
  1809. To: packet-radio@ucsd.edu
  1810.  
  1811. I did this with SysVR0.  It required nothing special.  I modified
  1812. /etc/gettydefs to include a banner to tell the uninitiated how to
  1813. log in and set the TNC220 to TRANSPARENT mode.
  1814.  
  1815. John
  1816. -- 
  1817. John Trickey <jvt@its.bt.co.uk> || ..!mcsun!ukc!axion!its
  1818.           G4REV @ GB7SUT      Voice: +44 21 333 3369
  1819. #include <std/disclaimer>
  1820.  
  1821. ------------------------------
  1822.  
  1823. End of Packet-Radio Digest
  1824. ******************************
  1825. Date: Mon, 10 Dec 90 04:30:04 PST
  1826. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  1827. Reply-To: Packet-Radio@UCSD.Edu
  1828. Subject: Packet-Radio Digest V90 #215
  1829. To: packet-radio
  1830.  
  1831.  
  1832. Packet-Radio Digest         Mon, 10 Dec 90       Volume 90 : Issue 215
  1833.  
  1834. Today's Topics:
  1835.                 JA WP server .
  1836.  
  1837. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  1838. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  1839. Problems you can't solve otherwise to brian@ucsd.edu.
  1840.  
  1841. Archives of past issues of the Packet-Radio Digest are available 
  1842. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  1843.  
  1844. We trust that readers are intelligent enough to realize that all text
  1845. herein consists of personal comments and does not represent the official
  1846. policies or positions of any party.  Your mileage may vary.  So there.
  1847. ----------------------------------------------------------------------
  1848.  
  1849. Date: Mon, 10 Dec 90 16:00:48 JST
  1850. From: KOMATSU Toshiki <870383%JPNTSUK2.BITNET@CUNYVM.CUNY.EDU>
  1851. Subject: JA WP server .
  1852. To: PACKET-RADIO@UCSD.EDU
  1853.  
  1854.      Hello , OM.
  1855.  
  1856.      RLI/MBL Network is popular in JA packet . Then someone asked me
  1857. calls of WP server . Now , JR1YDM.JNET1.JPN is storing many data
  1858. of user / sysop .
  1859.      I forgot his name , so that posted mailing list .
  1860.  
  1861.      CUL
  1862.  
  1863. / KOMATSU Toshiki
  1864. Coll.of Phisical Sci.(chem.) ,The Univ.of Tsukuba ,Tsukuba-city .
  1865. Phone :+81-(0)298-514590  S-mail:P.O.Box 53,Tsukuba-Gakuen,305,JAPAN
  1866. RLInet:JF7WED@JF7WED.#14.JNET1.JPN.AS  ( MBX98 , Loc.QM06BC )
  1867.  
  1868. ------------------------------
  1869.  
  1870. End of Packet-Radio Digest
  1871. ******************************
  1872. Date: Tue, 11 Dec 90 04:30:04 PST
  1873. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  1874. Reply-To: Packet-Radio@UCSD.Edu
  1875. Subject: Packet-Radio Digest V90 #216
  1876. To: packet-radio
  1877.  
  1878.  
  1879. Packet-Radio Digest         Tue, 11 Dec 90       Volume 90 : Issue 216
  1880.  
  1881. Today's Topics:
  1882.            Anyone tried full-duplex packet?
  1883.           AX25 CRC Polynomial, what is it? (2 msgs)
  1884.             commodore 64 keyboard
  1885.      I wish to subscribe to packet radio list (puhleeze!)
  1886.             Need some info on Hams
  1887.               Packet/Amtor with TS-130S
  1888.         ROSE X.25 Switch distribution (2 msgs)
  1889.  
  1890. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  1891. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  1892. Problems you can't solve otherwise to brian@ucsd.edu.
  1893.  
  1894. Archives of past issues of the Packet-Radio Digest are available 
  1895. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  1896.  
  1897. We trust that readers are intelligent enough to realize that all text
  1898. herein consists of personal comments and does not represent the official
  1899. policies or positions of any party.  Your mileage may vary.  So there.
  1900. ----------------------------------------------------------------------
  1901.  
  1902. Date: 10 Dec 90 22:32:00 GMT
  1903. From: envy!karn@bellcore.com  (Phil R. Karn)
  1904. Subject: Anyone tried full-duplex packet?
  1905. To: packet-radio@ucsd.edu
  1906.  
  1907. Fred Goldstein and Anders Klemets both ask how collision detection can
  1908. be done when a full-duplex RF repeater is used.
  1909.  
  1910. Fred says:
  1911.  
  1912. |> If the sending node had some kind of comparator for received-bits and 
  1913. |> transmitted-bits, taking the turnaround delay into acount, then
  1914. |> CSMA/CD might be essentially possible.
  1915.  
  1916. This is what I had in mind. If you simply compare the incoming
  1917. characters with those in the transmit buffer, then you can quickly
  1918. detect a collision that keeps you from hearing your own data through
  1919. the repeater. You can also use framing errors (aborts, premature
  1920. flags, etc) as an indication that you have not captured the repeater.
  1921.  
  1922. I don't think this is a particularly difficult scheme. You do have to
  1923. handle the monitored data in software (unless somebody has a
  1924. controller that can do a "receive verify" operation in hardware) but
  1925. at least the transmitter can be DMA-driven.
  1926.  
  1927. Phil
  1928.  
  1929. ------------------------------
  1930.  
  1931. Date: 10 Dec 90 21:02:29 GMT
  1932. From: deccrl!news.crl.dec.com!shlump.nac.dec.com!koning.enet.dec.com!koning@bloom-beacon.mit.edu  (Paul Koning)
  1933. Subject: AX25 CRC Polynomial, what is it?
  1934. To: packet-radio@ucsd.edu
  1935.  
  1936. |> I am intending to implement a TNC using an Intel 83C152. This chip has an
  1937. |> on board serial interface which supports SDLC. I have a copy of the AX25 
  1938. |> protocol spec but if refers to another document for the CRC polynomial,
  1939. |> therefor could someone please post the polynomial used in AX25 so that I
  1940. |> can check if the 83C152's CRC polynomial is correct,
  1941. |> 
  1942. |>      thanks,
  1943. |>              DF.   (G7FVS)
  1944.  
  1945. I assume you want the name or the like of the CRC, not a tutorial on what
  1946. a CRC is.  If so, the answer is simple:  AX.25 uses the same one that
  1947. LAPB uses, which is generally known as "CRC-CCITT".
  1948.  
  1949.     paul, ni1d
  1950.  
  1951. ------------------------------
  1952.  
  1953. Date: 11 Dec 90 02:58:23 GMT
  1954. From: agate!shelby!neon!kaufman@apple.com  (Marc T. Kaufman)
  1955. Subject: AX25 CRC Polynomial, what is it?
  1956. To: packet-radio@ucsd.edu
  1957.  
  1958. In article <1990Dec10.160105@koning.enet.dec.com> koning@koning.enet.dec.com (Paul Koning) writes:
  1959. -|> I am intending to implement a TNC using an Intel 83C152. This chip has an
  1960. -|> on board serial interface which supports SDLC. I have a copy of the AX25 
  1961. -|> protocol spec but if refers to another document for the CRC polynomial,
  1962. -|> therefor could someone please post the polynomial used in AX25 so that I
  1963. -|> can check if the 83C152's CRC polynomial is correct,
  1964. -|> 
  1965. -|>     thanks,
  1966. -|>             DF.   (G7FVS)
  1967.  
  1968. >I assume you want the name or the like of the CRC, not a tutorial on what
  1969. >a CRC is.  If so, the answer is simple:  AX.25 uses the same one that
  1970. >LAPB uses, which is generally known as "CRC-CCITT".
  1971.  
  1972. Which is X^16 + X^12 + X^5 + 1
  1973. How come I have seen 3 replies to the above request, NONE of which bothered
  1974. to give the answer the man wanted?
  1975.  
  1976. Marc Kaufman (kaufman@Neon.stanford.edu)
  1977.  
  1978. ------------------------------
  1979.  
  1980. Date: 7 Dec 90 18:50:24 GMT
  1981. From: van-bc!ubc-cs!alberta!herald.usask.ca!weyr!f31.n140.z1.FIDONET.ORG!Dan.Garret@uunet.uu.net  (Dan Garret)
  1982. Subject: commodore 64 keyboard
  1983. To: packet-radio@ucsd.edu
  1984.  
  1985. hi there as you can see from the head title i am selling a commodore c64 key board. i will be willing to sell it for around $60-80. sounds good??? leave me a message if your interested. BBfn.
  1986.  
  1987. --  
  1988. Dan Garret - via FidoNet node 1:140/22
  1989. UUCP: ...!herald!weyr!31!Dan.Garret
  1990. Domain: Dan.Garret@f31.n140.z1.FIDONET.ORG
  1991. Standard Disclaimers Apply...
  1992.  
  1993. ------------------------------
  1994.  
  1995. Date: 8 Dec 90 22:42:05 GMT
  1996. From: att!bu.edu!wang!tosspot!lee@ucbvax.Berkeley.EDU  (Lee Reynolds)
  1997. Subject: I wish to subscribe to packet radio list (puhleeze!)
  1998. To: packet-radio@ucsd.edu
  1999.  
  2000. Hi.
  2001.  
  2002. Would any kind soul out there tell me the address to which to send a request 
  2003.  for subscribing to the packet radio digest???
  2004.  
  2005.         Thanks,
  2006.                Lee
  2007.  
  2008. ------------------------------
  2009.  
  2010. Date: 10 Dec 90 02:06:06 GMT
  2011. From: tronsbox!fbalady@uunet.uu.net  (Freddy Balady)
  2012. Subject: Need some info on Hams
  2013. To: packet-radio@ucsd.edu
  2014.  
  2015. I heard about Ham Radio from a couple of my friends, and i'm started to get
  2016. interested in it.  Can someone send me mail explaining ham radio and packet
  2017. in general? I'm not very knowlegable about ham so any info would be great!
  2018. Thanks.
  2019.  
  2020. -Fred
  2021.  
  2022. --
  2023.  
  2024. ----------------------------------------------------------------------------
  2025. Freddy Balady                                       fbalady@tronsbox.xei.com
  2026. ----------------------------------------------------------------------------
  2027.  
  2028. ------------------------------
  2029.  
  2030. Date: 10 Dec 90 18:46:28 GMT
  2031. From: eru!hagbard!sunic!isgate!krafla!saemi@bloom-beacon.mit.edu  (Saemundur Thorsteinsson)
  2032. Subject: Packet/Amtor with TS-130S
  2033. To: packet-radio@ucsd.edu
  2034.  
  2035. I just got an AEA-232 MBX which I intend to use with my 
  2036. Kenwood TS-130S transceiver.  I wonder if anyone out there
  2037. has used this combination before, and if any OM/YL has suggestions
  2038. or advice regarding interfacing or T/R-switching.  I'm not
  2039. sure if the T/R-relays are fast enough for packet or
  2040. AMTOR.  
  2041.  
  2042. 73's de TF3UA    (saemi@kerfi.hi.is)
  2043.  
  2044. ------------------------------
  2045.  
  2046. Date: 10 Dec 90 18:49:57 GMT
  2047. From: netnews.upenn.edu!platypus!bill@rutgers.edu  (Bill Gunshannon)
  2048. Subject: ROSE X.25 Switch distribution
  2049. To: packet-radio@ucsd.edu
  2050.  
  2051. In article <24420@ucsd.Edu>, brian@ucsd.Edu (Brian Kantor) writes:
  2052. > Look, dudes, the proper way to distribute software is to put it out
  2053. > where people who want it can grab it, not to send it to thousands of
  2054. > sites in the hope that one out of a hundred may care about it.
  2055. > Anonymous UUCP and FTP, plus telephone BBSs do this well.
  2056.  
  2057. I agree!!
  2058.  
  2059. And I have put it up for anonymous FTP at platypus.uofs.edu in pub/HAM-RADIO.
  2060.  
  2061. There are other goodies there also (even for MAC Users ;-) so feel free to
  2062. look around.  I also hope to have a phone line (only 1200 baud though :-( )
  2063. shortly and plan on offering anonymous UUCP as well.
  2064.  
  2065. I have limited space but will consider adding things of general interest
  2066. to Amateur Radio.
  2067. Just send me Email.
  2068.  
  2069. Enjoy.
  2070.  
  2071. bill    KB3YV
  2072.  
  2073.  
  2074. -- 
  2075.  
  2076.      Bill Gunshannon          |        If this statement wasn't here,
  2077.      bill@platypus.uofs.edu   |  This space would be left intentionally blank
  2078.  
  2079. ------------------------------
  2080.  
  2081. Date: 11 Dec 90 05:34:00 GMT
  2082. From: elroy.jpl.nasa.gov!usc!samsung!umich!vela!w8sdz@ames.arc.nasa.gov  (Keith Petersen)
  2083. Subject: ROSE X.25 Switch distribution
  2084. To: packet-radio@ucsd.edu
  2085.  
  2086. Now available from WSMR-SIMTEL20.ARMY.MIL [26.2.0.74]
  2087.  
  2088. Directory PD1:<MSDOS.PACKET>
  2089.  Filename   Type Length   Date    Description
  2090. ==============================================
  2091. RSWD1111.ZIP  B   65996  901208  Hams: ROSE X.25 packet radio switch for TNC2
  2092.  
  2093. Keith
  2094. -- 
  2095. Keith Petersen
  2096. Maintainer of SIMTEL20's MSDOS, MISC & CP/M archives [IP address 26.2.0.74]
  2097. Internet: w8sdz@WSMR-SIMTEL20.Army.Mil    or     w8sdz@vela.acs.oakland.edu
  2098. Uucp: uunet!umich!vela!w8sdz                          BITNET: w8sdz@OAKLAND
  2099.  
  2100. ------------------------------
  2101.  
  2102. End of Packet-Radio Digest
  2103. ******************************
  2104. Date: Wed, 12 Dec 90 04:30:04 PST
  2105. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  2106. Reply-To: Packet-Radio@UCSD.Edu
  2107. Subject: Packet-Radio Digest V90 #217
  2108. To: packet-radio
  2109.  
  2110.  
  2111. Packet-Radio Digest         Wed, 12 Dec 90       Volume 90 : Issue 217
  2112.  
  2113. Today's Topics:
  2114.                Amateur Packet Radio PR
  2115.            AX25 CRC Polynomial, what is it?
  2116.          info on packet switching and ham BBS
  2117.            looking for satellite decoding software
  2118.  
  2119. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  2120. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  2121. Problems you can't solve otherwise to brian@ucsd.edu.
  2122.  
  2123. Archives of past issues of the Packet-Radio Digest are available 
  2124. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  2125.  
  2126. We trust that readers are intelligent enough to realize that all text
  2127. herein consists of personal comments and does not represent the official
  2128. policies or positions of any party.  Your mileage may vary.  So there.
  2129. ----------------------------------------------------------------------
  2130.  
  2131. Date: Tue, 11 Dec 90 16:29:36 MST
  2132. From: fletcher@Outlaw.UWyo.Edu (Walter R Fletcher)
  2133. Subject: Amateur Packet Radio PR
  2134. To: packet-radio@ucsd.edu
  2135.  
  2136. A quick note to those interested:
  2137.     The  "Ask Mr. Protocol"  column in the December 1990 (V 1 n.14) issue
  2138. of SunExpert has an above average article about amateur packet radio for those
  2139. of you looking for something to set in front of those  "types of people you'd
  2140. like to see become amateurs"  but are trying to get thier attention without
  2141. thrashing them about the head.  The article briefly goes over  "something the
  2142. hams are up to nowadays".
  2143.  
  2144.   Reid Fletcher, WB7CJO
  2145.   University of Wyoming Dept. of Geology and Geophysics/EORI/ISC
  2146.  
  2147. ------------------------------
  2148.  
  2149. Date: 11 Dec 90 22:13:48 GMT
  2150. From: deccrl!news.crl.dec.com!shlump.nac.dec.com!koning.enet.dec.com!koning@bloom-beacon.mit.edu  (Paul Koning)
  2151. Subject: AX25 CRC Polynomial, what is it?
  2152. To: packet-radio@ucsd.edu
  2153.  
  2154. |> >I assume you want the name or the like of the CRC, not a tutorial on what
  2155. |> >a CRC is.  If so, the answer is simple:  AX.25 uses the same one that
  2156. |> >LAPB uses, which is generally known as "CRC-CCITT".
  2157. |> 
  2158. |> Which is X^16 + X^12 + X^5 + 1
  2159. |> How come I have seen 3 replies to the above request, NONE of which bothered
  2160. |> to give the answer the man wanted?
  2161. |> 
  2162. |> Marc Kaufman (kaufman@Neon.stanford.edu)
  2163. |> 
  2164.  
  2165. Simple.  Because the databooks I have looked at tell you how to select the
  2166. CRC the chip will do, based on the NAME, not based on the polynomial.
  2167.  
  2168.     paul
  2169.  
  2170. ------------------------------
  2171.  
  2172. Date: 11 Dec 90 16:16:07 GMT
  2173. From: uswat!csn!news@boulder.colorado.edu  (GORDON ALLEN R)
  2174. Subject: info on packet switching and ham BBS
  2175. To: packet-radio@ucsd.edu
  2176.  
  2177. I've posted a similar message on rec.ham-radio.  Having been away from amateur
  2178. radio for (embarrassingly) many years, I would like to get info on packet
  2179. switching, ham BBS and posible HAM links to internet/usenet.  Please reply by
  2180. email and I can post a summary.  Thanks a lot.
  2181.  
  2182. Allen Gordon
  2183.  
  2184. ------------------------------
  2185.  
  2186. Date: 12 Dec 90 04:45:24 GMT
  2187. From: sdd.hp.com!news.cs.indiana.edu!ariel.unm.edu!nmsu!opus!owhite@ucsd.edu  (smouldering dog)
  2188. Subject: looking for satellite decoding software
  2189. To: packet-radio@ucsd.edu
  2190.  
  2191. I am (still) trying to locate software that can be used to decode
  2192. satellite data on my amiga.  I have heard through friend-of-a-
  2193. friend-type references that such software exists but so far I have not
  2194. yet gotten anything into my hands.  any information would be useful.  
  2195.     gratefully,
  2196.     owen white
  2197. --
  2198.  
  2199. -=-*-=-=-*-=-=-*-=-=-*-=-=-*-=-=-*-=-=-*-=-=-*-=-=-*-=-=-*-=-=-*-=-
  2200.     rebaptize your badness as the best in you
  2201. -=-*-=-=-*-=-=-*-=-=-*-=-=-*-=-=-*-=-=-*-=-=-*-=-=-*-=-=-*-=-=-*-=-
  2202.  
  2203. ------------------------------
  2204.  
  2205. End of Packet-Radio Digest
  2206. ******************************
  2207. Date: Thu, 13 Dec 90 04:30:04 PST
  2208. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  2209. Reply-To: Packet-Radio@UCSD.Edu
  2210. Subject: Packet-Radio Digest V90 #218
  2211. To: packet-radio
  2212.  
  2213.  
  2214. Packet-Radio Digest         Thu, 13 Dec 90       Volume 90 : Issue 218
  2215.  
  2216. Today's Topics:
  2217.                Amateur Packet Radio PR
  2218.         Error correction on corrupted received packets
  2219.  
  2220. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  2221. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  2222. Problems you can't solve otherwise to brian@ucsd.edu.
  2223.  
  2224. Archives of past issues of the Packet-Radio Digest are available 
  2225. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  2226.  
  2227. We trust that readers are intelligent enough to realize that all text
  2228. herein consists of personal comments and does not represent the official
  2229. policies or positions of any party.  Your mileage may vary.  So there.
  2230. ----------------------------------------------------------------------
  2231.  
  2232. Date: 12 Dec 90 10:56:04 GMT
  2233. From: ogicse!uwm.edu!rpi!clarkson!@ucsd.edu  (Tadd, ,0,0)
  2234. Subject: Amateur Packet Radio PR
  2235. To: packet-radio@ucsd.edu
  2236.  
  2237.  
  2238.  
  2239. ------------------------------
  2240.  
  2241. Date: 12 Dec 90 02:36:12 GMT
  2242. From: agate!linus!philabs!briar!rfc@ucbvax.Berkeley.EDU  (Robert Casey)
  2243. Subject: Error correction on corrupted received packets
  2244. To: packet-radio@ucsd.edu
  2245.  
  2246. I'm definitely no packet gruru, but I was wondering, if your TNC receives two
  2247. bad packets (the second was a failed attempt to resend the first), you could
  2248. do some processing to make it good.  Basically, do a compare between the two,
  2249. and locate where they differ (errors due to noise not likely to be identical).
  2250. And if the CRC that was received from the transmitting TNC match in both bad
  2251. packets, you could figure out how to correct the errors, and make a good
  2252. packet.
  2253.  
  2254. Sequence:
  2255.  
  2256. -receive first packet, CRC says that it is in error, so save it to a buffer.
  2257. -receive second try, this one bad too.  
  2258. -compare CRCs of both packets.  If they match, assume that CRCs are not
  2259.    corrupted, and proceed.
  2260. -compare both bad packets, find errors (where the compare don't match)
  2261. -try various values at the errors until the CRC is happy, or figure out what
  2262.   values would make the CRC happy.
  2263. -use new values to repair the packet.
  2264. -then you can avoid having to tell the transmitting station to try sending the
  2265.    packet again.
  2266.  
  2267. I would think that this might improve things in somewhat noisy environments.
  2268. Don't know how big of errors can be fixed by the above, or if you might get
  2269. fooled into thinking you corrected things when you haven't.  But you wouldn't
  2270. have to change the transmitting standard, here the receiver TNC becomes a
  2271. little smarter.
  2272. ---------------------------------------------------------------------
  2273. send e-mail to WA2ISE@KD6TH on packet, as my account (and my job!) may die
  2274. soon.  Also, if you know anyone looking for a person who knows HDTV, regular
  2275. NTSC TV, DSP circuit design, and high speed logic circuit design, have them
  2276. call me at 201-261-4066.  Also, point any and all headhunters my way.
  2277. I have 11 patents in the TV field.
  2278. Thanks in advance.   73 de WA2ISE
  2279.  
  2280. ------------------------------
  2281.  
  2282. End of Packet-Radio Digest
  2283. ******************************
  2284. Date: Fri, 14 Dec 90 04:30:03 PST
  2285. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  2286. Reply-To: Packet-Radio@UCSD.Edu
  2287. Subject: Packet-Radio Digest V90 #219
  2288. To: packet-radio
  2289.  
  2290.  
  2291. Packet-Radio Digest         Fri, 14 Dec 90       Volume 90 : Issue 219
  2292.  
  2293. Today's Topics:
  2294.           56KB 70KHz modem vs 3KHz land-line modems
  2295.             AX25 CRC Poly., thanks
  2296.         Error correction on corrupted received packets
  2297.                ICOM R1 for sale
  2298.                    I sub x2
  2299.             Rose software? where? (2 msgs)
  2300.              Source for HARN, PC-100, NOS
  2301.  
  2302. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  2303. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  2304. Problems you can't solve otherwise to brian@ucsd.edu.
  2305.  
  2306. Archives of past issues of the Packet-Radio Digest are available 
  2307. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  2308.  
  2309. We trust that readers are intelligent enough to realize that all text
  2310. herein consists of personal comments and does not represent the official
  2311. policies or positions of any party.  Your mileage may vary.  So there.
  2312. ----------------------------------------------------------------------
  2313.  
  2314. Date: 13 Dec 90 15:56:37 GMT
  2315. From: mcsun!ukc!uos-ee!eep1mw@uunet.uu.net  (Mike Willis)
  2316. Subject: 56KB 70KHz modem vs 3KHz land-line modems
  2317. To: packet-radio@ucsd.edu
  2318.  
  2319. In article <9010191008.AA07701@wsscal.UUCP> dan@wsscal.UUCP (Dan Keizer) writes:
  2320. >I see that the 56Kbaud modem operates with 70KHz.  That seems to be the
  2321. >same as the 2400 baud rates at the land-line 3KHz.  I also noticed that
  2322. >with the land-line systems today, you can get 19.2KB over 3KHz voice-line.
  2323. >Is it safe to assume that with the same type of technology applied that
  2324. >you can get 440KBaud at 70KHz?  I don't know that much about spectrum
  2325. >and bandwidth, but the figures look correct.  Anyone care to explain some of
  2326. >this to me?
  2327. >
  2328. >Dan
  2329. >+---------------------------------+-------------------------------------------+
  2330. >| Dan Keizer                      | To each his own ... thoughts included.    |
  2331. >| Western Software Solutions      |                                           |
  2332. >| ...!cpsc.ucalgary.ca!wsscal!dan |                                           |
  2333. >+---------------------------------+-------------------------------------------+
  2334.  
  2335. I tried to reply to this earlier, but as usual, our computer system
  2336. crashed, sysops messing with the operating system again, why they cant
  2337. leave things alone beats me. Anyway, the answer to the question is Yes.
  2338.  
  2339. ------------------------------
  2340.  
  2341. Date: 11 Dec 90 18:44:06 GMT
  2342. From: mcsun!ukc!uos-ee!news@uunet.uu.net  (Elec. Eng. Amateur Radio Society)
  2343. Subject: AX25 CRC Poly., thanks
  2344. To: packet-radio@ucsd.edu
  2345.  
  2346. Thanks to Paul Korning (NI1D) and Marc Kaufman for replying, I now know that
  2347. my TNC should work, as the 80C152 uses the CCITT CRC polynomial. I say should
  2348. as I can still get the software wrong! :-)
  2349.  
  2350. Sorry about posting this thankyou but I cannot send mail outside the UK from
  2351. this account.
  2352.  
  2353.     DF. (G7FVS)
  2354.  
  2355. ------------------------------
  2356.  
  2357. Date: 12 Dec 90 19:09:57 GMT
  2358. From: envy!karn@bellcore.com  (Phil R. Karn)
  2359. Subject: Error correction on corrupted received packets
  2360. To: packet-radio@ucsd.edu
  2361.  
  2362. In article <114879@philabs.Philips.Com> rfc@briar.Philips.Com (Robert Casey) writes:
  2363. >I'm definitely no packet gruru, but I was wondering, if your TNC receives two
  2364. >bad packets (the second was a failed attempt to resend the first), you could
  2365. >do some processing to make it good.
  2366.  
  2367. Given the way HDLC works, this is easier said than done. Errors could
  2368. easily upset the bit-stuffing logic, so bits might be added or deleted
  2369. and you might not know where you are in the packet. This would make it
  2370. difficult to compare bits between packets. And if the errors lose (or
  2371. create) flags, you're pretty much hosed.
  2372.  
  2373. The right way to do forward error correction (which is what you're describing)
  2374. is to design a completely new framing scheme that is intended to work with
  2375. a convolutional or block-coded FEC code. This means having special "sync"
  2376. sequences at the beginning of each frame that can be recognized even if
  2377. some bits are damaged, among other things. It also assumes that your
  2378. errors are gaussian, which may not be a valid assumption given that most
  2379. packets are lost due to collisions with other stations.
  2380.  
  2381. One FEC scheme that would retain the current framing method would work at
  2382. a somewhat higher layer. Send your message as a series of HDLC frames, as
  2383. you do now. Append to this a series of "parity" frames generated with a
  2384. Reed-Solomon block code. At the receiver, you discard all frames with CRC
  2385. errors. Then use the Reed-Solomon code to regenerate the missing frames
  2386. from the frames you got.
  2387.  
  2388. This is known as an "erasure correcting" (as opposed to "error correcting")
  2389. code because you still use the individual frame CRCs to detect the errors,
  2390. i.e., to generate "erased" frames. The nice thing about the Reed Solomon
  2391. code when used this way is that it can regenerate ANY combination of
  2392. erased frames, up to the number of parity frames that were originally
  2393. sent.
  2394.  
  2395. For example, if your transmission consists of 10 message frames and 4
  2396. parity frames (a total of 14 frames) then you could lose any combination
  2397. of up to 4 frames out of this transmission and still not lose any data.
  2398.  
  2399. To be able to recover from the loss of any 4 frames in a transmission
  2400. that uses simple "repetition coding" (i.e., sending everything
  2401. multiple times) you'd have to send each data frame 5 times, for a
  2402. total of 50 frames on the channel. And of course given the larger
  2403. number of frames, this would be a frame loss rate of only 4/50 = 8%,
  2404. compared to a tolerable loss rate for the Reed-Solomon case of 4/14 = 28%.
  2405.  
  2406. The same Reed-Solomon software could be used at the transmitter and
  2407. receiver; consider that the generation of the parity frames at the
  2408. transmitter is exactly the same operation as regenerating them at the
  2409. receiver when they're lost in transit. Of course, a receiver need not
  2410. always invoke the erasure-correcting code; if it gets all of the data
  2411. frames OK, it can simply ignore the parity frames since they're not
  2412. needed.
  2413.  
  2414. This scheme is still not as effective against random (gaussian) noise as
  2415. a bit-level FEC code would be, but it is something that could be implemented
  2416. in amateur packet radio without any hardware changes. It would be especially
  2417. effective in a broadcast protocol; I've recommended it for use in the
  2418. Microsat/Pacsat satellite broadcast protocol.
  2419.  
  2420. Much of the credit for this idea goes to my Bellcore colleague Tony
  2421. McAuley, who originally suggested this scheme for use on broadband
  2422. ISDN in his SIGCOMM '90 paper. When I read it I realized that the
  2423. exact same scheme could be applied to amateur packet radio.
  2424.  
  2425. Phil
  2426.  
  2427. ------------------------------
  2428.  
  2429. Date: 13 Dec 90 04:47:02 GMT
  2430. From: csn!coggs@boulder.colorado.edu  (Bob Coggeshall)
  2431. Subject: ICOM R1 for sale
  2432. To: packet-radio@ucsd.edu
  2433.  
  2434. This is the amazing, tiny, hand-held 150khz to over 1GHZ continous
  2435. coverage scanner. It receives AM, narrow and wideband FM. Unavailable 
  2436. in the US not only because it gets cell phone, but also due to patent 
  2437. infringments. 
  2438.  
  2439. My friend just brought one back fresh from Japan.  He is asking $600.
  2440.  
  2441. ----
  2442. Bob Coggeshall
  2443. coggs@csn.org
  2444. 303/492-6096
  2445.  
  2446. ------------------------------
  2447.  
  2448. Date: Thu, 13 Dec 90 18:23:23 EST
  2449. From: "Ken Wieringo rvgc2@vtvm1.bitnet" <RVGC2@VTVM1.CC.VT.EDU>
  2450. Subject: I sub x2
  2451. To: Adminstrator <packet-radio@ucsd.edu>
  2452.  
  2453. I subscribed twice, I meant to sub to pacKrad not a second time to I-pacrad.
  2454. Can you take me off the double or does listserver double check(no pun intended)
  2455. for two timers:-)  ?   Ken
  2456.  
  2457.      >>RVGC2@VTVM1.CC.VT.EDU< AND.BITNET<  >OR IP#, 128.173.4.1<<
  2458.  >>PHONES COMMERCIAL AND SCATS 703-857-7584<<  >>VATECH CAMPUS 13855<<
  2459.  >>FAX 703-857-7371<< >>SYSM AT UVA MERCURY U820<< >>IBMMAIL(USVPITMA)<<
  2460.  2M PACKET AX.25 N4LYO @ N4MGQ.VA.USA.NA<<>>ARMY MARS AAT3PK/VA >TEXN<<
  2461.          ROANOKE VALLEY GRADUATE CENTER
  2462.           POST MAIL: 117 W. CHURCH AVE.
  2463.             ROANOKE, VA. 24011-1905
  2464.  
  2465. ------------------------------
  2466.  
  2467. Date: 12 Dec 90 15:47:31 GMT
  2468. From: van-bc!ubc-cs!news-server.csri.toronto.edu!utgpu!watserv1!ria!uwovax!31005_1650@uunet.uu.net  (Mark Bramwell 1-519-661-3714)
  2469. Subject: Rose software? where?
  2470. To: packet-radio@ucsd.edu
  2471.  
  2472. I think I missed something somewhere.  As a true hacker willing to try
  2473. anything once, I grab the RSWD1111.ZIP file.  I thought I would burn a
  2474. chip to try in one of my spare TNCs.  When I unZIP the file, it is all
  2475. TXT files.  There were no .EXE .BIN or anything else.
  2476.  
  2477. I am still interested in trying the rose software.  Is there someplace
  2478. other than simtel20 that has the .ZIP file?   (simtel20 is  ALWAYS busy)
  2479.  
  2480. thanks in advance,    mjb.-- 
  2481.  
  2482.  
  2483. ..........................................................................
  2484. .  Mark Bramwell,    VE3PZR                                              .
  2485. .                                                                        .
  2486. .  The University of Western Ontario           Bitnet:  MBRAMWEL@UWO.CA  .
  2487. .  School of Business Administration           Packet:  VE3PZR @ VE3GYQ  .
  2488. .  London, Ontario, N6A 3K7                    Phone:   (519)  661-3714  .
  2489. ..........................................................................
  2490.  
  2491. ------------------------------
  2492.  
  2493. Date: 13 Dec 90 13:31:58 GMT
  2494. From: bagate!dsinc!netnews.upenn.edu!platypus!bill@rutgers.edu  (Bill Gunshannon)
  2495. Subject: Rose software? where?
  2496. To: packet-radio@ucsd.edu
  2497.  
  2498. In article <8058.27660ac3@uwovax.uwo.ca>, 31005_1650@uwovax.uwo.ca (Mark Bramwell 1-519-661-3714) writes:
  2499. > I am still interested in trying the rose software.  Is there someplace
  2500. > other than simtel20 that has the .ZIP file?   (simtel20 is  ALWAYS busy)
  2501.  
  2502. As soon as I get them from Gordon (N2DSY) they will be available for
  2503. ANONYMOUS FTP from platypus.uofs.edu.  It's never busy.  :-)
  2504.  
  2505. I will post when I put them up.
  2506.  
  2507. bill    KB3YV
  2508.  
  2509. -- 
  2510.  
  2511.      Bill Gunshannon          |        If this statement wasn't here,
  2512.      bill@platypus.uofs.edu   |  This space would be left intentionally blank
  2513.  
  2514. ------------------------------
  2515.  
  2516. Date: 10 Dec 90 22:36:49 GMT
  2517. From: hpfcso!hpfcmdd!hpbbrd!hpbbn!hpcc05!col!bdale@hplabs.hpl.hp.com  (Bdale Garbee)
  2518. Subject: Source for HARN, PC-100, NOS
  2519. To: packet-radio@ucsd.edu
  2520.  
  2521. >Where can one can purchase the HAPN and the PC-100 card? 
  2522.  
  2523. Dunno about the HAPN card.  The PC-100 is a product of PacComm.  
  2524.  
  2525. >Also, where can a non-ftp site obtain the lastest source for 
  2526. >NOS?  Anything available via uucp?  What happened to uucp site
  2527. >"winfree" as described in the doc that came with KA9Q NET?
  2528.  
  2529. The machine 'winfree' is my personal unix machine at home.  At one time it
  2530. ran a BBS and provided anonymous uucp access, but the work for me to maintain
  2531. the service ceased to be acceptable, so I stopped.  
  2532.  
  2533. Bdale
  2534.  
  2535. ------------------------------
  2536.  
  2537. Date: (null)
  2538. From: (null)
  2539. The number of bits a symbol represents depends on the alphabet (ie how
  2540. many different symbols there are). In computing circles we are normally
  2541. only concerned with two symbols, 0 and 5V in TTL or +12 and -12V in RS232.
  2542. If you imagine a system that had four states, say 0V 1V 2V 3V, then it
  2543. would be possible to send two bits at once. This is because two bits can
  2544. represent a maximum of four states (00 01 11 10). If we were to transmit
  2545. one of these symbols each second, then we would be sending at 1 baud, but
  2546. at 2 bits/sec. I am sorry if this is overly simplified, I am trying to
  2547. make it as clear as possible.
  2548.  
  2549. Telephone modems use a transmission technique with an alphabet of many
  2550. symbols. If for example you consider a QPSK modem, this has four symbols,
  2551. represented by the phase of the carrier. A channel at 2400 baud QPSK,
  2552. carries 4800 bits per second, but only requires a minimum of 2.4 kHz
  2553. bandwidth. If 64 phase modulation is used, then 8 bits can be sent at
  2554. once, and the bit rate would be 19.2 kbits per second. (This is not how
  2555. the telephone modems do it). To prevent inter symbol interference, and
  2556. make use of real filters, the bandwidth for phase shift keying needs to be
  2557. about 1.4 times the baud rate, so 2400 baud will work down a 3.4 kHz
  2558. telephone channel. As you increase the number of symbols, there is a
  2559. greater chance of noise causing one symbol to be mistaken for another. As
  2560. a general rule, doubling the number of symbols requires a doubling in the
  2561. signal to noise ratio to maintain the same error rate. Assuming that the
  2562. SNR is infinate, the any data rate can be supported in a channel of
  2563. arbitarily small bandwidth. In the real world, 8 bits per baud is about
  2564. the limit, though 256 and 512 symbol alphabets are possible in complex
  2565. (read expensive) systems.
  2566.  
  2567. All this is based on Shannons' theory. For maore information, look up
  2568. Shannon in the local library.
  2569. 73 Mike
  2570.  
  2571. ------------------------------
  2572.  
  2573. End of Packet-Radio Digest
  2574. ******************************
  2575. Date: Sat, 15 Dec 90 04:30:04 PST
  2576. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  2577. Reply-To: Packet-Radio@UCSD.Edu
  2578. Subject: Packet-Radio Digest V90 #220
  2579. To: packet-radio
  2580.  
  2581.  
  2582. Packet-Radio Digest         Sat, 15 Dec 90       Volume 90 : Issue 220
  2583.  
  2584. Today's Topics:
  2585.                    Gateway
  2586.  
  2587. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  2588. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  2589. Problems you can't solve otherwise to brian@ucsd.edu.
  2590.  
  2591. Archives of past issues of the Packet-Radio Digest are available 
  2592. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  2593.  
  2594. We trust that readers are intelligent enough to realize that all text
  2595. herein consists of personal comments and does not represent the official
  2596. policies or positions of any party.  Your mileage may vary.  So there.
  2597. ----------------------------------------------------------------------
  2598.  
  2599. Date: Fri, 14 Dec 90 12:43:14 ARG
  2600. From: adolfo@dacfyb.sld.edu.ar ("Galanternik Adolfo <adolfo@dacfyb.sld.edu.ar>")
  2601. Subject: Gateway
  2602. To: atina!ucsd.edu!packet-radio@uunet.UU.NET
  2603.  
  2604. I'd like to know the existence a gateway between packet-radio and Internet.
  2605. Adolfo. LU8EGI
  2606. ===============================================================================
  2607.       Departamento de Quimica Clinica - Facultad de Farmacia y Bioquimica
  2608.         Universidad de Buenos Aires - ARGENTINA
  2609.              Postmaster: Adolfo Galanternik
  2610.  
  2611. UUCP    : ...uunet!atina!opsarg!dacfyb!adolfo    Phone: +54-1-244-4668
  2612. Internet: adolfo@dacfyb.sld.edu.ar               FAX:   +54-1-292-5755
  2613. Bitnet  : adolfo%dacfyb.sld.edu.ar@uunet.uu.net  Packet: LU8EGI@LU1CLZ.CF.AR.SA
  2614.  
  2615. ------------------------------
  2616.  
  2617. End of Packet-Radio Digest
  2618. ******************************
  2619. Date: Mon, 17 Dec 90 04:30:04 PST
  2620. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  2621. Reply-To: Packet-Radio@UCSD.Edu
  2622. Subject: Packet-Radio Digest V90 #221
  2623. To: packet-radio
  2624.  
  2625.  
  2626. Packet-Radio Digest         Mon, 17 Dec 90       Volume 90 : Issue 221
  2627.  
  2628. Today's Topics:
  2629.      Anybody using integrated microprocessor & serial I/O chips?
  2630.        Error correction on corrupted received packets (3 msgs)
  2631.                Full Duplex Kiss on TNC1
  2632.          HOW DOES ONE GET STARTED WITH AMPR ?
  2633.                ICOM R1 for sale
  2634.            KAM LED's in KISS MODE (3 msgs)
  2635.           netrom routing and multiport nodes
  2636.               scc initialization
  2637.              Source for HARN, PC-100, NOS
  2638.          Where can I get Mac version of NOS? (2 msgs)
  2639.  
  2640. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  2641. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  2642. Problems you can't solve otherwise to brian@ucsd.edu.
  2643.  
  2644. Archives of past issues of the Packet-Radio Digest are available 
  2645. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  2646.  
  2647. We trust that readers are intelligent enough to realize that all text
  2648. herein consists of personal comments and does not represent the official
  2649. policies or positions of any party.  Your mileage may vary.  So there.
  2650. ----------------------------------------------------------------------
  2651.  
  2652. Date: 7 Dec 90 17:36:07 GMT
  2653. From: hpda!hpcuha!aspen!hpcc05!col!bdale@ucbvax.Berkeley.EDU  (Bdale Garbee)
  2654. Subject: Anybody using integrated microprocessor & serial I/O chips?
  2655. To: packet-radio@ucsd.edu
  2656.  
  2657. >Has anyone done anything with the integrated microprocessor and serial I/O chips
  2658. >(like the 68302:  68k core + ISDN style serial I/O, or the Z80181:  Z180 core + 1
  2659. >SCC-style channel)?
  2660. >
  2661. >These chips (especially the '302) look like a great way to build small, cheap,
  2662. >low-power packet-radio gadgets.
  2663.  
  2664. The fine folks at Grace Communications have built a very nice 68302-based
  2665. packet switch board that blows everything else in the amateur market away.
  2666. Contact them for more info...
  2667.  
  2668. Work Address:   Grace Communications
  2669.         623 Palace Street
  2670.         Aurora, IL  60506
  2671. Work Phone:     708-897-9346
  2672.  
  2673. 73 - Bdale, N3EUA
  2674.  
  2675. ------------------------------
  2676.  
  2677. Date: 14 Dec 90 21:17:43 GMT
  2678. From: hpl-opus!hpnmdla!alanb@hplabs.hpl.hp.com  (Alan Bloom)
  2679. Subject: Error correction on corrupted received packets
  2680. To: packet-radio@ucsd.edu
  2681.  
  2682. In rec.ham-radio.packet, brian@ucsd.Edu (Brian Kantor) writes:
  2683.  
  2684. >alanb@hpnmdla.HP.COM (Alan Bloom) writes:
  2685. >>I would be happy with something much simpler.  Why can't I set my TNC to
  2686. >>monitor a channel and display every packet, whether the CRC checks or not?
  2687. >>In other words, go ahead and print the corrupted packets.  You would still
  2688. >>be able to make out part of the message.  (Wouldn't you?)
  2689.  
  2690. >YOU might be able to decipher it, but if the TNC can't, it can't
  2691. >acknowledge the packet and the sender will resend it anyway, so
  2692. >why use packet if all you want is the poor reliability of rtty?
  2693.  
  2694. >But if you want to, just turn PASSALL on.  Most TNCs will cheerfully
  2695. >deliver garbage if you ask them.
  2696.  
  2697. My TNC (KPC-2) doesn't have PASSALL.  Do all TNC-2 clones have this?
  2698. What I want to do is be in monitor mode (not connected to anyone) and
  2699. see what is going on on the channel.
  2700.  
  2701. AL N1AL
  2702.  
  2703. ------------------------------
  2704.  
  2705. Date: 14 Dec 90 20:43:00 GMT
  2706. From: hpcc05!col!bdale@hplabs.hpl.hp.com  (Bdale Garbee)
  2707. Subject: Error correction on corrupted received packets
  2708. To: packet-radio@ucsd.edu
  2709.  
  2710. >I would be happy with something much simpler.  Why can't I set my TNC to
  2711. >monitor a channel and display every packet, whether the CRC checks or not?
  2712. >In other words, go ahead and print the corrupted packets.  You would still
  2713. >be able to make out part of the message.  (Wouldn't you?)
  2714. >
  2715. >This would be like the old days of Baudot RTTY where a static crash might
  2716. >take out a word or two, but you could still understand the gist of the
  2717. >message.
  2718.  
  2719. This would work to the extent that you want it to, but it is counter to the
  2720. overall philosophy of packet radio, specifically the concept of reliable
  2721. delivery.  
  2722.  
  2723. If your definition of packet radio is interactively qso'ing or "reading the
  2724. mail", then this may be a good thing to be able to do.  If your definition
  2725. of packet radio is more like mine, doing lots of sophisticated computer to
  2726. computer communications in support of qualitatively different applications
  2727. than keyboard to keyboard or keyboard to bbs operation... then you really do
  2728. want to drop packets with errors as soon as the error is detected, to 
  2729. minimize the impact on system resources of processing trashed packets.
  2730.  
  2731. So, once again, the answer is both yes and no.
  2732.  
  2733. Bdale
  2734.  
  2735. ------------------------------
  2736.  
  2737. Date: 14 Dec 90 21:34:22 GMT
  2738. From: envy!karn@bellcore.com  (Phil R. Karn)
  2739. Subject: Error correction on corrupted received packets
  2740. To: packet-radio@ucsd.edu
  2741.  
  2742. In article <24872@ucsd.Edu>, brian@ucsd.Edu (Brian Kantor) writes:
  2743. |> But if you want to, just turn PASSALL on.  Most TNCs will cheerfully
  2744. |> deliver garbage if you ask them.
  2745.  
  2746. Yeah, and you won't believe just how MUCH garbage they'll deliver
  2747. until you actually try this. Especially on HF, carrier detect circuits
  2748. don't work very well, so most stations end up feeding continuous raw
  2749. noise from the receiver into their HDLC chips between each packet.
  2750. Most of this stuff is normally filtered out by the CRC check.  But a
  2751. surprising number of small garbage frames (e.g., < 3 bytes) will make
  2752. it past the CRC check. That's because the CRC is only 16 bits wide, so
  2753. any random pattern of bits has a 1/65536 chance of being accepted as a
  2754. valid frame. Even at 1200 baud, it doesn't take long for this to
  2755. happen.
  2756.  
  2757. However, these garbage packets are invariably discarded because they
  2758. don't have your callsign at the beginning.  Consider that the chances
  2759. of your callsign appearing by chance in the destination field of a
  2760. purely random packet are something like 1 in 2^56. (There are 7 bytes
  2761. or 56 bits in an AX.25 address field.)  This is a MUCH smaller number
  2762. than 1 in 2^16. It's equal to the chance of guessing a 56-bit DES
  2763. encryption key - i.e., small enough to not worry about.
  2764.  
  2765. Nevertheless, turning off your CRC check in the hopes of getting only
  2766. slightly errored frames is not likely to work all that well. Most
  2767. real-world errors are bursty (e.g., caused by QRM or static crashes)
  2768. so quite a few bits are wiped out. This type of interference almost
  2769. always screws up the HDLC bit-stuffing logic, sometimes aborting the
  2770. frame entirely (it takes only 7 or more contiguous 1s to cause a frame
  2771. abort).
  2772.  
  2773. The right way to do bit-level FEC is to switch to an entirely
  2774. different frame format. The frame should start with a relatively long,
  2775. pseudo-random "synch vector" instead of the short HDLC "flag" (0x7e).
  2776. This vector should be long enough that the chances of it occurring in
  2777. random noise (or user data) is vanishingly small. It should also be
  2778. chosen such that it can be reliably recognized even when a few of the
  2779. bits are corrupted in transit without appreciably increasing the
  2780. chances of a false alarm. Because the synch vector is long, there is
  2781. no need for bit-stuffing.
  2782.  
  2783. The receipt of a synch vector initializes a forward error correction
  2784. decoder, either of the convolutional (e.g., Viterbi) or block (e.g.,
  2785. Reed-Solomon) type. Bits are clocked from the channel into the decoder,
  2786. and some smaller number of corrected bits emerge some time later. Burst
  2787. errors can be handled by interleaving the encoded bits on the channel,
  2788. e.g., turning a burst of adjacent errors into a more widely distributed
  2789. pattern of single-bit errors that can be more easily corrected by the
  2790. decoder.
  2791.  
  2792. Many real-world coding schemes make use of both a block and a
  2793. convolutional code in series. The data is first block coded and then
  2794. convolutionally coded. The receiver uncodes in reverse order. This
  2795. highly effective scheme is especially popular in deep space
  2796. communications (e.g., Voyager).
  2797.  
  2798. The 400 bps telemetry on Oscar-13 uses a framing scheme similar to
  2799. what I just described. The synch vector is 32 bits long. Convolutional
  2800. coding is available, but it has never been used; normally the links
  2801. are good enough that it isn't required. In my opinion, the main
  2802. drawbacks to the Oscar-13 scheme as currently implemented are a) the
  2803. synch vector isn't long enough, and b) the blocks are of fixed length
  2804. (512 bytes). These could be readily fixed in any new framing scheme
  2805. designed specifically for use with bit-level FEC.
  2806.  
  2807. Phil
  2808.  
  2809. ------------------------------
  2810.  
  2811. Date: 16 Dec 90 01:47:27 GMT
  2812. From: psuvm!n5x@psuvax1.cs.psu.edu  (James C Mankin)
  2813. Subject: Full Duplex Kiss on TNC1
  2814. To: packet-radio@ucsd.edu
  2815.  
  2816. I would like to use my tnc1 in kiss mode with the microsats but
  2817. have been having trouble getting full duplex mode to work properly.
  2818. All the tnc1 kiss roms I have been able to find seem to just key the
  2819. transmitter and leave it forever keyed when given the full duplex
  2820. command ( 5 1 ), rather than key it for each packet.  Has anyone
  2821. else had this problem (and found a solution)??  73's Jim KB3KJ
  2822.  
  2823. ------------------------------
  2824.  
  2825. Date: 15 Dec 90 02:24:20 GMT
  2826. From: munnari.oz.au!darwin.ntu.edu.au!t_anstey@uunet.uu.net
  2827. Subject: HOW DOES ONE GET STARTED WITH AMPR ?
  2828. To: packet-radio@ucsd.edu
  2829.  
  2830. We know nothing about Packet Radio at all, but we are connected to the IP. We
  2831. think that Packet Radion could be a real boon to our remote learning programs
  2832. as cooms lines in our part of the world are rare and expensive.
  2833.  
  2834. The problem is how do we start ??
  2835.  
  2836. Would someone mail us directly with some suggestions on books, publications,
  2837. FTP sites etc that could give us a start.
  2838.  
  2839. We have done some work with using KA9Q etc as a router between AppleTalk and
  2840. ethernet so we are aware of and sort of comfortable with TCP/IP but the packet
  2841. radio side is all new.
  2842.  
  2843. In addition I believe that there is a mailing list called
  2844.  
  2845.     packet-radio@ucsd.edu
  2846.  
  2847.  
  2848. anyone advise me on how to subscibe.
  2849.  
  2850. All help and suggestions gratefully received.
  2851.  
  2852.  
  2853.  
  2854. Tery Anstey
  2855. Computer Services
  2856. Northern Territory University
  2857. Darwin
  2858. Australia
  2859.  
  2860. INTERNET: T_ANSTEY@DARWIN.NTU.EDU.AU
  2861.  
  2862. ------------------------------
  2863.  
  2864. Date: 14 Dec 90 21:19:15 GMT
  2865. From: hpl-opus!hpnmdla!alanb@hplabs.hpl.hp.com  (Alan Bloom)
  2866. Subject: ICOM R1 for sale
  2867. To: packet-radio@ucsd.edu
  2868.  
  2869. In rec.ham-radio.packet, coggs@csn.csn.org (Bob Coggeshall) writes:
  2870.  
  2871. >This is the amazing, tiny, hand-held 150khz to over 1GHZ continous
  2872. etc...
  2873.  
  2874. This should be in rec.ham-radio.swap
  2875.  
  2876. AL N1AL
  2877.  
  2878. ------------------------------
  2879.  
  2880. Date: 14 Dec 90 17:55:36 GMT
  2881. From: crash!ipars!scotto@nosc.mil  (Scott O'Connell)
  2882. Subject: KAM LED's in KISS MODE
  2883. To: packet-radio@ucsd.edu
  2884.  
  2885. I've recently started using KA9Q's NET software.  My KAM (3.01 firmware)
  2886. is now in KISS mode and the LED's don't have the same meaning.  
  2887.  
  2888. About all I can positively conclude is that XMIT remains XMIT and RCV
  2889. remains RCV/DCD.  CON and STA blink during a RCV, so I assume they're
  2890. maybe protocol identifiers.
  2891.  
  2892. I can't find the answer in the manuals and the Kantronics tech support
  2893. line is busy, busy, busy.
  2894.  
  2895. Any definitive answers?
  2896.  
  2897. In my last post I was looking for KA9Q's software for SCO Xenix.  I never
  2898. found a Xenix specific, but was able to compile the 890421.1a version of
  2899. NET with little change.  This was a great accomplishment for a non C 
  2900. programmer like myself. (toot toot) I have also established a SLIP link
  2901. to my MS-DOS PC.  It works, but I still have a *lot* to learn.
  2902.  
  2903. Could someone advise me of possible problems I will encounter with NET?
  2904.  
  2905. ------------------------------
  2906.  
  2907. Date: 15 Dec 90 01:40:28 GMT
  2908. From: envy!karn@bellcore.com  (Phil R. Karn)
  2909. Subject: KAM LED's in KISS MODE
  2910. To: packet-radio@ucsd.edu
  2911.  
  2912. In article <8@ipars.UUCP>, scotto@ipars.cts.com (Scott O'Connell) asks
  2913. about the CON and STA lights when operating his KAM in KISS mode.
  2914.  
  2915. The general convention for these lights (originally established by
  2916. K3MC in his KISS implementation for the TNC-2) is that STA flashes
  2917. whenever the TNC receives a frame from the host for transmission, and
  2918. CON flashes whenever the TNC correctly receives a frame from the
  2919. radio.
  2920.  
  2921. These two lights are under software control, so it's possible that
  2922. Kantronics has implemented them differently. However, from your
  2923. description it sounds like they followed the original convention.
  2924.  
  2925. Phil
  2926.  
  2927. ------------------------------
  2928.  
  2929. Date: 16 Dec 90 01:45:28 GMT
  2930. From: usenet.ins.cwru.edu!ncoast!allbery@tut.cis.ohio-state.edu  (Brandon S. Allbery KB8JRR)
  2931. Subject: KAM LED's in KISS MODE
  2932. To: packet-radio@ucsd.edu
  2933.  
  2934. As quoted from <8@ipars.UUCP> by scotto@ipars.cts.com (Scott O'Connell):
  2935. +---------------
  2936. | In my last post I was looking for KA9Q's software for SCO Xenix.  I never
  2937. | found a Xenix specific, but was able to compile the 890421.1a version of
  2938. | NET with little change.  This was a great accomplishment for a non C 
  2939. | programmer like myself. (toot toot) I have also established a SLIP link
  2940. | to my MS-DOS PC.  It works, but I still have a *lot* to learn.
  2941. | Could someone advise me of possible problems I will encounter with NET?
  2942. +---------------
  2943.  
  2944. Locally, we run G1EMM with the works --- RIP, RSPF, and soon NNTP.  The old
  2945. NET software won't understand RIP or RSPF, and won't be able to do anything
  2946. with NNTP.
  2947.  
  2948. I am planning to write a packet TCP/IP package for UNIX/XENIX when I get a
  2949. multiuser box to replace this lobotomized PC I'm using now.  It will be
  2950. *loosely* based on G1EMM, but will be a rewrite to use UNIX features when
  2951. available.  I will probably include the ability to use native TCP/IP, which
  2952. will require kernel-level drivers; since I'm thinking in terms of pushable
  2953. Streams drivers for KISS, AX.25, and NET/ROM anyway, this isn't a problem.
  2954. I don't suggest asking me any sooner than a year from now, though, the way my
  2955. free time has been going.  :-(
  2956.  
  2957. ++Brandon
  2958. -- 
  2959. Me: Brandon S. Allbery                      VHF/UHF: KB8JRR on 220, 2m, 440
  2960. Internet: allbery@NCoast.ORG                Packet: KB8JRR @ WA8BXN
  2961. America OnLine: KB8JRR                      AMPR: KB8JRR.AmPR.ORG [44.70.4.88]
  2962. uunet!usenet.ins.cwru.edu!ncoast!allbery    Delphi: ALLBERY
  2963.  
  2964. ------------------------------
  2965.  
  2966. Date: 15 Dec 90 21:18:12 GMT
  2967. From: brian@ucsd.edu  (Brian Kantor)
  2968. Subject: netrom routing and multiport nodes
  2969. To: packet-radio@ucsd.edu
  2970.  
  2971. Whilst trying to clean up the incredible mess/mesh that the SoCal
  2972. net/rom network is the other night, I ran into a problem that hadn't
  2973. occured to me before.
  2974.  
  2975. There are several nodes on the network with multiple ports - ie, a
  2976. G8BPQ switch with radios on 145.01 and 223.42.  Both of those ports are
  2977. currently assigned the same callsign-ssid and nodename.
  2978.  
  2979. There are also several other nodes around the area that are on those
  2980. frequencies, but they each have different call-ssid and nodenames.
  2981.  
  2982. The confusion comes when trying to assign quality values to the various
  2983. paths.  It's not possible to tell node A that XXX-1 on 145.01 is a
  2984. different beast than XXX-1 on 223.42, and the same for node B, yet
  2985. because both node A and node B can also talk to each other over another
  2986. link, they both think they have prime quality RF routes to XXX-1,
  2987. although because the 223.42 channel is backbone, we want to direct all
  2988. the traffic to there rather than to 145.01.  I can't lock out XXX-1 on
  2989. node A on 145.01, because that marks the route bad even through node B.
  2990. Not only that, but the actual case is a FIVE-PORT bbs here in town
  2991. that's on just about every packet channel there is, or so it seems.
  2992. Routes to it just keep swapping around as the nodes broadcasts happen,
  2993. and nobody seems to know what talks to where anymore.
  2994.  
  2995. ARRRGGHH!  It's pretty clear to me that it is MANDATORY that multiport
  2996. nodes that don't exist in isolation MUST have different nodenames and
  2997. call-ssid on each port, or the poor little net/rom routing algorithm
  2998. gets incredibly confused.
  2999.  
  3000. Am *I* confused, is this obvious to even the most casual observer, or
  3001. what?  Comments, please!
  3002.  
  3003.     - Brian
  3004.  
  3005. (And no smart-guy remarks about net/rom.  It's not MY choice.)
  3006.  
  3007. ------------------------------
  3008.  
  3009. Date: 16 Dec 90 00:17:49 GMT
  3010. From: wuarchive!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!pitt!cs.pitt.edu!km@eddie.mit.edu
  3011. Subject: scc initialization
  3012. To: packet-radio@ucsd.edu
  3013.  
  3014. This is to the person looking for help on initializing an 8530
  3015. board with the scc driver - my mail to you bounced, so I am
  3016. forced to post this:
  3017.  
  3018.  
  3019. If A0 is tied to D/C and A1 is tied to A/B then:
  3020.  
  3021.   Channel A Control = 302
  3022.   Channel A Data = 303
  3023.   Channel B Control = 300
  3024.   Channel B Data = 301
  3025.  
  3026. The initialization line should be:
  3027.  
  3028. attach scc 1 init 300 16 2 0 1 3 p7158913
  3029. scc 0 ax25 lta 512 1200 256
  3030.  
  3031. You might want to try mtu of 576 instead of 512.
  3032.  
  3033. Let me know if this works for you. There is a documentation file
  3034. for the driver that I can send if you don't have it.
  3035.  
  3036.  
  3037.   Ken Mitchum KY3B
  3038.   km@cs.pitt.edu
  3039.  
  3040. ------------------------------
  3041.  
  3042. Date: 14 Dec 90 02:56:39 GMT
  3043. From: VAX1.CC.UAKRON.EDU!mcs.kent.edu!usenet.ins.cwru.edu!ncoast!allbery@tut.cis.ohio-state.edu  (Brandon S. Allbery KB8JRR)
  3044. Subject: Source for HARN, PC-100, NOS
  3045. To: packet-radio@ucsd.edu
  3046.  
  3047. As quoted from <18330074@col.hp.com> by bdale@col.hp.com (Bdale Garbee):
  3048. +---------------
  3049. | >Also, where can a non-ftp site obtain the lastest source for 
  3050. | >NOS?  Anything available via uucp?  What happened to uucp site
  3051. +---------------
  3052.  
  3053. N8EMR in Columbus runs XBBS and I believe has anonymous uucp.  Unfortunately,
  3054. I've lost the phone numbers (again --- aargh!!!).  If I can get caught up the
  3055. rest of the way on my life, I'll try to arrange for archives on ncoast,
  3056. possibly jointly maintained with N8HSP Terry Bell.
  3057.  
  3058. 73,
  3059. ++Brandon
  3060. -- 
  3061. Me: Brandon S. Allbery                      VHF/UHF: KB8JRR on 220, 2m, 440
  3062. Internet: allbery@NCoast.ORG                Packet: KB8JRR @ WA8BXN
  3063. America OnLine: KB8JRR                      AMPR: KB8JRR.AmPR.ORG [44.70.4.88]
  3064. uunet!usenet.ins.cwru.edu!ncoast!allbery    Delphi: ALLBERY
  3065.  
  3066. ------------------------------
  3067.  
  3068. Date: 14 Dec 90 18:03:36 GMT
  3069. From: csus.edu!wuarchive!cs.utexas.edu!oakhill!nddsun1!nddsun1.sps.mot.com@ucdavis.ucdavis.edu  (Mark Monninger)
  3070. Subject: Where can I get Mac version of NOS?
  3071. To: packet-radio@ucsd.edu
  3072.  
  3073. I understand there is a Macintosh version of the KA9Q NOS package.
  3074.  
  3075. If that it true, where can I get a copy, preferably via anonymous FTP?
  3076.  
  3077. All assistance will be appreciated.
  3078.  
  3079. Many thanks.
  3080.  
  3081. Mark    KG7JL
  3082.  
  3083. ------------------------------
  3084.  
  3085. Date: 14 Dec 90 20:04:38 GMT
  3086. From: winter@apple.com  (Patty Winter)
  3087. Subject: Where can I get Mac version of NOS?
  3088. To: packet-radio@ucsd.edu
  3089.  
  3090. In article <205@nddsun1.sps.mot.com> markm@nddsun1.sps.mot.com (Mark Monninger) writes:
  3091. >I understand there is a Macintosh version of the KA9Q NOS package.
  3092. >
  3093. >If that it true, where can I get a copy, preferably via anonymous FTP?
  3094.  
  3095. No, there's no Mac version of NOS. But if you want NET, it's available
  3096. in the /pub/ham-radio directory of apple.com. (And probably in a couple
  3097. of other places, such as thumper.bellcore.com and platypus.uofs.edu.)
  3098.  
  3099.  
  3100. Patty
  3101.  
  3102. p.s. The /pub/ka9q/incoming directory on thumper also now has a
  3103. fascinating GIF file called "philmick.gif" that folks may want
  3104. to check out. In answer to your next question, Phil is the one
  3105. on the left. :-)
  3106. -- 
  3107. ***************************************************************************** 
  3108. Patty Winter N6BIS                        INTERNET: winter@apple.com
  3109. AMPR.ORG: [44.4.0.44]                     UUCP: {decwrl,nsc,sun}!apple!winter
  3110. ***************************************************************************** 
  3111.  
  3112. ------------------------------
  3113.  
  3114. End of Packet-Radio Digest
  3115. ******************************
  3116. Date: Tue, 18 Dec 90 04:30:04 PST
  3117. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  3118. Reply-To: Packet-Radio@UCSD.Edu
  3119. Subject: Packet-Radio Digest V90 #222
  3120. To: packet-radio
  3121.  
  3122.  
  3123. Packet-Radio Digest         Tue, 18 Dec 90       Volume 90 : Issue 222
  3124.  
  3125. Today's Topics:
  3126.                  KAM
  3127.             KAM LED's in KISS MODE
  3128.       Mickey Mouse (was Re: Where can I get Mac version of NOS?)
  3129.                 ROSE (2 msgs)
  3130.                router hardware question
  3131.             test.  don't read this
  3132.          Where can I get Mac version of NOS?
  3133.  
  3134. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  3135. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  3136. Problems you can't solve otherwise to brian@ucsd.edu.
  3137.  
  3138. Archives of past issues of the Packet-Radio Digest are available 
  3139. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  3140.  
  3141. We trust that readers are intelligent enough to realize that all text
  3142. herein consists of personal comments and does not represent the official
  3143. policies or positions of any party.  Your mileage may vary.  So there.
  3144. ----------------------------------------------------------------------
  3145.  
  3146. Date: Mon, 17 Dec 90 10:55:00 EST
  3147. From: jay@amateur1.cac.stratus.com (ase)
  3148. Subject: KAM
  3149. To: packet-radio@ucsd.edu
  3150.  
  3151. Has anyone had a problem with Kantronics version 3.0 in KISS mode?  
  3152. The symptoms I see on my KAM are intermittent. The symptoms are
  3153. that the STA light stays lit, and may be accompanied by the mark/ 
  3154. space display being dark (as if the hf rig had been xmitting).  
  3155. Although this may be subtle, Phil Karns book says to run at 4800 baud
  3156. and I am running 9600 baud. Could this be a flow control issue with
  3157. symptoms that point to data loss between the computer and TNC? Any
  3158. help that someone could shed would be appreciated. 
  3159.  
  3160.  
  3161. -Jay-  -KA1SNA-
  3162.  
  3163. ------------------------------
  3164.  
  3165. Date: 17 Dec 90 18:55:00 GMT
  3166. From: swrinde!zaphod.mps.ohio-state.edu!sdd.hp.com!apollo!hays@ucsd.edu  (John Hays)
  3167. Subject: KAM LED's in KISS MODE
  3168. To: packet-radio@ucsd.edu
  3169.  
  3170. The kh113013 version (G1EMM) of KA9Q has support for the KAM/KPC-4 multi-port
  3171. KISS.  I have used it with my KAM and run NOS with ports on ETHERNET, HF, and
  3172. VHF simultaneously.  If you have a KAM, I think Kelvin's code is the way to go.
  3173.  
  3174. Anyone interested in an HF IP testbed network  (I nominate 18 Mhz. band)
  3175.  
  3176. John
  3177. KD7UW [44.40.1.3]
  3178.  
  3179. ------------------------------
  3180.  
  3181. Date: 17 Dec 90 22:56:57 GMT
  3182. From: winter@apple.com  (Patty Winter)
  3183. Subject: Mickey Mouse (was Re: Where can I get Mac version of NOS?)
  3184. To: packet-radio@ucsd.edu
  3185.  
  3186. In article <204@platypus.uofs.edu> bill@platypus.uofs.edu (Bill Gunshannon) writes:
  3187. >In article <47387@apple.Apple.COM>, winter@Apple.COM (Patty Winter) writes:
  3188. >> fascinating GIF file called "philmick.gif" that folks may want
  3189. >> to check out. In answer to your next question, Phil is the one
  3190. >> on the left. :-)
  3191. >
  3192. >I recognized him.  But who was the one on the right?? And does he know CW??
  3193.  
  3194.  
  3195. Well, he never spoke, so I presume he prefers key and keyboard modes
  3196. if he's licensed. Perhaps he's a packeteer as well as a mouseketeer. :-)
  3197.  
  3198. Just to throw a little bit of actual informational content into this
  3199. discussion, I will mention that the Disneyland hams run a 2-meter repeater
  3200. on 146.94 (-600 input). Evidently the receiver is on the Matterhorn and
  3201. the transmitter is in the Small World building. I didn't find out about
  3202. this until after the last time I was down there, so I don't know any
  3203. more details. 
  3204.  
  3205.  
  3206. Patty
  3207. -- 
  3208. ***************************************************************************** 
  3209. Patty Winter N6BIS                        INTERNET: winter@apple.com
  3210. AMPR.ORG: [44.4.0.44]                     UUCP: {decwrl,nsc,sun}!apple!winter
  3211. ***************************************************************************** 
  3212.  
  3213. ------------------------------
  3214.  
  3215. Date: 17 Dec 90 22:12:18 GMT
  3216. From: pilchuck!ssc!tad@uunet.uu.net  (Tad Cook)
  3217. Subject: ROSE
  3218. To: packet-radio@ucsd.edu
  3219.  
  3220. Does anyone have a file that they can send me which describes
  3221. what a ROSE switch it?
  3222.  
  3223.  
  3224. Tad Cook
  3225. Seattle, WA
  3226. Packet: KT7H @ N7HFZ.WA.USA.NA
  3227. Phone: 206/527-4089 
  3228. MCI Mail: 3288544 
  3229. Telex: 6503288544 MCI UW  
  3230. USENET:...uw-beaver!sumax!amc-gw!ssc!tad
  3231. or, tad@ssc.UUCP
  3232.  
  3233. ------------------------------
  3234.  
  3235. Date: 17 Dec 90 22:16:10 GMT
  3236. From: pilchuck!ssc!tad@uunet.uu.net  (Tad Cook)
  3237. Subject: ROSE
  3238. To: packet-radio@ucsd.edu
  3239.  
  3240. In article <680@ssc.UUCP>, tad@ssc.UUCP (Tad Cook) writes:
  3241. > Does anyone have a file that they can send me which describes
  3242. > what a ROSE switch it?
  3243.              ^^OOPS!  Should say "IS".
  3244.  
  3245.  
  3246.  
  3247.  
  3248. Tad Cook
  3249. Seattle, WA
  3250. Packet: KT7H @ N7HFZ.WA.USA.NA
  3251. Phone: 206/527-4089 
  3252. MCI Mail: 3288544 
  3253. Telex: 6503288544 MCI UW  
  3254. USENET:...uw-beaver!sumax!amc-gw!ssc!tad
  3255. or, tad@ssc.UUCP
  3256.  
  3257. ------------------------------
  3258.  
  3259. Date: Mon, 17 Dec 90 10:29:43 -0800
  3260. From: brian (Brian Kantor)
  3261. Subject: router hardware question
  3262. To: tcp-group
  3263.  
  3264. I'm in the process of building a router for the local network.  It is
  3265. PC based, and the question to be solved immediately is one of I/O
  3266. bandwidth.
  3267.  
  3268. (BTW, the software involved will probably be G8BPQ front-ending NOS as
  3269. a combined netrom and IP router.  This works, even though it's rather
  3270. baroque to set up.)
  3271.  
  3272. We have two 9600 bps ports, one 4800 bps port, and one 1200 bps port.
  3273.  
  3274. Right now the choice is between using two DRSI PCPA cards or using four
  3275. KISS TNCs on async ports (with 16550 uarts).  The DRSI cards are the
  3276. lower cost solution, but I'm a bit concerned about the interrupt
  3277. service required eating all the cpu and i/o bandwidth of the PClone.
  3278.  
  3279. Has anyone done any comparisons or can speak to the limitations of the
  3280. two schemes, or suggest alternative solutions?
  3281.     - Brian
  3282.  
  3283. ------------------------------
  3284.  
  3285. Date: 17 Dec 90 22:14:00 GMT
  3286. From: pilchuck!ssc!tad@uunet.uu.net  (Tad Cook)
  3287. Subject: test.  don't read this
  3288. To: packet-radio@ucsd.edu
  3289.  
  3290. test
  3291.  
  3292. ------------------------------
  3293.  
  3294. Date: 17 Dec 90 20:34:41 GMT
  3295. From: sdd.hp.com!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!platypus!bill@ucsd.edu  (Bill Gunshannon)
  3296. Subject: Where can I get Mac version of NOS?
  3297. To: packet-radio@ucsd.edu
  3298.  
  3299. In article <47387@apple.Apple.COM>, winter@Apple.COM (Patty Winter) writes:
  3300. > fascinating GIF file called "philmick.gif" that folks may want
  3301. > to check out. In answer to your next question, Phil is the one
  3302. > on the left. :-)
  3303.  
  3304. I recognized him.  But who was the one on the right?? And does he know CW??
  3305.  
  3306.  
  3307. bill    KB3YV
  3308.  
  3309. --
  3310.  
  3311.  
  3312.      Bill Gunshannon          |        If this statement wasn't here,
  3313.      bill@platypus.uofs.edu   |  This space would be left intentionally blank
  3314.  
  3315.  
  3316. -- 
  3317.  
  3318.      Bill Gunshannon          |        If this statement wasn't here,
  3319.      bill@platypus.uofs.edu   |  This space would be left intentionally blank
  3320.  
  3321. ------------------------------
  3322.  
  3323. End of Packet-Radio Digest
  3324. ******************************
  3325. Date: Wed, 19 Dec 90 04:30:03 PST
  3326. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  3327. Reply-To: Packet-Radio@UCSD.Edu
  3328. Subject: Packet-Radio Digest V90 #223
  3329. To: packet-radio
  3330.  
  3331.  
  3332. Packet-Radio Digest         Wed, 19 Dec 90       Volume 90 : Issue 223
  3333.  
  3334. Today's Topics:
  3335.         Error correction on corrupted received packets
  3336.  
  3337. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  3338. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  3339. Problems you can't solve otherwise to brian@ucsd.edu.
  3340.  
  3341. Archives of past issues of the Packet-Radio Digest are available 
  3342. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  3343.  
  3344. We trust that readers are intelligent enough to realize that all text
  3345. herein consists of personal comments and does not represent the official
  3346. policies or positions of any party.  Your mileage may vary.  So there.
  3347. ----------------------------------------------------------------------
  3348.  
  3349. Date: 18 Dec 90 13:35:58 GMT
  3350. From: usc!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!platypus!bill@ucsd.edu  (Bill Gunshannon)
  3351. Subject: Error correction on corrupted received packets
  3352. To: packet-radio@ucsd.edu
  3353.  
  3354. In article <1260042@hpnmdla.HP.COM>, alanb@hpnmdla.HP.COM (Alan Bloom) writes:
  3355. > My TNC (KPC-2) doesn't have PASSALL.  Do all TNC-2 clones have this?
  3356.  
  3357. My KPC-2 has PASSALL.  I can't imagine why yours wouldn't.
  3358. Of course, I also can't imagine why you reall want it.
  3359. If you set all the MONITOR commands to ON, you will see everything
  3360. except the damaged packetsd which would display as garbage anyway.
  3361. But then again, I can't imagine why you want to.  It's just as 
  3362. thrilling as "reading the mail" on 75 meteres.
  3363.  
  3364. bill    KB3YV
  3365.  
  3366.  
  3367. -- 
  3368.  
  3369.      Bill Gunshannon          |        If this statement wasn't here,
  3370.      bill@platypus.uofs.edu   |  This space would be left intentionally blank
  3371.  
  3372. ------------------------------
  3373.  
  3374. End of Packet-Radio Digest
  3375. ******************************
  3376. Date: Thu, 20 Dec 90 04:30:03 PST
  3377. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  3378. Reply-To: Packet-Radio@UCSD.Edu
  3379. Subject: Packet-Radio Digest V90 #224
  3380. To: packet-radio
  3381.  
  3382.  
  3383. Packet-Radio Digest         Thu, 20 Dec 90       Volume 90 : Issue 224
  3384.  
  3385. Today's Topics:
  3386.           Amateur spread-spectrum projects? (6 msgs)
  3387.           Current status of 56kbps projects?
  3388.            High speed point to point Backbones ...
  3389.                  KAM
  3390.                PK-232 Memory poke/peek
  3391.  
  3392. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  3393. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  3394. Problems you can't solve otherwise to brian@ucsd.edu.
  3395.  
  3396. Archives of past issues of the Packet-Radio Digest are available 
  3397. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  3398.  
  3399. We trust that readers are intelligent enough to realize that all text
  3400. herein consists of personal comments and does not represent the official
  3401. policies or positions of any party.  Your mileage may vary.  So there.
  3402. ----------------------------------------------------------------------
  3403.  
  3404. Date: 19 Dec 90 15:19:00 GMT
  3405. From: sdd.hp.com!news.cs.indiana.edu!msi.umn.edu!cs.umn.edu!uc!nachos.SSESCO.com!SSESCO.com!elmquist@ucsd.edu  (Chris Elmquist)
  3406. Subject: Amateur spread-spectrum projects?
  3407. To: packet-radio@ucsd.edu
  3408.  
  3409. As long as I've got everyone's attention....
  3410.  
  3411. What's going on with amateur spread-spectrum data transmission?
  3412.  
  3413. I've seen these new wireless LAN products from places like LAWN
  3414. and Motorola...
  3415.  
  3416. Is there any activity in this field for amateur use?  Has anyone
  3417. looked into converting a LAWN unit for 902 MHz?  (Maybe it already
  3418. works there...)  Does it use the right kind of spreading sequence for
  3419. amateur use?
  3420.  
  3421. I've seen several articles in QST and QEX about the subject but
  3422. it didn't seem to me like the whole system was completed.  So,
  3423. I guess I'm checking here to see what progress has been made
  3424. since those articles.
  3425.  
  3426. Thanks.
  3427.  
  3428. Chris
  3429.  
  3430. ------------------------------
  3431.  
  3432. Date: 19 Dec 90 18:27:21 GMT
  3433. From: agate!shelby!paulf%shasta.Stanford.EDU@ucbvax.Berkeley.EDU  (paulf)
  3434. Subject: Amateur spread-spectrum projects?
  3435. To: packet-radio@ucsd.edu
  3436.  
  3437. I've had some interest for a while now (but no time, ugh) in developing
  3438. a rate 1/10 system for 75 baud RTTY.  Now, before you gag, realize that
  3439. such a system will fit quite easily into SSB bandwidths, and could be
  3440. done with fairly cheap equipment (bell 202 modems, even).  The resulting
  3441. 10db coding gain would do worlds of wonder for RTTY.  Of course, it would
  3442. have to be developed at VHF initially, but the real utility would be
  3443. on HF...
  3444.  
  3445. -=Paul Flaherty, N9FZX      | Without KILL files,
  3446. ->paulf@shasta.Stanford.EDU | life itself would be impossible.
  3447.  
  3448. ------------------------------
  3449.  
  3450. Date: 19 Dec 90 20:49:39 GMT
  3451. From: agate!darkstar!ucscc.UCSC.EDU!haynes@ucbvax.Berkeley.EDU  (99700000)
  3452. Subject: Amateur spread-spectrum projects?
  3453. To: packet-radio@ucsd.edu
  3454.  
  3455. In article <42@shasta.Stanford.EDU> paulf@shasta.Stanford.EDU (paulf) writes:
  3456. >I've had some interest for a while now (but no time, ugh) in developing
  3457. >a rate 1/10 system for 75 baud RTTY.  Now, before you gag, realize that
  3458. >such a system will fit quite easily into SSB bandwidths, and could be
  3459. >done with fairly cheap equipment (bell 202 modems, even).  The resulting
  3460. >10db coding gain would do worlds of wonder for RTTY.  Of course, it would
  3461. >have to be developed at VHF initially, but the real utility would be
  3462. >on HF...
  3463. Yes, but... I wonder if we couldn't get more gain easier by other means.
  3464. For one thing, Bell 202 modems are optimized for wire lines, and we're
  3465. talking about radio.  For another thing, start/stop RTTY loses a lot
  3466. from its asynchronous nature.  Back when we used mechanical hardware
  3467. a mutilated stop pulse that failed to latch up the receive clutch at
  3468. the right time was good for several character errors in a row. So
  3469. the character error rate was something like (foggy memory) 17db worse
  3470. than you would expect from a given bit error rate.  I guess modern
  3471. UARTS are a lot more forgiving of lost stop pulses; but we're still
  3472. using simple envelope detection and sampling.
  3473.  
  3474. Years ago I started playing with compatible synchronous transmission:
  3475. sending 7.0 unit code at constant rate, with a fill character (ltrs
  3476. or figs) when there was nothing available from the keyboard.  I was
  3477. too lazy, and my collaborator was too busy, for us to ever get a
  3478. real synchronous receiver going that would lock on to the signals.
  3479. Meanwhile some other folks discovered that the constant stream of
  3480. characters was helpful even in simpler detection schemes (e.g.
  3481. slideback detectors) so other people started using 'diddle' in
  3482. their transmissions.  But I'd still like to see how a receiver
  3483. would perform if it could integrate all the energy in a pulse.
  3484.  
  3485. I wonder how spread spectrum performs in the presence of multipath
  3486. at HF?
  3487. haynes@ucscc.ucsc.edu
  3488. haynes@ucscc.bitnet
  3489.  
  3490. "Any clod can have the facts, but having opinions is an Art."
  3491.     Charles McCabe, San Francisco Chronicle
  3492.  
  3493. ------------------------------
  3494.  
  3495. Date: 19 Dec 90 23:06:51 GMT
  3496. From: kchen@apple.com  (Kok Chen)
  3497. Subject: Amateur spread-spectrum projects?
  3498. To: packet-radio@ucsd.edu
  3499.  
  3500. haynes@ucscc.UCSC.EDU (99700000) writes:
  3501.  
  3502. >Yes, but... I wonder if we couldn't get more gain easier by other means.
  3503. >For one thing, Bell 202 modems are optimized for wire lines, and we're
  3504. >talking about radio.
  3505.  
  3506.  
  3507. How many people have also stumble on this weird Russian book
  3508. on HF modems?  It's been a decade or two now since I came across 
  3509. it, but not too long ago saw it at a local tech bookstore (Computer 
  3510. Literacy - I call it Computer Bankruptcy since I tend to spend too 
  3511. much there each time I pass through their portals).  The book is 
  3512. only maybe 1/4" thick, soft cover, horrible paper,..., but VERY 
  3513. interesting reading.
  3514.  
  3515. Apparently, in addition to the usual tricks played with coding
  3516. for fading channels and all that non-BSC stuff, it would periodically
  3517. send a prearranged "perfect" impulse as a frame sync and the receiving 
  3518. end would recover and store away the impulse response of this "perfect" 
  3519. frame-sync.  This impulse response is then used to perform a deconvolution 
  3520. of the information-carrying waveforms that follows.  With this, they 
  3521. take care of dispersive channels.
  3522.  
  3523. All circuits given were with valves and delay-lines, by the way.  This
  3524. was done way before DSP became real, I am sure.
  3525.  
  3526. Any work in this area among Hams?
  3527.  
  3528. 73,
  3529.  
  3530. Kok Chen, AA6TY                         kchen@apple.com
  3531. Apple Computer, Inc.
  3532.  
  3533. ------------------------------
  3534.  
  3535. Date: 19 Dec 90 23:21:04 GMT
  3536. From: usc!zaphod.mps.ohio-state.edu!maverick.ksu.ksu.edu!ux1.cso.uiuc.edu!phil@apple.com  (Phil Howard KA9WGN)
  3537. Subject: Amateur spread-spectrum projects?
  3538. To: packet-radio@ucsd.edu
  3539.  
  3540. With regard to amateur spread spectrum systems, does anyone have any
  3541. technical information on or specific references for:
  3542.  
  3543. 1.  Techniques to syncronize spread spectrum sequencers.
  3544.  
  3545. 2.  Techniques to use spread spectrum without any syncronization.
  3546.  
  3547. This is for the direction of designing spread spectrum systems, as an
  3548. amateur, rather than adapting existing systems, such as LAWN, for amateur
  3549. use.  However this does not mean that I believe such things are not worth
  3550. doing.  I think it would be very interesting because they could potentially
  3551. be a cheaper way of doing things.  I just am also interested in trying to
  3552. push the boundary of innovation, as well.  Gotta be informed to even start.
  3553.  
  3554. Every article I have seen in amateur publications on spread spectrum tells
  3555. the basic fundamentals, but doesn't really cover all that needs to be covered
  3556. in the matter, such as how things are syncronized or made asyncronous.
  3557.  
  3558. ------------------------------
  3559.  
  3560. Date: 20 Dec 90 00:32:47 GMT
  3561. From: agate!shelby!paulf%shasta.Stanford.EDU@ucbvax.Berkeley.EDU  (paulf)
  3562. Subject: Amateur spread-spectrum projects?
  3563. To: packet-radio@ucsd.edu
  3564.  
  3565. In article <10251@darkstar.ucsc.edu> haynes@ucscc.UCSC.EDU.UUCP (Jim Haynes) writes:
  3566. >Yes, but... I wonder if we couldn't get more gain easier by other means.
  3567. >For one thing, Bell 202 modems are optimized for wire lines, and we're
  3568. >talking about radio.
  3569.  
  3570. ------------------------------
  3571.  
  3572. Date: 19 Dec 90 15:11:56 GMT
  3573. From: usc!zaphod.mps.ohio-state.edu!mips!news.cs.indiana.edu!msi.umn.edu!cs.umn.edu!uc!nachos.SSESCO.com!SSESCO.com!elmquist@ucsd.edu  (Chris Elmquist)
  3574. Subject: Current status of 56kbps projects?
  3575. To: packet-radio@ucsd.edu
  3576.  
  3577. I've been able to spark some interest in a couple guys here...for
  3578. playing with 56kbps packet.  I'm familiar with the WA4DSY modem
  3579. (although I don't know how to get one) but am interested in what
  3580. kinds of transverters people are using with this modem.  Do any
  3581. 28MHz to 1.2GHz transverters exist?  or do we have to make an
  3582. intermediate stop at 2m?  This project would also be an attempt
  3583. to get some action on the microwave bands around here, so I'd
  3584. like to get them running on 1.2GHz or higher.
  3585.  
  3586. Are people running these full-duplex on two bands?  How about
  3587. full duplex on one band?
  3588.  
  3589. Is it best to use something like the DRSI card in the PC or
  3590. has anyone connected the 'DSY to an outboard TNC?
  3591.  
  3592. Any tips, clues, cautions would be appreciated.
  3593.  
  3594. Thanks and 73, Chris
  3595.  
  3596. ------------------------------
  3597.  
  3598. Date: 18 Dec 90 14:46:00 GMT
  3599. From: munnari.oz.au!yoyo.aarnet.edu.au!sirius.ucs.adelaide.edu.au!levels!xtasc@uunet.uu.net
  3600. Subject: High speed point to point Backbones ...
  3601. To: packet-radio@ucsd.edu
  3602.  
  3603. We are looking at the possibility of installing some high speed trunks for
  3604. our network backbone, and the concept of using mod'd ethernet type cards on
  3605. shf has been raised. There is talk that some people here in vk use similar
  3606. systems, but information seems to be fairly scant.
  3607. One of the main concerns is whether it is possible to plug a new ethernet
  3608. address prom into the card with the callsign burnt in rather than the 
  3609. standard ethernet address for station id purposes. We can see no reason why
  3610. progression to higher speeds cant be relatively painless if a band is selected
  3611. where it wont worry people ...
  3612. If anyone has any experience in this area, some pointers would be greatly
  3613. appreciated.
  3614. 73's .... Rob VK5XXX/ZEU
  3615. -- 
  3616. Rob Mayfield    -  ASC Network Support, VK5XXX/ZEU, 44.136.171.1/44.136.171.2
  3617. Internet/AARNet -  xtasc@lv.sait.edu.au             [AMPRIP VK5 Co-ordinator]
  3618. Applelink       -  AUST0177
  3619. AMPR            -  VK5XXX@VK5WI.#SA.AUS.OC     or     VK5ZEU@VK5WI.#SA.AUS.OC
  3620. OZPost          -  Post Office Box 46,  Henley Beach,  South Australia,  5022
  3621. Voice or Pix    -  Home : +61 8 235 1377  Work : +61 8 348 7000/7001 Voic/Fax
  3622. One thing is for sure; the sheep is not a creature of the air       [- MPFS.]
  3623.  
  3624. ------------------------------
  3625.  
  3626. Date: 19 Dec 90 08:03:35 GMT
  3627. From: crash!ipars!scotto@nosc.mil  (Scott O'Connell)
  3628. Subject: KAM
  3629. To: packet-radio@ucsd.edu
  3630.  
  3631. In article <9012171555.AA06186@amateur1.cac.stratus.com.> jay@AMATEUR1.CAC.STRATUS.COM (ase) writes:
  3632. >
  3633. >Has anyone had a problem with Kantronics version 3.0 in KISS mode?
  3634.  
  3635. I have 3.01 firmware and haven't seen any problems.  I've been running 
  3636. mine in KISS mode for about 3 weeks.  I'm always use caution when running
  3637. a xxx.0 release.
  3638.       ^
  3639. >The symptoms I see on my KAM are intermittent. The symptoms are
  3640. >that the STA light stays lit, and may be accompanied by the mark/ 
  3641. >space display being dark (as if the hf rig had been xmitting).
  3642.  
  3643. I've not used mine on HF since I changed to KISS mode.
  3644.  
  3645. >Although this may be subtle, Phil Karns book says to run at 4800 baud
  3646. >and I am running 9600 baud. Could this be a flow control issue with
  3647. >symptoms that point to data loss between the computer and TNC? Any
  3648. >help that someone could shed would be appreciated. 
  3649.  
  3650. I've been running mine at 9600 since before using KISS mode.  Currently
  3651. I'm using it on an SCO Xenix machine on a port that does no RTS/CTS
  3652. flow control.  I kinda expected problems but haven't had any....yet.
  3653.  
  3654. Call Kantronics at 913/842-4476.  I've *never* made it through to 
  3655. technical support even after several attempts.  The lines to _technical
  3656. support_ are either busy or no answer.  Not even a receptionist.  They
  3657. say their hours are 9am-12 and 2pm-5 Central Time, M-F.  
  3658.  
  3659. Good luck!
  3660.  
  3661. ------------------------------
  3662.  
  3663. Date: 19 Dec 90 16:54:49 GMT
  3664. From: sbi!zeus!newt!jl@uunet.uu.net  (Jean-Louis Ecochard)
  3665. Subject: PK-232 Memory poke/peek
  3666. To: packet-radio@ucsd.edu
  3667.  
  3668.  Does anyone has experience "programming" a PK-232 using
  3669. the Peek/poke and address functions ?
  3670. Did anyone dissaemble the Z80 ROM code ?
  3671. Are the Baud clock value tables in RAM or in ROM ?
  3672. I would like to change the baud rate at the baud or tenth
  3673. of baud level for weird RTTY and other FSK stuff.
  3674.  
  3675. Does anyone has modification information on the PK-232 ?
  3676. I heard about a RFI protection mod.
  3677.  
  3678.  
  3679. -- 
  3680. Jean-Louis Ecochard                 O     
  3681. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~./_\.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3682.                  (__Y__)                 uunet!sbi!chi!jl
  3683.  
  3684. ------------------------------
  3685.  
  3686. Date: Wed, 19 Dec 90 15:01:12 EST
  3687. From: uunet!bywater!acheron!orioneb!wardc
  3688. To: acheron!ucsd.edu!packet-radio
  3689.  
  3690. I am trying to run NOS to replace my current system (MSYS) and am having
  3691. trouble getting NOS to work with my setup. I am running 3 comm ports in
  3692. an MS-400 async card with the AA4RE modification to allow the 3 ports to\
  3693. share the same intrupt (IRQ2). Now, this card works with MSYS as it has
  3694. a built in interupt handler. It also works when you load MBBIOS (another
  3695. AA4RE product) which is a TSR interupt handler. Using MBBIOS and the
  3696. modifed card allows you to run the standard bbs programs RLI/MBL etc
  3697. on the shared port. It also worked with the old NET.EXE (before NOS).
  3698.  
  3699. Now, when I try to run NOS with this card and put the correct information
  3700. in the autoexec.net file, NOS talks to one of the ports but can't hear
  3701. anything. I can issue a connect command and you see the station trying
  3702. to answer (on the s meter) but NOS won't hear it. And, the other ports
  3703. don't work at all. With or without MBBIOS, this problem exists. When using
  3704. a standard comm port (1 or 2) NOS works fine.
  3705.  
  3706. Is anyone using NOS with the MS-400 card (or any other multi-port async
  3707. card with the diode modification that AA4RE came out with) with or without
  3708. MBBIOS out there, I am at my wits end (whatever that is...... grin..)
  3709.  
  3710. thanks!!
  3711.  
  3712.  
  3713. Ward Carpenter
  3714. N1CUI @ N1CUI-8
  3715. 44.88.0.13
  3716. Rigdefield, CT
  3717.  
  3718. ------------------------------
  3719.  
  3720. Date: (null)
  3721. From: (null)
  3722. >  For another thing, start/stop RTTY loses a lot
  3723. >from its asynchronous nature.  Back when we used mechanical hardware
  3724. >a mutilated stop pulse that failed to latch up the receive clutch at
  3725. >the right time was good for several character errors in a row. So
  3726. >the character error rate was something like (foggy memory) 17db worse
  3727. >than you would expect from a given bit error rate.  I guess modern
  3728. >UARTS are a lot more forgiving of lost stop pulses; but we're still
  3729. >using simple envelope detection and sampling.
  3730.  
  3731. What would be sort of idea would be perhaps to design a mod or add-on to
  3732. the TAPR TNCs (new code, new modem).  So we could play with the bits
  3733. a little.  Remember, half the goal is *cheap*.
  3734.  
  3735. -=Paul Flaherty, N9FZX      | Without KILL files,
  3736. ->paulf@shasta.Stanford.EDU | life itself would be impossible.
  3737.  
  3738. ------------------------------
  3739.  
  3740. End of Packet-Radio Digest
  3741. ******************************
  3742. Date: Fri, 21 Dec 90 04:30:02 PST
  3743. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  3744. Reply-To: Packet-Radio@UCSD.Edu
  3745. Subject: Packet-Radio Digest V90 #225
  3746. To: packet-radio
  3747.  
  3748.  
  3749. Packet-Radio Digest         Fri, 21 Dec 90       Volume 90 : Issue 225
  3750.  
  3751. Today's Topics:
  3752.            CommodorDIR/ALLe Software wanted
  3753.          Current status of 56kbps projects? (2 msgs)
  3754.        High speed point to point Backbones ... (5 msgs)
  3755.       Setting up multi-port NET/ROM or TheNet. (2 msgs)
  3756.  
  3757. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  3758. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  3759. Problems you can't solve otherwise to brian@ucsd.edu.
  3760.  
  3761. Archives of past issues of the Packet-Radio Digest are available 
  3762. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  3763.  
  3764. We trust that readers are intelligent enough to realize that all text
  3765. herein consists of personal comments and does not represent the official
  3766. policies or positions of any party.  Your mileage may vary.  So there.
  3767. ----------------------------------------------------------------------
  3768.  
  3769. Date: 20 Dec 90 17:44:19 GMT
  3770. From: uoft02.utoledo.edu!grx0644@tut.cis.ohio-state.edu
  3771. Subject: CommodorDIR/ALLe Software wanted
  3772. To: packet-radio@ucsd.edu
  3773.  
  3774. I own a Commodore 128 and I am looking for software for the C64 or C128 that
  3775. will help me learn my code......I am trying to earn my first ticket....
  3776.  
  3777. Thanks in advance,
  3778.  
  3779. Tony
  3780.  
  3781. ------------------------------
  3782.  
  3783. Date: 20 Dec 90 12:15:00 GMT
  3784. From: usc!wuarchive!emory!wa4mei!ke4zv!gary@ucsd.edu  (Gary Coffman)
  3785. Subject: Current status of 56kbps projects?
  3786. To: packet-radio@ucsd.edu
  3787.  
  3788. In article <287@nachos.SSESCO.com> elmquist@SSESCO.com (Chris Elmquist) writes:
  3789. >I've been able to spark some interest in a couple guys here...for
  3790. >playing with 56kbps packet.  I'm familiar with the WA4DSY modem
  3791. >(although I don't know how to get one) but am interested in what
  3792. >kinds of transverters people are using with this modem.  Do any
  3793. >28MHz to 1.2GHz transverters exist?  or do we have to make an
  3794. >intermediate stop at 2m?  This project would also be an attempt
  3795. >to get some action on the microwave bands around here, so I'd
  3796. >like to get them running on 1.2GHz or higher.
  3797.  
  3798. Those of us in the GRAPES network are using Microwave Modules MMT432
  3799. transverters. The 220 version of this transverter has also been used as
  3800. has the Hamtronics XV4 and a receive converter. I have the SSB Electronics
  3801. 902 and 1296 transverters and I am considering getting a Hamtronics XV2
  3802. to drive their 144 Mhz inputs.
  3803.  
  3804. >Are people running these full-duplex on two bands?  How about
  3805. >full duplex on one band?
  3806.  
  3807. We have heard reports of cross band work. Nothing on single band duplex.
  3808.  
  3809. >Is it best to use something like the DRSI card in the PC or
  3810. >has anyone connected the 'DSY to an outboard TNC?
  3811.  
  3812. All but two of us locally are using modified TNC2s to drive the modems.
  3813. The instructions and a special KISS chip come with the modem kit. We
  3814. had some initial problems with the DRSI cards, but they seem to be coming
  3815. along nicely now. There appear to be better cards coming along to drive
  3816. the modem. The Grace Packet Ten card seems to work well and we hear that
  3817. the group in Ottawa have a good card too. The Kantronics Data Engine should
  3818. work, but we aren't aware of anybody using it yet.
  3819.  
  3820. Email Doug Drye KD4NC at ...gatech!kd4nc!dug  for more info on the modem
  3821. kits.
  3822.  
  3823. Gary KE4ZV
  3824.  
  3825. ------------------------------
  3826.  
  3827. Date: 20 Dec 90 19:58:01 GMT
  3828. From: van-bc!mdivax1!jackb@ucbvax.Berkeley.EDU
  3829. Subject: Current status of 56kbps projects?
  3830. To: packet-radio@ucsd.edu
  3831.  
  3832. In article <287@nachos.SSESCO.com> elmquist@SSESCO.com (Chris Elmquist) writes:
  3833. >I've been able to spark some interest in a couple guys here...for
  3834. >playing with 56kbps packet.  I'm familiar with the WA4DSY modem
  3835. >(although I don't know how to get one) but am interested in what
  3836. >kinds of transverters people are using with this modem.  Do any
  3837. >28MHz to 1.2GHz transverters exist?  or do we have to make an
  3838. >intermediate stop at 2m?  This project would also be an attempt
  3839. >to get some action on the microwave bands around here, so I'd
  3840. >like to get them running on 1.2GHz or higher.
  3841. >
  3842. >Are people running these full-duplex on two bands?  How about
  3843. >full duplex on one band?
  3844. >
  3845. >Is it best to use something like the DRSI card in the PC or
  3846. >has anyone connected the 'DSY to an outboard TNC?
  3847. >
  3848. >Any tips, clues, cautions would be appreciated.
  3849. >
  3850. >Thanks and 73, Chris
  3851.  
  3852. I can't answer about how others are using the modems, but I can say how
  3853. I have been using them, and where to get them. Let me start by bragging
  3854. about the 56K network in Georgia. It stretches from South of Atlanta up to
  3855. the Tennessee border, from almost to Alabama to past Athens. It runs on
  3856. the 430 band somewhere (don't remember the frequency), and is simplex. This
  3857. is a backbone used for hauling LOTS of data around between the LANs. There
  3858. is also a high-speed LAN in the Atlanta area with about 10 or so stations
  3859. on it. Sure is nice. Doing FTPs across the net is wonderful. Sure beats
  3860. the landline...
  3861.  
  3862. Now, the downside of this is the fact that I recently moved out to the 
  3863. Seattle area where there is no high-speed activity (yet). There is, however,
  3864. 8 - 10 inches of snow on the ground here at present (both points make me
  3865. wish I was still in Atlanta where the temp is about 40 degrees higher.).
  3866.  
  3867. For info on the modems, send email to kd4nc@kd4nc.gatech.edu. Doug will
  3868. respond with the info you request, although as busy as he is, it may take
  3869. a short time. Please do not send him mail over packet. We don't wish to
  3870. even come close to abusing the "commercial traffic ban" rule.
  3871.  
  3872. Jack Brindle WA4FIB/7
  3873.  
  3874. ------------------------------
  3875.  
  3876. Date: 20 Dec 90 14:31:39 GMT
  3877. From: swrinde!zaphod.mps.ohio-state.edu!rpi!masscomp!ocpt!tsdiag!davet@ucsd.edu  (Dave Tiller N2KAU)
  3878. Subject: High speed point to point Backbones ...
  3879. To: packet-radio@ucsd.edu
  3880.  
  3881. In article <15770.276e2ba9@levels.sait.edu.au> xtasc@levels.sait.edu.au writes:
  3882. -We are looking at the possibility of installing some high speed trunks for
  3883. -our network backbone, and the concept of using mod'd ethernet type cards on
  3884. -shf has been raised.
  3885. -One of the main concerns is whether it is possible to plug a new ethernet
  3886. -address prom into the card with the callsign burnt in rather than the 
  3887. -standard ethernet address for station id purposes.
  3888.  
  3889. An excellent idea!  Most cards allow something variously called "promiscuous
  3890. mode", or "destination address insert mode" where you (in each packet sent to
  3891. the board) supply the source and destination addresses.  Another really neat
  3892. feature in the ability of some cards to define 'groups', whereby one packet
  3893. can be selectively received by multiple stations on a group basis.  You 
  3894. could even impliment arp, since broadcast packets are legit over ethernet.
  3895. I'd love to see this happen - now I know what I'll use my 10GHz Gunneplexers
  3896. for!
  3897. -- 
  3898. David E. Tiller         davet@tsdiag.ccur.com  | Concurrent Computer Corp.
  3899. FAX:  201-870-5952      Ph: (201) 870-4119 (w) | 2 Crescent Place, M/S 117
  3900. UUCP: ucbvax!rutgers!petsd!tsdiag!davet        | Oceanport NJ, 07757
  3901. ICBM: 40 16' 52" N      73 59' 00" W           | N2KAU @ NN2Z
  3902.  
  3903. ------------------------------
  3904.  
  3905. Date: 20 Dec 90 17:06:16 GMT
  3906. From: swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!samsung!interlan.InterLan.COM!interlan.interlan.com!yetsko@ucsd.edu  (Mike Yetsko)
  3907. Subject: High speed point to point Backbones ...
  3908. To: packet-radio@ucsd.edu
  3909.  
  3910. I'm interested in following this lie also!!!  
  3911.  
  3912. But first off, has anyone looked into the ramifications of pulling the
  3913. ethernet address ROMs and inserting callsigns?  The IEEE might get pretty
  3914. pissed!  Although, that means the first byte of the address field would
  3915. be restriced to an ASCII uppercase letter.
  3916.  
  3917. Perhaps a specific address block could be obtained from the IEEE for this
  3918. purpose, and a petition made to the FCC to allow COMPRESSED ID of the call
  3919. sign used, that way it would possibly fit into 4 bytes.  6 bits with a
  3920. possibility of 6 characters, that 36 bits compressed.  And that even leaves
  3921. up to 4 bits for a 1-of-16 designator for multiple transmitters on the 
  3922. same call.  Of course, this would be an easy way to get onto the RF with
  3923. as few as possibly changes to the packet info.  Otherwise, a new protocol
  3924. stack needs to be come up with.
  3925.  
  3926. Mike Yetsko
  3927. N1DVJ
  3928.  
  3929. ------------------------------
  3930.  
  3931. Date: 20 Dec 90 19:21:07 GMT
  3932. From: sdd.hp.com!zaphod.mps.ohio-state.edu!samsung!interlan.InterLan.COM!interlan.interlan.com!yetsko@ucsd.edu  (Mike Yetsko)
  3933. Subject: High speed point to point Backbones ...
  3934. To: packet-radio@ucsd.edu
  3935.  
  3936. Before the re-programming of ethernet addresses to reflect the HAM 
  3937. callsign is considered, an algorithm for the implementation of that 
  3938. number needs to be established.  I propose this start a discussion to 
  3939. try to come up with a scheme NOW to figure out what to do.
  3940.  
  3941. The address is contained as a unique number of 6 bytes.  These numbers 
  3942. are sold in 'blocks' by the IEEE, and while you don't 'legally' need 
  3943. one, everyone in the game plays by the rules.  Also, the addresss needs 
  3944. to contain the FCC licensed callsign of the transmitting station.  In 6 
  3945. bytes, that can be tough.
  3946.  
  3947. The FCC approval may be minor, as if everybody does this, then it is 
  3948. the format used, and as long as it is made public, no problem.  Perhaps 
  3949. someone more familiar with the rules could comment.
  3950.  
  3951. The address 'block' number, if obtained from the IEEE, will probably be 
  3952. 2 digits.  Following that, will be be 4 bytes, or 32 bits.  If we need 
  3953. to keep up to 4 bits available for a station sub-designator that leaves 
  3954. 28 bits.  Now, the question becomes how to compress a call sign to 28 
  3955. bits, and handle the 'worst case' call of 2x3?
  3956.  
  3957. If a 1-byte header was usable, then there would be 40 bits left over.  
  3958. The callsign could easily be compressed to 36 bits using straight 6 bit 
  3959. reps of the characters and chaining them, or even to 31 bits by 
  3960. compressing to 5 bits for letters, and 4 for the number, with a 2 bit 
  3961. pointer as to where the number might be in position from the start.  
  3962. With 31 bits in the address, that only leaves 1 bit for numerical 
  3963. address selection of multiple transmitters if we are looking at a 32 
  3964. bit limit.
  3965.  
  3966. The only other possibility is to use standard ethernet addresses, and 
  3967. imbed the FCC callsign elsewhere in the packet, or at periodic times in 
  3968. the data stream with a 'control' packet that would tie that ethernet 
  3969. address to that callsign.
  3970.  
  3971. Of course, all caution could be thrown to the wind, and the callsign 
  3972. just burnt in to the ROM in the clear as ASCII.  If these were just for 
  3973. dedicated HAM use, then there is no big problem, but in that case, I 
  3974. would suggest you NOT burn the ROM, but modify the driver to pick up 
  3975. the HAM call and insert it that way.
  3976.  
  3977. HMMmm...  NI5210's with a packet driver using the KA9Q stuff, over a 
  3978. microwave link........
  3979.  
  3980. Mike Yetsko
  3981. N1DVJ
  3982.  
  3983. ------------------------------
  3984.  
  3985. Date: 20 Dec 90 20:42:25 GMT
  3986. From: mcsun!hp4nl!nikhefk!henkp@uunet.uu.net  (Henk Peek)
  3987. Subject: High speed point to point Backbones ...
  3988. To: packet-radio@ucsd.edu
  3989.  
  3990. In article <15770.276e2ba9@levels.sait.edu.au   xtasc@levels.sait.edu.au writes:
  3991. >We are looking at the possibility of installing some high speed trunks for
  3992. >our network backbone, and the concept of using mod'd ethernet type cards on
  3993. >shf has been raised. There is talk that some people here in vk use similar
  3994. >systems, but information seems to be fairly scant.
  3995. The use of commercial network boards for a backborn the cheapest way to go.
  3996. See: Bdale at all in the 1 Mbit/sec gunplexer link in 73 and Hamradio. We
  3997. can use ethernet boards, but I think that a performance of 1 Mbit/sec is a better
  3998. balance between used rf bandwidth, rf power and network traffic. 
  3999. You could find starlan or systek boards of old networks at very low prices.
  4000. I found a lot of starlan boards for $3 a board, but I haven't started
  4001. to construct the RF hardware.
  4002. >One of the main concerns is whether it is possible to plug a new ethernet
  4003. >address prom into the card with the callsign burnt in rather than the 
  4004. >standard ethernet address for station id purposes. We can see no reason why
  4005. >progression to higher speeds cant be relatively painless if a band is selected
  4006. >where it wont worry people ...
  4007. I think that identification isn't a real problem. Include in the begin of the
  4008. data field the call of the source and destination station. You could also
  4009. send broadcast packets those are filed with a bit pattern of your call in morse.
  4010. When you do this in a maximum length ethernet packet of 1500 bytes on a 1 Mbit/sec
  4011. link, the morse speed is 500 chars/sec (6000 words/min). :-)
  4012.  
  4013.  73's .... Henk, PA0HZP
  4014.  
  4015. ------------------------------
  4016.  
  4017. Date: 20 Dec 90 23:28:13 GMT
  4018. From: hpl-opus!hpnmdla!glenne@hplabs.hpl.hp.com  (Glenn Elmore)
  4019. Subject: High speed point to point Backbones ...
  4020. To: packet-radio@ucsd.edu
  4021.  
  4022. When the 2 Mbps 10 GHz microwave link hardware was first built by n6rce
  4023. and myself, we  had hoped to be able to slow Ethernet cards down and use them
  4024. directly, as per n3eua's suggestion. It turned out that 10 Mbps and
  4025. a 20 MHz clock was frimly entrenched in the silicon. In addition, I
  4026. believe the propagation delays associated with the 1-2 kM (whatever it
  4027. is exactly) maximum DX specification (related to packet length and the
  4028. certainty that all users recognize a collision)  are similarly ingrained.
  4029. I think it might work over short distances and probably using the
  4030. 10 GHz hardware with a few minor changes, but I think there may be 
  4031. problems if you try to go further. Perhaps with only two hosts sharing
  4032. the "cable" the propagation delays and CD stuff can be tricked... I dunno.
  4033.  
  4034.  
  4035. Glenn Elmore -N6GN-
  4036.  
  4037. N6GN @ K3MC      
  4038. glenn@n6gn.ampr.org
  4039. glenne@hpnmd.hp.com 
  4040.  
  4041. ------------------------------
  4042.  
  4043. Date: 20 Dec 90 16:39:54 GMT
  4044. From: att!cbnewsj!kb2glo@ucbvax.Berkeley.EDU  (thomas.kenny)
  4045. Subject: Setting up multi-port NET/ROM or TheNet.
  4046. To: packet-radio@ucsd.edu
  4047.  
  4048. I've been using NET/ROM or TheNet nodes as a user but would like to correspond
  4049. with somebody regarding how to setup a dual (or tri) port cross band digipeater.
  4050.  
  4051. I'm a bit new to this so I have alot of questions. If there is alot of
  4052. interest I'll summarize any responses I get from the net...
  4053.  
  4054. 1 What's the differences between NET/ROM and TheNet from a user as well as
  4055.     network administrator point of view?
  4056.  
  4057. 2 Do they have a buddy list or definable limit on number of users of the
  4058.     network?
  4059.  
  4060. 3 How much does NET/ROM cost and where what's there address?
  4061.  
  4062. 4 How and where do I get TheNet ROMS. Can I purchased them burned or do
  4063.     I have to roll my own EPROMS? Can I get documentation via anonymous
  4064.     FTP so I can learn about it?
  4065.  
  4066. 5 Which is better? Which is used more often?
  4067.  
  4068. 6 Do I interface the TNCs via the serial port? Can I still have a computer
  4069.     on the serial line to monitor activity?
  4070.  
  4071. I have other questions as well but these are the major ones I have at this
  4072. point. Thanks in advance for your reply. 73 DE KB2GLO.
  4073.  
  4074. -- 
  4075. Tom Kenny, KB2GLO
  4076. uucp:   att!lzatt!tek          internet: tek%lzlup@att.att.com
  4077. packet: kb2glo@nn2z.nj.usa.na  ampr: kb2glo@nn2z.ampr.org [44.64.0.10]
  4078.  
  4079. ------------------------------
  4080.  
  4081. Date: 20 Dec 90 19:57:07 GMT
  4082. From: brian@ucsd.edu  (Brian Kantor)
  4083. Subject: Setting up multi-port NET/ROM or TheNet.
  4084. To: packet-radio@ucsd.edu
  4085.  
  4086. In reply to kb2glo@cbnewsj.att.com (thomas.kenny):
  4087.  
  4088. Net/rom(r) is a proprietary product of Software 2000 Inc and is
  4089. marketed in the USA through Amatech International.  It costs around $65
  4090. for one PROM with your desired callsign-ssid encrypted into it (not
  4091. user changeable), with additional PROMs ordered as part of the same
  4092. system being cheaper.  Depending on who you talk to and believe, TheNet
  4093. is variously a) a very similar product independently written, or b) a
  4094. result of reverse-engineering net/rom, or c) the result of software
  4095. theft of net/rom, or d) the result of a falling-out over an initial
  4096. work-together agreement, or e) none of the above.  I have no idea which
  4097. of these is the truth and I suspect that I will never know.  Judge for
  4098. yourself and act accordingly.  Archives of the various debates over
  4099. these matters are in the old info-hams and packet-radio mailing list
  4100. archives on UCSD.EDU and other places.
  4101.  
  4102. >1 What's the differences between NET/ROM and TheNet from a user as well as
  4103. >       network administrator point of view?
  4104.  
  4105. Almost no user difference; NR has an 'IDENT' command that lists or sets the
  4106. nodename; 'TN' has an INFO command that can return a string.  From the
  4107. administrator point of view, since you burn your own TN proms, you can
  4108. set the callsign yourself instead of having to buy a new prom.
  4109.  
  4110. >2 Do they have a buddy list or definable limit on number of users of the
  4111. >       network?
  4112.  
  4113. You can set limits and horizons and nodecounts, and tune a large number
  4114. of network operational parameters. 
  4115.  
  4116. >3 How much does NET/ROM cost and where what's there address?
  4117.  
  4118. See above.
  4119.  
  4120. >4 How and where do I get TheNet ROMS. Can I purchased them burned or do
  4121. >       I have to roll my own EPROMS? Can I get documentation via anonymous
  4122. >       FTP so I can learn about it?
  4123.  
  4124. Source and images of TN are available by anonymous FTP from several
  4125. European sites.  Lots of people in the USA either believe it's a ripoff
  4126. or wish to avoid the controversy and so do not make it available.
  4127.  
  4128. >5 Which is better? Which is used more often?
  4129.  
  4130. I hear they're pretty much the same.  They interoperate ok (i.e., a
  4131. network that is a mixture of TN and NR works).
  4132.  
  4133. >6 Do I interface the TNCs via the serial port? Can I still have a computer
  4134. >       on the serial line to monitor activity?
  4135.  
  4136. There's no 'monitor' mode that I know of.  You can use it to connect to
  4137. places sorta like a TNC, but few people use it that way; most are set
  4138. up as dedicated networking nodes.  You can connect multiple nodes
  4139. back-to-back to form crossband networking clusters if you want, or
  4140. connect two of them with landlines or modems or satellites to form
  4141. wormholes to connect communities together over commercial circuits.
  4142.  
  4143. You may wish to investigate the use of KISS TNCs or DRSI cards and the
  4144. G8BPQ software; assuming you have a PC/XT class of machine to dedicate
  4145. to networking, it would probably be a better fit to what it sounds like
  4146. you want to do.
  4147.     - Brian
  4148.  
  4149. ------------------------------
  4150.  
  4151. Date: Thu, 20 Dec 90 18:27:02 PST
  4152. From: uunet!m2xenix!puddle!f4.n494.z5.fidonet.org!RKWDP.PUKVM1
  4153. To: PACKET-RADIO@ucsd.edu
  4154.  
  4155. Subject: ICOM 725 HF ALL MODE TRANCEIVER - MODULATION LOW
  4156.  
  4157. Hi fellow HAMS
  4158.  
  4159. I wonder if someone can help me/give me some more info.  Sorry to
  4160. ask a non-packet question here but I hope you will forgive me.
  4161.  
  4162. A month or so ago I bought myself a ICOM 725 HF T/CEIVER with the
  4163. AM/FM option included.  Everything is working 100% except the
  4164. modulation on SSB.  On FM and AM the modulationlevel is fine - I am
  4165. using the MIC GAIN in the 12 o'clock position (50%) - that is sufficient.
  4166. But on SSB I have to turn up the MIC GAIN 100% to get sufficient modulation.
  4167. Now I am used to my KENWOOD TS120S - very lively on modulation - never need
  4168. more than 50 % on MIC GAIN CONTROL.  I phoned the local supplier of
  4169. ICOM equipment (where I bought the rig) and he told me that
  4170. he knows of other HAMS who experienced the same problem (on SSB).  He said
  4171. that it is a characteristic of the ICOM 725 - you have to drive it hard
  4172. on SSB by using a amplified MIC.  To me that is not the answer.  Why
  4173. doesn't ICOM supply such a mic with te rig then?.   Somewhere
  4174. there must be a mod that can be done to get a bit of gain on the mic side.
  4175.  
  4176. Thanks for all the trouble - hope to here from you soon.
  4177.  
  4178. Best 73 and Merry Xtmas and Happy New year to all.
  4179.  
  4180. Dan Pretorius (ZS4VG)
  4181.  
  4182. My E-MAIL ADRESS:
  4183.  
  4184. RKWDP@PUKVM1@f4.n494.z5.fidonet.org
  4185. --  
  4186. uucp: uunet!m2xenix!puddle!5!494!4!RKWDP.PUKVM1
  4187. Internet: RKWDP.PUKVM1@f4.n494.z5.fidonet.org
  4188.  
  4189. ------------------------------
  4190.  
  4191. End of Packet-Radio Digest
  4192. ******************************
  4193. Date: Sat, 22 Dec 90 04:30:04 PST
  4194. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  4195. Reply-To: Packet-Radio@UCSD.Edu
  4196. Subject: Packet-Radio Digest V90 #226
  4197. To: packet-radio
  4198.  
  4199.  
  4200. Packet-Radio Digest         Sat, 22 Dec 90       Volume 90 : Issue 226
  4201.  
  4202. Today's Topics:
  4203.           Current status of 56kbps projects?
  4204.        High speed point to point Backbones ... (5 msgs)
  4205.                  KAM
  4206.            NOS and Shared Interruptson MS-400 Card
  4207.              Source for HARN, PC-100, NOS
  4208.              The PACCOMM TNC 220
  4209.  
  4210. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  4211. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  4212. Problems you can't solve otherwise to brian@ucsd.edu.
  4213.  
  4214. Archives of past issues of the Packet-Radio Digest are available 
  4215. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  4216.  
  4217. We trust that readers are intelligent enough to realize that all text
  4218. herein consists of personal comments and does not represent the official
  4219. policies or positions of any party.  Your mileage may vary.  So there.
  4220. ----------------------------------------------------------------------
  4221.  
  4222. Date: Fri, 21 Dec 90 14:26:02 EST
  4223. From: barry@dgbt.doc.ca (Barry McLarnon DGBT/DIP)
  4224. Subject: Current status of 56kbps projects?
  4225. To: packet-radio@ucsd.edu
  4226.  
  4227. >I've been able to spark some interest in a couple guys here...for
  4228. >playing with 56kbps packet.  I'm familiar with the WA4DSY modem
  4229. >(although I don't know how to get one) but am interested in what
  4230. >kinds of transverters people are using with this modem.  Do any
  4231. >28MHz to 1.2GHz transverters exist?  or do we have to make an
  4232. >intermediate stop at 2m?  This project would also be an attempt
  4233. >to get some action on the microwave bands around here, so I'd
  4234. >like to get them running on 1.2GHz or higher.
  4235.  
  4236. I doubt if any 28MHz/1.2GHz transverters exist, since such a beast would
  4237. only give you access to 2 MHz chunks of 1.2GHz (one per crystal).
  4238.  
  4239. >Are people running these full-duplex on two bands?  How about
  4240. >full duplex on one band?
  4241.  
  4242. In Ottawa, we've had a cross-band full-duplex 56kb repeater on the air 
  4243. for about a year.  There are some full-duplex 56kb point-to-point links
  4244. in the Chicago area... I believe they are in the 70 cm band.
  4245.  
  4246. >Is it best to use something like the DRSI card in the PC or
  4247. >has anyone connected the 'DSY to an outboard TNC?
  4248.  
  4249. Neither of these is a good solution.  The former can't run at 56kb unless
  4250. you turn off interrupts, so any other interrupt-driven interfaces fall on
  4251. the floor when you're processing 56kb packets.  The latter can't run at
  4252. 56kb on the PC interface, period.  In my humble (and slightly biased :-)
  4253. opinion, the best choice currently available for interfacing the 56kb
  4254. modem to a PC is the Ottawa PI DMA board.  You can e-mail me for details.
  4255. The Cadillac of PC interfaces is the Grace PackeTen board, but it has far
  4256. more firepower than you need for a 56kb end user or small packet switch,
  4257. and it costs about 6 times as much as the PI.  The Kantronics Data Engine
  4258. might do for a small switch, but it is crippled for end user applications
  4259. by having only a 19.2kb host interface.
  4260.  
  4261. >Any tips, clues, cautions would be appreciated.
  4262.  
  4263. Go for it!  There's plenty of folks on the net who can give you a helping
  4264. hand with getting 56kb gear up and running.
  4265.  
  4266. >Thanks and 73, Chris
  4267.  
  4268. Barry VE3JF
  4269.  
  4270.  
  4271. | Barry McLarnon     Communications Research Center, Ottawa, ON, Canada |
  4272. | Internet: barry@dgbt.doc.ca                                           |
  4273. | Packet BBS: VE3JF@VE3JF        AMPRnet: barry@bbs.ve3jf [44.135.96.6] |
  4274.  
  4275. ------------------------------
  4276.  
  4277. Date: 21 Dec 90 13:52:48 GMT
  4278. From: mintaka!ai-lab!life!pace@bloom-beacon.mit.edu  (Pace Willisson)
  4279. Subject: High speed point to point Backbones ...
  4280. To: packet-radio@ucsd.edu
  4281.  
  4282. Instead of modifying the 48 bit ethernet address, how about appending
  4283. a 6 byte ASCII call sign to the end of the real data in the packet?
  4284. All of the protocols are prepared for trash after the end of the data,
  4285. since small packets must be padded to the ethernet minimum of about 60
  4286. bytes.
  4287.  
  4288. Pace Willisson
  4289. WD4JQQ
  4290. pace@blitz.com   uunet!blitz!pace
  4291.  
  4292. ------------------------------
  4293.  
  4294. Date: 21 Dec 90 14:58:59 GMT
  4295. From: usc!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!platypus!bill@ucsd.edu  (Bill Gunshannon)
  4296. Subject: High speed point to point Backbones ...
  4297. To: packet-radio@ucsd.edu
  4298.  
  4299. In article <YETSKO.90Dec20142107@interlan.interlan.com>, yetsko@interlan.interlan.com (Mike Yetsko) writes:
  4300. > Before the re-programming of ethernet addresses to reflect the HAM 
  4301. > callsign is considered, an algorithm for the implementation of that 
  4302. > number needs to be established.  I propose this start a discussion to 
  4303. > try to come up with a scheme NOW to figure out what to do.
  4304.  
  4305. I have already given it some consideration although not in the context
  4306. of using Ethernet cards for packet.  I have been looking into the
  4307. possibility of using a form of IEEE 802 framing for packet.  The reasoning
  4308. for this being the generally accepted concept that AX.25 offers little
  4309. except overhead and the fact that protocols like TCPIP (my main interest)
  4310. use UI frames which makes no use of the features of AX.25 anyway.
  4311.  
  4312. > The address is contained as a unique number of 6 bytes.  These numbers 
  4313. > are sold in 'blocks' by the IEEE, and while you don't 'legally' need 
  4314. > one, everyone in the game plays by the rules.  Also, the addresss needs 
  4315. > to contain the FCC licensed callsign of the transmitting station.  In 6 
  4316. > bytes, that can be tough.
  4317.  
  4318. I believe that coordination with the IEEE would only be necessary if you
  4319. planned on using this identifier on an Ethernet with other vendors equipment.
  4320. Because every interface has it's own address, I think this is not likely
  4321. and conflicts could only occur when a serious mistake happens.  By the way,
  4322. this is theoretically possible today when you use things like DECNET where
  4323. addresses are generated in software and not contained in a prom on the 
  4324. card.
  4325.  
  4326. > The FCC approval may be minor, as if everybody does this, then it is 
  4327. > the format used, and as long as it is made public, no problem.  Perhaps 
  4328. > someone more familiar with the rules could comment.
  4329. COMPLEX SCHEME DELETED
  4330.  
  4331. I propose a much simpler system that will not require any FCC approval
  4332. because it already meets their approval.
  4333.  
  4334. There are six bytes available for an address.  The exact same number as
  4335. for AX.25 callsigns.  It only takes 7 bits to encode the callsigen using
  4336. straight ASCII.  Therefore, just put the callsign in ASCII and blank fill
  4337. the unused bytes using the ASCII SPACE character (decimal 32 -- hex 20).
  4338. Use the 8th bit for coding SSID's.  That will not only keep the callsign
  4339. in plain ASCII for the sake of the FCC, but will allow for more SSID's than
  4340. we currently have (6 bits = 64 SSID's.)
  4341.  
  4342. I think changing to this method would allow us to use modified versions
  4343. of a lot of what is already out there in networking software.  Just
  4344. imagine, PCBridge running in that mountain top repeater site.  Runs easily
  4345. in 128K from a floppy.  How long before somebody EPROMS it and makes a
  4346. bridge from an AMPRO clone board??
  4347.  
  4348. Comments??
  4349.  
  4350. bill    KB3YV
  4351.  
  4352.  
  4353. -- 
  4354.  
  4355.      Bill Gunshannon          |        If this statement wasn't here,
  4356.      bill@platypus.uofs.edu   |  This space would be left intentionally blank
  4357.  
  4358. ------------------------------
  4359.  
  4360. Date: 21 Dec 90 16:45:40 GMT
  4361. From: usc!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!bagate!cbmvax!atha!aupair.cs.athabascau.ca!rwa@apple.com  (Ross Alexander)
  4362. Subject: High speed point to point Backbones ...
  4363. To: packet-radio@ucsd.edu
  4364.  
  4365. yetsko@interlan.interlan.com (Mike Yetsko) writes:
  4366.  
  4367. >Before the re-programming of ethernet addresses to reflect the HAM 
  4368. >callsign is considered, an algorithm for the implementation of that 
  4369.  
  4370. Good grief.  Forget all that nonsense.  There's no need to go to all
  4371. that trouble.  You're going to be encapsulating some other protocol's
  4372. packets inside the raw ethernet packets, aren't you?  Just stick the
  4373. calling/called station's IDs *after* the encapsulated protocol's
  4374. packet, in plain ASCII.  thusly:
  4375.  
  4376.     enet header & size
  4377.         encapsulated protocol's header & size
  4378.             encapsulated protocol's data
  4379.         encapsulated protocol's trailer(s)
  4380.         Called & Calling station's id's
  4381.     enet trailer info
  4382.  
  4383. Much simpler all around.
  4384.  
  4385. -- 
  4386. --
  4387. Ross Alexander    rwa@cs.athabascau.ca    (403) 675 6311    ve6pdq
  4388.  
  4389. ------------------------------
  4390.  
  4391. Date: 22 Dec 90 00:40:14 GMT
  4392. From: dog.ee.lbl.gov!biocca@ucsd.edu  (Alan Biocca)
  4393. Subject: High speed point to point Backbones ...
  4394. To: packet-radio@ucsd.edu
  4395.  
  4396. In article <15770.276e2ba9@levels.sait.edu.au> xtasc@levels.sait.edu.au writes:
  4397.  
  4398. >One of the main concerns is whether it is possible to plug a new ethernet
  4399. >address prom into the card with the callsign burnt in rather than the 
  4400. >standard ethernet address for station id purposes...
  4401.  
  4402. It really isn't necessary to burn anything.  The actual ethernet address
  4403. used by the interface is initially loaded from a prom -- but it is used
  4404. out of a register in the chip.  Some protocols (DECNET) actually change
  4405. the ethernet address of the board based on their addressing scheme.
  4406.  
  4407. Additionally, it is not quite one ethernet address per interface -- it is
  4408. one address per processor.  It is legal and normal for a machine to use
  4409. the same ethernet address on all of its interfaces (on different networks).
  4410.  
  4411. Alan K Biocca
  4412. WB6ZQZ
  4413.  
  4414. ------------------------------
  4415.  
  4416. Date: 20 Dec 90 19:56:30 GMT
  4417. From: unixhub!shelby!paulf%shasta.Stanford.EDU@lll-winken.llnl.gov  (paulf)
  4418. Subject: High speed point to point Backbones ...
  4419. To: packet-radio@ucsd.edu
  4420.  
  4421. Simpler yet.  Have a daemon kick out a packet every ten minutes that says
  4422. "Hi.  You're watching packets form W6YX".   Legal, too.
  4423.  
  4424. -=Paul Flaherty, N9FZX      | Without KILL files,
  4425. ->paulf@shasta.Stanford.EDU | life itself would be impossible.
  4426.  
  4427. ------------------------------
  4428.  
  4429. Date: Fri, 21 Dec 90 09:09:00 EST
  4430. From: jay@amateur1.cac.stratus.com (ase)
  4431. Subject: KAM
  4432. To: Packet@amateur1.cac.stratus.com, News@amateur1.cac.stratus.com
  4433.  
  4434. To those who have responded to the problems I have had with my KAM in  
  4435. KISS MODE, thanks. Here is an update: 
  4436.  
  4437.  
  4438. My configuration is as follows:
  4439.  
  4440. computer 16Mhz AT<------50 Feet shielded full modem cable--->KAM
  4441. Only using VHF/ No HF
  4442.  
  4443. PLM: Intermittent STA light stays lit
  4444.  
  4445. I discovered yesterday that if I exit NET and bring up a term pgm  
  4446. like PCPLUS (STA light still on), if I enter a sequence 192 the
  4447. STA light goes off and the TNC xmit light cycles up as if to send out
  4448. ack. I am still coming up to speed on the light sequences and what  
  4449. they mean? Does this have to do with an FEND? I noticed in the  
  4450. Kantronics manual that C0 is a fend and also if I were to pop out
  4451. of kiss I would issue a 192 255 192. mmm? What does someone think 
  4452.  
  4453. about this? Again my thanks for your help in this matter.
  4454.  
  4455. Jay
  4456.  
  4457. ------------------------------
  4458.  
  4459. Date: Fri, 21 Dec 90 12:45:26 EST
  4460. From: "Ward Carpenter" <ward@rhqvm14.iinus1.ibm.com>
  4461. Subject: NOS and Shared Interruptson MS-400 Card
  4462. To: packet-radio@ucsd.edu
  4463.  
  4464. I am trying to run NOS to replace my current system (MSYS) and am having
  4465. trouble getting NOS to work with my setup. I am running 3 comm ports in
  4466. an MS-400 async card with the AA4RE modification to allow the 3 ports to\
  4467. share the same intrupt (IRQ2). Now, this card works with MSYS as it has
  4468. a built in interupt handler. It also works when you load MBBIOS (another
  4469. AA4RE product) which is a TSR interupt handler. Using MBBIOS and the
  4470. modifed card allows you to run the standard bbs programs RLI/MBL etc
  4471. on the shared port. It also worked with the old NET.EXE (before NOS).
  4472.  
  4473. Now, when I try to run NOS with this card and put the correct information
  4474. in the autoexec.net file, NOS talks to one of the ports but can't hear
  4475. anything. I can issue a connect command and you see the station trying
  4476. to answer (on the s meter) but NOS won't hear it. And, the other ports
  4477. don't work at all. With or without MBBIOS, this problem exists. When using
  4478. a standard comm port (1 or 2) NOS works fine.
  4479.  
  4480. Is anyone using NOS with the MS-400 card (or any other multi-port async
  4481. card with the diode modification that AA4RE came out with) with or without
  4482. MBBIOS out there, I am at my wits end (whatever that is...... grin..)
  4483.  
  4484. thanks!!
  4485.  
  4486.  
  4487. Ward Carpenter
  4488. N1CUI @ N1CUI-8
  4489. 44.88.0.13
  4490. Rigdefield, CT
  4491.  
  4492. ------------------------------
  4493.  
  4494. Date: 20 Dec 90 15:37:48 GMT
  4495. From: n8emr!gws@tut.cis.ohio-state.edu  (Gary Sanders)
  4496. Subject: Source for HARN, PC-100, NOS
  4497. To: packet-radio@ucsd.edu
  4498.  
  4499. In article <1990Dec14.025639.27138@NCoast.ORG> allbery@ncoast.ORG (Brandon S. Allbery KB8JRR) writes:
  4500. >As quoted from <18330074@col.hp.com> by bdale@col.hp.com (Bdale Garbee):
  4501. >
  4502. >N8EMR in Columbus runs XBBS and I believe has anonymous uucp.  Unfortunately,
  4503. >I've lost the phone numbers (again --- aargh!!!).  If I can get caught up the
  4504.  
  4505. My BBS can be reached at 614-895-2553 (1200/2400/9600(v.32)/PEP with MNP L5
  4506. No anonymous uucp on the system, but do support zmodem,ymodem-batch,xmodem
  4507. on a telebit t2500. All of the latest nos source/exe plus MB of ham related
  4508. softwate.
  4509.  
  4510.  
  4511. -- 
  4512. Gary W. Sanders (gws@n8emr or ...!osu-cis!n8emr!gws), 72277,1325
  4513. N8EMR @ W8CQK (ip addr) 44.70.0.1 [Ohio AMPR address coordinator]
  4514. HAM BBS (1200/2400/9600/V.32/PEP/MNP=L5) 614-895-2553
  4515. Voice: 614-895-2552 (eves/weekends)
  4516.  
  4517. ------------------------------
  4518.  
  4519. Date: 21 Dec 90 20:01:06 GMT
  4520. From: swrinde!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!platypus!bill@ucsd.edu  (Bill Gunshannon)
  4521. Subject: The PACCOMM TNC 220
  4522. To: packet-radio@ucsd.edu
  4523.  
  4524. Does anyone have a version of TNC220 firmware that supports KISS??
  4525.  
  4526. Does anyone have programming information on the TNC220 that would 
  4527. allow me to modify the TNC2 version of the KISS EPROM to work in the
  4528. TNC220??
  4529.  
  4530. I realize that it really doesn't have 2 ports like the KAM and won't
  4531. be able to listen\talk on both channels, but I sure would like to use
  4532. it as a KISS TNC for VHF.  I don't get on HF enough that I really care.
  4533.  
  4534. Anybody in Florida that can ask PACCOMM for programming info??
  4535.  
  4536. bill   KB3YV
  4537.  
  4538.  
  4539. -- 
  4540.  
  4541.      Bill Gunshannon          |        If this statement wasn't here,
  4542.      bill@platypus.uofs.edu   |  This space would be left intentionally blank
  4543.  
  4544. ------------------------------
  4545.  
  4546. End of Packet-Radio Digest
  4547. ******************************
  4548. Date: Sun, 23 Dec 90 04:30:03 PST
  4549. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  4550. Reply-To: Packet-Radio@UCSD.Edu
  4551. Subject: Packet-Radio Digest V90 #227
  4552. To: packet-radio
  4553.  
  4554.  
  4555. Packet-Radio Digest         Sun, 23 Dec 90       Volume 90 : Issue 227
  4556.  
  4557. Today's Topics:
  4558.         Any USENET sites reachable by packet?
  4559.            DSP Designs and Packet Protocols
  4560.      MSYS 1.09 |and| Re: High speed point to point Backbones ...
  4561.         Need Help Setting up a TCP/IP Station.
  4562.            NOS and Shared Interrupts on MS-400 Card
  4563.              Paccomm Tiny 2 Plus
  4564.           Packet Software/Hardware for the Macintosh
  4565.              The PACCOMM TNC 220
  4566.  
  4567. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  4568. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  4569. Problems you can't solve otherwise to brian@ucsd.edu.
  4570.  
  4571. Archives of past issues of the Packet-Radio Digest are available 
  4572. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  4573.  
  4574. We trust that readers are intelligent enough to realize that all text
  4575. herein consists of personal comments and does not represent the official
  4576. policies or positions of any party.  Your mileage may vary.  So there.
  4577. ----------------------------------------------------------------------
  4578.  
  4579. Date: 22 Dec 90 22:37:30 GMT
  4580. From: tippy!buzz@purdue.edu
  4581. Subject: Any USENET sites reachable by packet?
  4582. To: packet-radio@ucsd.edu
  4583.  
  4584. Does anyone know of any public access unix sites reachable by packet radio? My
  4585. father-in-law has just set-up a packet site, and since he's in a rural area it
  4586. would be great if I could exchange mail and files with him without having to
  4587. make long-distance phone calls.
  4588.  
  4589. Thanks!
  4590.  
  4591.  
  4592. ______________________________________________________________________________
  4593. | Jonathan Neuenschwander                        |"My views on evolution?    |
  4594. | USENET:   tippy!buzz@newton.physics.purdue.edu | I think Darwin was        |
  4595. | AMERICA ONLINE:  Buzz Lee                      | adopted." --Steven Wright |
  4596. |________________________________________________|___________________________|
  4597. |DISCLAIMER:  The opinions and views depicted here are completely fictious.  |
  4598. |Any resemblence to any actual opinions or views, either living or dead, is  |
  4599. |purely coincidental.                                                        |
  4600. |____________________________________________________________________________|
  4601.  
  4602. ------------------------------
  4603.  
  4604. Date: 23 Dec 90 07:14:30 GMT
  4605. From: cs.utexas.edu!ut-emx!ccwf.cc.utexas.edu@tut.cis.ohio-state.edu  (Brett Jacobson)
  4606. Subject: DSP Designs and Packet Protocols
  4607. To: packet-radio@ucsd.edu
  4608.  
  4609. [Note: This is forwarded for a friend of mine who's UseNet access is
  4610. questionably reliable. ]
  4611.  
  4612. Set-up info:  I am currently working on a DSP design project with a
  4613. friend of mine (he has a license, I can't get CW high enough to qualify,
  4614. my brain doesn't cut it some times) that we plan to encompass most (if
  4615. not all) packet protocols (actually just data protocols, with packet
  4616. being one of them).  
  4617.  
  4618. We have reached the point, where an AI based CW interpreter has been
  4619. designed (and implemented), however, we are seriously lacking in
  4620. information on other protocols.  The following is a list of protocols we
  4621. are currently looking at, thought any other suggestions are of-course,
  4622. welcome:
  4623.  
  4624. Morse Code
  4625. Baudot RTTY
  4626. Variable Baudot RTTY
  4627. Bit inverted Baudot RTTY
  4628. ASCII High and Low Speed
  4629. SITOR Mode A (also ARQ)
  4630. SITOR Mode B (also FEC)
  4631. ARQ 2 and 4 channel (TDM)
  4632. ARQ-E
  4633. ARQ-E3
  4634. VFT Mode (FDM)
  4635. Russian Third Shift Cryillic
  4636. FAX AM/FM
  4637. Packet 300/1200 AX.25
  4638. V26.b 2400bps Packet
  4639. K9NG 9600bps direct FSK
  4640.  
  4641. This is of-course a small list of what the chips are capable of.
  4642. Current development is being done on a NeXT machine, however, we are
  4643. contemplating moving to the TI series of chips (primarily the 340C25 and
  4644. 340C30), even though it would require a redisign from the MC56001 series
  4645. we are currently working on.
  4646.  
  4647. Does anyone know where we can get COMPREHENSIVE information on these
  4648. protocols, and also on the protocols being used in HIGH SPEED (over
  4649. 2400bps) communications, especially the recently mentioned 56Kbps and
  4650. 2Mbps designs.
  4651.  
  4652. Thanks, 
  4653. Chris Petrilli
  4654. petrilli@dogface.UUCP
  4655. petrilli%dogface@uunet.uu.net
  4656.  
  4657. ------------------------------
  4658.  
  4659. Date: 22 Dec 90 16:59:09 GMT
  4660. From: munnari.oz.au!yoyo.aarnet.edu.au!sirius.ucs.adelaide.edu.au!levels!xtasc@uunet.uu.net
  4661. Subject: MSYS 1.09 |and| Re: High speed point to point Backbones ...
  4662. To: packet-radio@ucsd.edu
  4663.  
  4664. A while back we got MSYS 1.08 from an ftp site, I cant remember which it was
  4665. either tomcat or thumper, anyway, does anyone know of, or can anyone provide
  4666. an ftp site for 1.09 of this package as well as the patch(s?) that followed
  4667. this versions release.
  4668.  
  4669. Regarding the discussion on 10baseR (Can we coin a new term here??, should it
  4670. be M for Microwave ?? :-) ).
  4671. 1. Would there be any serious problems with the suggestion of giving the once
  4672.    10 minute broadcast of your staions call for id purposes ?? Seems like this
  4673.    would be easy to incorporate in most of the software around, eg NOS ??
  4674.    it sounds too simple, but if its ok for voice !!?
  4675. 2. If it were lobbied at the correct level internationally, the concept of
  4676.    getting IP addresses recogised as legal identification, based on the fairly
  4677.    well defined way in which they are allocated, would probably be a better
  4678.    idea !? Im assuming here that most stations using this link speed would use
  4679.    a level 3 protocol of some description, and IP would probably be the
  4680.    easiest to establish a case for, Any idea's ??
  4681.  
  4682. Im pleasantly surprised to see that there is a significant amount of interest
  4683. in this area, I wasnt sure if it was a bit of a dream on my part.
  4684. I get the feeling that the id requirements OS are easier than those in VK land
  4685. , I may be wrong, but ive heard that level3  netrom and routed tcp/ip are both
  4686. non-conformant to our DOTC regulations at this time. I understand that there 
  4687. are moves a-foot to do in VK the same as what ive passed on in comment 2.
  4688.  
  4689. Ill collect all the postings on these and related spin-off subjects, and try to
  4690. get together a combined posting of the options suggested.
  4691.  
  4692. 73's ... Rob VK5XXX
  4693.  
  4694. -- 
  4695. Rob Mayfield    -  ASC Network Support, VK5XXX/ZEU
  4696. Internet/AARNet -  xtasc@lv.sait.edu.au        [AMPR_TCP/IP VK5 Co-ordinator]
  4697. Applelink       -  AUST0177
  4698. AMPR            -  VK5XXX@VK5WI.#SA.AUS.OC  [ or     VK5ZEU@VK5WI.#SA.AUS.OC]
  4699. OZPost          -  Post Office Box 46,  Henley Beach,  South Australia,  5022
  4700. Voice or Pix    -  Home : +61 8 235 1377  Work : +61 8 348 7000/7001 Voic/Fax
  4701.  
  4702. ------------------------------
  4703.  
  4704. Date: 22 Dec 90 20:16:14 GMT
  4705. From: kb2ear@rutgers.edu  (Scott R. Weis KB2EAR)
  4706. Subject: Need Help Setting up a TCP/IP Station.
  4707. To: packet-radio@ucsd.edu
  4708.  
  4709. Can some on help me? I am tring to set up a link between my Unix
  4710. computer and my MSDOS computer and also link it to the packet world via
  4711. the dos box. 
  4712.  
  4713. At this piint I'm totaly lost so any help would be a great help. the
  4714. versions of the ka9q software are
  4715.  
  4716. UNIX: v890421.1
  4717. DOS:  v901130
  4718.  
  4719. Tnx, 73,
  4720.  
  4721. Scott Weis KB2EAR
  4722. kb2ear!kb2ear@princeton.edu
  4723.  
  4724. ------------------------------
  4725.  
  4726. Date: Sat, 22 Dec 90 22:39:47 EST
  4727. From: barry@dgbt.doc.ca (Barry McLarnon DGBT/DIP)
  4728. Subject: NOS and Shared Interrupts on MS-400 Card
  4729. To: packet-radio@ucsd.edu
  4730.  
  4731. I don't think anyone has ported the shared interrupt code from NET to NOS.
  4732. The author, Dan Frank W9NK, now lives in the Ottawa area... next time I talk
  4733. to him, I'll ask him if he's interested in doing it, or knows someone who's
  4734. already working on it.  In the meantime, consider another possibility: the
  4735. G8BPQ code supports the MS-400 in shared interrupt mode (I think), and it
  4736. also has a KISS TNC emulator which allows it to run as a front end to NOS.
  4737. G8BPQ also has some advantages in its NET/ROM support over NOS, such as
  4738. greater configuration flexibility and a familiar interface for the AX.25
  4739. users.  This combination might be what you're after.
  4740.  
  4741. Barry
  4742.  
  4743. | Barry McLarnon     Communications Research Center, Ottawa, ON, Canada |
  4744. | Internet: barry@dgbt.doc.ca                                           |
  4745. | Packet BBS: VE3JF@VE3JF        AMPRnet: barry@bbs.ve3jf [44.135.96.6] |
  4746.  
  4747. ------------------------------
  4748.  
  4749. Date: 22 Dec 90 15:24:49 GMT
  4750. From: att!cbnewsj!kb2glo@ucbvax.Berkeley.EDU  (thomas.kenny)
  4751. Subject: Paccomm Tiny 2 Plus
  4752. To: packet-radio@ucsd.edu
  4753.  
  4754. I see that Paccomm has an upgrade to the Tiny 2 (and Micro 2) TNCs.
  4755. Since I have one I'm wondering if it is worth it. I'm also wondering
  4756. how the multi EPROM arrangement works. Anybody have any comments?
  4757. 73 DE KB2GLO, Tom.
  4758.  
  4759. -- 
  4760. Tom Kenny, KB2GLO
  4761. uucp:   att!lzatt!tek          internet: tek%lzlup@att.att.com
  4762. packet: kb2glo@nn2z.nj.usa.na  ampr: kb2glo@nn2z.ampr.org [44.64.0.10]
  4763.  
  4764. ------------------------------
  4765.  
  4766. Date: 22 Dec 90 10:00:24 GMT
  4767. From: mcsun!ukc!slxsys!ibmpcug!badger@uunet.uu.net  (David Johnson)
  4768. Subject: Packet Software/Hardware for the Macintosh
  4769. To: packet-radio@ucsd.edu
  4770.  
  4771. I would like to get into packet radio, but it appears that 
  4772. most of the software/hardware availble is for PC's. Is there
  4773. any avaiable for the Mac.
  4774.  
  4775. THanks in advance
  4776.  
  4777.  
  4778.  
  4779. Dave G4DPZ
  4780. -- 
  4781. Automatic Disclaimer:
  4782. The views expressed above are those of the author alone and may not
  4783. represent the views of the IBM PC User Group.
  4784. -- 
  4785.  
  4786. ------------------------------
  4787.  
  4788. Date: Sat, 22 Dec 90 22:27:39 EST
  4789. From: barry@dgbt.doc.ca (Barry McLarnon DGBT/DIP)
  4790. Subject: The PACCOMM TNC 220
  4791. To: packet-radio@ucsd.edu
  4792.  
  4793. A version of KISS for the TNC-220 is included in the G8BPQ package.  Grab
  4794. the file bpq359.zip from tomcat.gsfc.nasa.gov, and you'll find it therein.
  4795.  
  4796. Barry
  4797.  
  4798. | Barry McLarnon     Communications Research Center, Ottawa, ON, Canada |
  4799. | Internet: barry@dgbt.doc.ca                                           |
  4800. | Packet BBS: VE3JF@VE3JF        AMPRnet: barry@bbs.ve3jf [44.135.96.6] |
  4801.  
  4802. ------------------------------
  4803.  
  4804. End of Packet-Radio Digest
  4805. ******************************
  4806. Date: Mon, 24 Dec 90 04:30:03 PST
  4807. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  4808. Reply-To: Packet-Radio@UCSD.Edu
  4809. Subject: Packet-Radio Digest V90 #228
  4810. To: packet-radio
  4811.  
  4812.  
  4813. Packet-Radio Digest         Mon, 24 Dec 90       Volume 90 : Issue 228
  4814.  
  4815. Today's Topics:
  4816.            High speed point to point Backbones ...
  4817.           MAC HARDWARE/SOFT WARE FOR PACKET
  4818.      MSYS 1.09 |and| Re: High speed point to point Backbones ...
  4819.         Open Letter to ARRL Pres. Larry Price
  4820.           Packet Software/Hardware for the Macintosh
  4821.  
  4822. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  4823. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  4824. Problems you can't solve otherwise to brian@ucsd.edu.
  4825.  
  4826. Archives of past issues of the Packet-Radio Digest are available 
  4827. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  4828.  
  4829. We trust that readers are intelligent enough to realize that all text
  4830. herein consists of personal comments and does not represent the official
  4831. policies or positions of any party.  Your mileage may vary.  So there.
  4832. ----------------------------------------------------------------------
  4833.  
  4834. Date: 23 Dec 90 18:03:09 GMT
  4835. From: usenet.ins.cwru.edu!ncoast!allbery@tut.cis.ohio-state.edu  (Brandon S. Allbery KB8JRR)
  4836. Subject: High speed point to point Backbones ...
  4837. To: packet-radio@ucsd.edu
  4838.  
  4839. As quoted from <46@shasta.Stanford.EDU> by paulf@shasta.Stanford.EDU (paulf):
  4840. +---------------
  4841. | Simpler yet.  Have a daemon kick out a packet every ten minutes that says
  4842. | "Hi.  You're watching packets form W6YX".   Legal, too.
  4843. +---------------
  4844.  
  4845. Heck, yes.  That's how I operated 2m packet while I was still /KT:
  4846.  
  4847. cmd: unproto id via wa8bxn
  4848. UNproto was CQ
  4849. UNproto now CQ via WA8BXN
  4850. cmd: btext KB8JRR/KT, Mentor, OH.
  4851. BText   was
  4852. BText   now KB8JRR/KT, Mentor, OH.
  4853. cmd: beacon every 57
  4854. Beacon  was EVERY 0
  4855. Beacon  now EVERY 57 (570 sec.)
  4856. WARNING: Beacon too often
  4857. cmd:
  4858.  
  4859. The warning before every prompt (blame AEA...) was a small price to pay for
  4860. the assurance of legality.  And it can be applied to any other situations
  4861. where a packet station needs to give a guaranteed ID.  (Well, most.  IP
  4862. stations require either a TNC that will beacon in KISS mode, or recent
  4863. versions of G1EMM and possibly the other variants.  I found it easier to
  4864. operate on 220 until I had my license in hand, even though my TNC does beacon
  4865. in KISS mode.)
  4866.  
  4867. ++Brandon
  4868. -- 
  4869. Me: Brandon S. Allbery                      VHF/UHF: KB8JRR on 220, 2m, 440
  4870. Internet: allbery@NCoast.ORG                Packet: KB8JRR @ WA8BXN
  4871. America OnLine: KB8JRR                      AMPR: KB8JRR.AmPR.ORG [44.70.4.88]
  4872. uunet!usenet.ins.cwru.edu!ncoast!allbery    Delphi: ALLBERY
  4873.  
  4874. ------------------------------
  4875.  
  4876. Date: Sun, 23 Dec 90 15:20:34 MST
  4877. From: Larry L. Springstee <LSPRINGSTEEN@WSMR-SIMTEL20.ARMY.MIL>
  4878. Subject: MAC HARDWARE/SOFT WARE FOR PACKET
  4879. To: Packet-Radio@UCSD.Edu
  4880.  
  4881. RE: Packet Software/Hardware for the Macintosh
  4882.  
  4883. David Johnson  Writes:
  4884. >I would like to get into packet radio, but it appears that
  4885. >most of the software/hardware availble is for PC's. Is there
  4886. >any avaiable for the Mac.
  4887.  
  4888. Hi David,
  4889.   Getting on Packet using a Mac is not hard. You will need to decide on a 
  4890. TNC to use. The TNC is a personal choice, I'm using a PacCom TNC-220 and
  4891. used a PacCom Tiny 2 as a loaner. I used a modem cable from the Mac to the
  4892. TNC and had to HOME BREW (yes I did) the cable from the TNC to the radio. 
  4893.  
  4894.   You will need a terminal program. I am using RedRyder 9.2 for Packet. 
  4895. I have tried White Knight 11.?? and RedRyder 10.3 on Packet as well. If you
  4896. use a terminal program for your landline communications it will also work
  4897. for you on Packet. If you go with a Multimode TNC then you will want 
  4898. software to take advantage of the TNC's extra functions. I have no 
  4899. experience with the Multimode TNC's. 
  4900.  
  4901.   I hope this answers one or more of your questions. If not give me a
  4902. shout. I know of other Ham goodies for the Mac as well.
  4903.  
  4904. e mail--> LSPRINGSTEEN @ WSMR-SIMTEL20.ARMY.MIL
  4905. Packet--> LARRY WB8LBZ @ K5WPH-2.NM.USA.NA
  4906. Ma Bell-> w (505) 678-1912/1913/2330/2039   any one
  4907.       h (915) 821-3021 after 1600 before 2000 MST(MDT)
  4908.         1200/2400  by prior arangement only
  4909.  
  4910. >THanks in advance
  4911. >Dave G4DPZ
  4912.  
  4913. You are welcome in advance too!
  4914. Larry  WB8LBZ in El Paso, TX (the Real West Texas)
  4915. -------
  4916.  
  4917. ------------------------------
  4918.  
  4919. Date: 23 Dec 90 19:24:24 GMT
  4920. From: usenet.ins.cwru.edu!ncoast!allbery@tut.cis.ohio-state.edu  (Brandon S. Allbery KB8JRR)
  4921. Subject: MSYS 1.09 |and| Re: High speed point to point Backbones ...
  4922. To: packet-radio@ucsd.edu
  4923.  
  4924. As quoted from <15781.277390dd@levels.sait.edu.au> by xtasc@levels.sait.edu.au:
  4925. +---------------
  4926. | A while back we got MSYS 1.08 from an ftp site, I cant remember which it was
  4927. | either tomcat or thumper, anyway, does anyone know of, or can anyone provide
  4928. | an ftp site for 1.09 of this package as well as the patch(s?) that followed
  4929. | this versions release.
  4930. +---------------
  4931.  
  4932. I'll talk to Mike WA8BXN.  In fact, I think I saw something with an HID of
  4933. [MSYS-1.10-H$], so things may be even farther along than we all thought....
  4934.  
  4935. ++Brandon
  4936. (P.S.  Confirmed; I just connected to BXN, and it's IDing with version 1.10.)
  4937. (P.P.S.  I just dropped a note to Mike, after a half hour and being blasted
  4938. off ncoast by line noise in the middle of editing this message.  If he comes
  4939. through with it, I'll try get it to Simtel-20 and maybe thumper (Phil?).)
  4940. -- 
  4941. Me: Brandon S. Allbery                      VHF/UHF: KB8JRR on 220, 2m, 440
  4942. Internet: allbery@NCoast.ORG                Packet: KB8JRR @ WA8BXN
  4943. America OnLine: KB8JRR                      AMPR: KB8JRR.AmPR.ORG [44.70.4.88]
  4944. uunet!usenet.ins.cwru.edu!ncoast!allbery    Delphi: ALLBERY
  4945.  
  4946. ------------------------------
  4947.  
  4948. Date: 24 Dec 90 04:11:13 GMT
  4949. From: w8grt!jim.grubs@uunet.uu.net  (Jim Grubs)
  4950. Subject: Open Letter to ARRL Pres. Larry Price
  4951. To: packet-radio@ucsd.edu
  4952.  
  4953.       On Decemer 13th, the FCC modified the requirements for the Technician 
  4954. Class license with a code test. This bold move offers great hope to all of us 
  4955. who are deeply concerned with the possibility that amateur radio will one day 
  4956. soon be crushed under the weight of the spectrum needs of other services.
  4957.  
  4958.       I was disturbed to note, however, that you were reported to be 
  4959. considering asking the FCC to reconsider this action to the extent of 
  4960. confining the new codeless Technicians to 222 mhz and up. I consider this 
  4961. most unwise for the following reasons:
  4962.  
  4963.       One basic Technician Class license with one written exam + a CW 
  4964. endorsement for those who want to operate on HF would be easier and cheaper 
  4965. for the FCC to administer.
  4966.  
  4967.       "Ghetto-izing" the codefree Technician Class licensees provides no 
  4968. regulatory or technological benefit. Rather, it serves only to codify social 
  4969. discrimination by preventing the newcomers from coming into contact with the 
  4970. majority of their fellow amateur operators.
  4971.  
  4972.       Amateur radio constitutes the United States' first National Park of the 
  4973. Mind, and broad, open access to that public resource will provide 
  4974. intellectually stimulating and spiritually refreshing benefits to the nation 
  4975. that narrow, inhibitory access by the privileged few cannot. I believe that 
  4976. that is the basic reason the FCC made its decision.
  4977.  
  4978.       Amateur radio's greatest contributions to the state of the art occurred 
  4979. during the period of its early history when it was not straight-jacketed by 
  4980. complex regulations and licensing structures not based on compelling need. 
  4981. Preventing or inhibiting the freest possible exploration of the National Park 
  4982. of the Mind consistent with conserving its meaningful existence would tend 
  4983. toward reducing it to the site for historical tableaux similar to those re- 
  4984. enactments of medieval jousting.
  4985.  
  4986.       There is no compelling need for creating your proposed codefree ghetto. 
  4987. Therefore, any request for reconsideration will doubtlessly be rejected out 
  4988. of hand. The only result of a Petition for Reconsideration will be to make 
  4989. the League look foolish.
  4990.  
  4991.       Moreover, since the new codefree amateurs are going to revitalize the 
  4992. future of ham radio, resentment against the organization that attempted to 
  4993. cause part of the original promise to be withdrawn would no doubt result in 
  4994. very few of them joining the League, which would very likely become little 
  4995. more than the custodians for its Antique Wireless Museum.
  4996.  
  4997.       To summarize, it's a dumb idea.
  4998.  
  4999. 73 de Jim Grubs, W8GRT
  5000. Copies: Michael Covington, Wayne Green, Fred Maia, Don Stoner, Phil Karn, 
  5001. Scott Loftesness
  5002.  
  5003. ---
  5004.  * Origin: HAM RADIO - The 1st National Park of the Mind! (1:234/1)
  5005.  
  5006. --  
  5007. Jim Grubs - via the friendly folks at UUNET
  5008. UUCP: ...!uunet!w8grt!jim.grubs
  5009. INTERNET: jim.grubs@w8grt.fidonet.org
  5010.  
  5011. ------------------------------
  5012.  
  5013. Date: 23 Dec 90 18:17:22 GMT
  5014. From: usenet.ins.cwru.edu!ncoast!allbery@tut.cis.ohio-state.edu  (Brandon S. Allbery KB8JRR)
  5015. Subject: Packet Software/Hardware for the Macintosh
  5016. To: packet-radio@ucsd.edu
  5017.  
  5018. As quoted from <1990Dec22.100024.27811@ibmpcug.co.uk> by badger@ibmpcug.co.uk (David Johnson):
  5019. +---------------
  5020. | I would like to get into packet radio, but it appears that 
  5021. | most of the software/hardware availble is for PC's. Is there
  5022. | any avaiable for the Mac.
  5023. +---------------
  5024.  
  5025. For straight packet, any TNC (aside from the PC bus cards, of course) works
  5026. and any Mac comm package can be used.  I started out using a PK88 and ZTerm
  5027. 0.85; the PK88 and most other TNCs can be connected with an ordinary modem
  5028. cable.
  5029.  
  5030. Anything else is harder or impossible, unfortunately:  I don't think ROSE is
  5031. available for the Mac, and the only version of the KA9Q software is an old
  5032. version of NET; the NOS port is still in progress.  In any case, I suspect
  5033. that for ROSE and KA9Q you'd want more serial ports than the Mac provides.
  5034. But if all you're after is straight AX.25 packet, you don't need anything
  5035. except a modem cable and any comm software.
  5036.  
  5037. AEA has MacRATT and MFJ has MultiCom for the Mac, if you want a fancier
  5038. interface.  I believe you can buy a package from MFJ that includes the modem
  5039. cable and MultiCom, for the MFJ 1270/1274/1278.
  5040.  
  5041. 73,
  5042. ++Brandon
  5043. -- 
  5044. Me: Brandon S. Allbery                      VHF/UHF: KB8JRR on 220, 2m, 440
  5045. Internet: allbery@NCoast.ORG                Packet: KB8JRR @ WA8BXN
  5046. America OnLine: KB8JRR                      AMPR: KB8JRR.AmPR.ORG [44.70.4.88]
  5047. uunet!usenet.ins.cwru.edu!ncoast!allbery    Delphi: ALLBERY
  5048.  
  5049. ------------------------------
  5050.  
  5051. End of Packet-Radio Digest
  5052. ******************************
  5053. Date: Tue, 25 Dec 90 04:30:04 PST
  5054. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  5055. Reply-To: Packet-Radio@UCSD.Edu
  5056. Subject: Packet-Radio Digest V90 #229
  5057. To: packet-radio
  5058.  
  5059.  
  5060. Packet-Radio Digest         Tue, 25 Dec 90       Volume 90 : Issue 229
  5061.  
  5062. Today's Topics:
  5063.               Just a reminder...
  5064.              MSYS - send it now or later?
  5065.               Need Amiga/PK232 Software
  5066.         PACKET SOFTWARE/HARDWARE FOR THE MACI
  5067.             The Amateur Radio BBS - UPDATE
  5068.  
  5069. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  5070. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  5071. Problems you can't solve otherwise to brian@ucsd.edu.
  5072.  
  5073. Archives of past issues of the Packet-Radio Digest are available 
  5074. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  5075.  
  5076. We trust that readers are intelligent enough to realize that all text
  5077. herein consists of personal comments and does not represent the official
  5078. policies or positions of any party.  Your mileage may vary.  So there.
  5079. ----------------------------------------------------------------------
  5080.  
  5081. Date: 25 Dec 90 01:31:14 GMT
  5082. From: w8grt!jim.grubs@uunet.uu.net  (Jim Grubs)
  5083. Subject: Just a reminder...
  5084. To: packet-radio@ucsd.edu
  5085.  
  5086. (72)    Sun 4 Nov 90 10:42p
  5087. By: "CAL-LAB ", MS:JER2-85 TEL:7589
  5088. To: All
  5089. Re: MARS Traffic to Gulf Region
  5090. St:
  5091. ------------------------------------------------------------------------------
  5092. @UFGATE newsin 1.27
  5093. From: RHAREL%FAB8@SC.INTEL.COM ("CAL-LAB ", MS:JER2-85 TEL:7589)
  5094. Date: 4 Nov 90 14:41:00 GMT
  5095. Organization: The Internet
  5096. Message-ID: <9011041721.AA14589@ucsd.edu>
  5097. Newsgroups: rec.ham-radio
  5098.  
  5099. >>From: sdd.hp.com!wuarchive!emory!auc!dag@ucsd.edu  (Daniel Gibson )
  5100. >>Subject: Finding a MARS operator close to Saudi Arabia with an account on the
  5101. network
  5102.  
  5103. >>HELP!!!!!!!! I am looking for a MARS operator that is on
  5104. >>the network. The reason is that I am hoping that I could
  5105. >>send my messages to that person and that later on
  5106. >>they could deliver it. I am trying I guess to be innovative
  5107. >>a little(well maybe not) in doing this. Hopefully this person or
  5108. >>persons will be closer to Saudi Arabia than I am now when I
  5109. >>send a MARS message.
  5110.  
  5111. >>Is there anybody out there?
  5112.  
  5113. >>Thank-You
  5114.  
  5115. >>Dan Gibson
  5116.  
  5117.  
  5118. Hello Dan,
  5119.  
  5120.       There is a packet BBS running out of the American Embassy in Saudi Arabia
  5121. using the callsign 7Z1AB. The BBS is intended for handling mail only traffic
  5122. for deployed U.S. military personel stationed in the Gulf region.
  5123.       If you're intentions are to pass traffic through the net, you can E-mail
  5124. a note to Jim Stone - who set up the link, explaining how much traffic
  5125. will be passed and work out the logistics.
  5126. the E-Mail address for Jim Stone is:
  5127.  
  5128. "Jim%taueng.bitnet@mitvma.mit.edu"
  5129.  
  5130. Good luck
  5131. es 73,
  5132. Rich
  5133.  
  5134. --  
  5135. Jim Grubs - via the friendly folks at UUNET
  5136. UUCP: ...!uunet!w8grt!jim.grubs
  5137. INTERNET: jim.grubs@w8grt.fidonet.org
  5138.  
  5139. ------------------------------
  5140.  
  5141. Date: 24 Dec 90 22:36:14 GMT
  5142. From: usenet.ins.cwru.edu!ncoast!allbery@tut.cis.ohio-state.edu  (Brandon S. Allbery KB8JRR)
  5143. Subject: MSYS - send it now or later?
  5144. To: packet-radio@ucsd.edu
  5145.  
  5146. As per my earlier message to the newsgroup, I have secured a copy of the
  5147. latest released MSYS.  However, I'm not sure I want to send it to the archive
  5148. sites just yet.
  5149.  
  5150. The problem is that the version I have is 1.09 (with the patches).  Mike
  5151. WA8BXN is currently beta-testing 1.10, however.  The question is, should I
  5152. send out 1.09 now or wait a week or so for the release of 1.10?
  5153.  
  5154. (For those who don't want to wait, I can email it --- a uuencoded file in 8
  5155. parts comprising MSYS109.EXE, a self-unpacking archive.  Please hold the
  5156. number of requests down, however, as ncoast is having some mailer problems at
  5157. the moment and I have to make sure they go out only after I make some manual
  5158. patches to the maps after each pathalias run.)
  5159.  
  5160. 73,
  5161. ++Brandon
  5162.  
  5163.  
  5164. -- 
  5165. Me: Brandon S. Allbery                      VHF/UHF: KB8JRR on 220, 2m, 440
  5166. Internet: allbery@NCoast.ORG                Packet: KB8JRR @ WA8BXN
  5167. America OnLine: KB8JRR                      AMPR: KB8JRR.AmPR.ORG [44.70.4.88]
  5168. uunet!usenet.ins.cwru.edu!ncoast!allbery    Delphi: ALLBERY
  5169.  
  5170. ------------------------------
  5171.  
  5172. Date: 24 Dec 90 13:36:06 GMT
  5173. From: zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!dali.cs.montana.edu!caen!uflorida!kluge!serss0!icbtl805@tut.cis.ohio-state.edu  (Hamilton Davies)
  5174. Subject: Need Amiga/PK232 Software
  5175. To: packet-radio@ucsd.edu
  5176.  
  5177. A friend of mine, w/o net access, has an Amiga 500 and a PK232.  He would
  5178. like a dedicated packet program for this setup.  He is currently using
  5179. the PK with a C64 and cart based software.  Any assistance would be greatly
  5180. appreciated.
  5181.  
  5182. --Ham
  5183.  
  5184. ------------------------------
  5185.  
  5186. Date: 24 Dec 90 21:11:02 GMT
  5187. From: w8grt!f470.n101.z1.fidonet.org!Tom.Mcgee@uunet.uu.net  (Tom Mcgee)
  5188. Subject: PACKET SOFTWARE/HARDWARE FOR THE MACI
  5189. To: packet-radio@ucsd.edu
  5190.  
  5191. In response to David Johnson's article:
  5192.  
  5193. >> get into packet radio, but it appears that
  5194. most of the software/hardware availble is for PC's. Is there
  5195. any avaiable for the Mac. <<
  5196.  
  5197. All you need is a telecommunication package like Zterm, White Knight, or 
  5198. other and a TNC connected to your Mac with a regular modem cable....and then 
  5199. you just connect the TNC to your radio. Works like a charm.
  5200.  
  5201. 73, de KA1TOX
  5202. --- TBBS v2.1/NM
  5203.  * Origin: Tom's BBS - Wollaston, MA - 617/471-3009  (1:101/470)
  5204.  
  5205. --  
  5206. Tom Mcgee - via the friendly folks at UUNET
  5207. UUCP: ...!uunet!w8grt!101!470!Tom.Mcgee
  5208. INTERNET: Tom.Mcgee@f470.n101.z1.fidonet.org
  5209.  
  5210. ------------------------------
  5211.  
  5212. Date: 24 Dec 90 20:04:02 GMT
  5213. From: zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!wb3ffv!howardl@tut.cis.ohio-state.edu  ( WB3FFV)
  5214. Subject: The Amateur Radio BBS - UPDATE
  5215. To: packet-radio@ucsd.edu
  5216.  
  5217. +------------------------------------------------------------------------------+
  5218.     HOW TO ACCESS THE WB3FFV AMATEUR RADIO TELEPHONE BBS !!!
  5219.  
  5220.  
  5221.  I have placed a BBS system on-line that is mainly oriented towards the 
  5222. Amateur Community (but there is other stuff on-line). As of now I have not
  5223. attempted to promote this system any place except in the amateur channels
  5224. (PACKET, USENET, & word of mouth), and will continue under this policy, as
  5225. I hope to keep it oriented toward amateur radio. The various software for
  5226. UP/DOWNload is available via telephone dialup and Packet TCP/IP, and through
  5227. user support I hope to keep the latest and greatest ham software on-line.
  5228. Below is the information that is needed in order to access the BBS via
  5229. Telephone -or- TCP/IP, please pass it around to as many ham's as possible.
  5230.  
  5231.  System Name: WB3FFV
  5232.  User Login: bbs
  5233.  Number: (301)-625-0817 -- 1200 & 2400 (Non-MNP)
  5234.  Number: (301)-625-9482 -- 1200 & 2400 (MNP5), 4800 & 9600 V.32 (V.42/MNP5)
  5235.  Number: (301)-625-9663 -- 1200 & 2400 (MNP5), 9600 & 19200 (PEP) 
  5236.  Data Settings: 8 Bits, NO Parity, 1 Stop Bit
  5237.  Times: 24hrs/365days  (except for routine maintenance)
  5238.  Software: XBBS  (UNIX/Xenix Multiuser BBS)
  5239.  IP Address: 44.60.128.1 {wb3ffv.ampr.org} [for FTP access on 145.650 mhz ONLY]
  5240.  Misc. Info: Machine is an 80486 computer running UNIX V.3.2 and features 700 
  5241.          Meg of on-line storage. Most transfer protocols are available!!
  5242.  
  5243.  
  5244.  I attempt to keep the latest and greatest HAM software on-line, and encourage
  5245. all to upload anything new that they come up with, as it is of benefit to all.
  5246. Here is a sample of a couple pieces of software that is available for DOWNLOAD:
  5247.  
  5248.  KA9Q TCP/IP Software for the PC (Latest OFFICIAL release + TEST Versions) 
  5249.  KA9Q TCP/IP for the Atari-ST, MAC, & Amiga
  5250.  KA9Q TCP/IP for UNIX based systems
  5251.  KA9Q TCP/IP (The NOS release)  [UNIX, MS/DOS, Amiga]
  5252.  KA9Q TCP/IP (Version by G1EMM, PE1CHL, PA0GRI, Etc.)
  5253.  WA7MBL BBS for the PC (Versions 3.31, 4.31 & 5.1[2,3,4])
  5254.  W0RLI BBS for the PC (Versions 6.xx, 7.xx, 8.xx, 9.xx, 10.xx)
  5255.  MSYS BBS for the PC running KISS TNC's  (Version 1.09)
  5256.  AA4RE BBS for the PC (Version 2.10)
  5257.  Various BBS utilities and enhancements
  5258.  Several MORSE CODE Tutors
  5259.  TheNet software by NORD><LINK  (Version 1.01)
  5260.  Modifications for many HAM Rigs and Scanners
  5261.  Digital Signal Processing software (DSP)
  5262.  DX and contesting programs
  5263.  ARRL Newsletters & Gateway
  5264.  W5YI Electronic Edition
  5265.  
  5266.  There is much more available on the BBS, and I don't want to waste a lot of
  5267. PACKET BBS space trying to list it all, so if you are interested give it a
  5268. call and see for yourself !!!
  5269.  
  5270. If you are interested in using UUCP to connect to the BBS, this can also be
  5271. done as I support Anon-uucp. The login to the system is 'uucpanon', and there 
  5272. is NO password. The listing of avalible archives are stored in a file called
  5273. 'FILES', and it is located in the /usr/spool/uucppublic. To retrieve the files
  5274. listing just use the following command:
  5275.  
  5276. uucp wb3ffv!~/FILES /usr/spool/uucppublic    
  5277.  
  5278. This will move a copy of my files listing into your uucppublic directory.  If
  5279. you have any questions or problems, feel free to contact me at one of the 
  5280. numbers/adresses below. Good Luck...
  5281.  
  5282.             H A P P Y   H O L I D A Y S !!
  5283.  
  5284. ------------------------------
  5285.  
  5286. End of Packet-Radio Digest
  5287. ******************************
  5288. Date: Wed, 26 Dec 90 04:30:03 PST
  5289. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  5290. Reply-To: Packet-Radio@UCSD.Edu
  5291. Subject: Packet-Radio Digest V90 #230
  5292. To: packet-radio
  5293.  
  5294.  
  5295. Packet-Radio Digest         Wed, 26 Dec 90       Volume 90 : Issue 230
  5296.  
  5297. Today's Topics:
  5298.                  RTTY
  5299.  
  5300. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  5301. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  5302. Problems you can't solve otherwise to brian@ucsd.edu.
  5303.  
  5304. Archives of past issues of the Packet-Radio Digest are available 
  5305. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  5306.  
  5307. We trust that readers are intelligent enough to realize that all text
  5308. herein consists of personal comments and does not represent the official
  5309. policies or positions of any party.  Your mileage may vary.  So there.
  5310. ----------------------------------------------------------------------
  5311.  
  5312. Date: 24 Dec 90 06:46:19 GMT
  5313. From: van-bc!ubc-cs!alberta!herald.usask.ca!weyr!f31.n140.z1.FIDONET.ORG!Shaun.Hase@ucbvax.Berkeley.EDU  (Shaun Hase)
  5314. Subject: RTTY
  5315. To: packet-radio@ucsd.edu
  5316.  
  5317. I'm leaving this message for a friend who is interested in finding a decent radio teletype and other related programs (?) for a Sony ICF2010 radio and a XT-turbo computer.  Any replies will be greatly appreciated.
  5318.  
  5319. --  
  5320. Shaun Hase - via FidoNet node 1:140/22
  5321. UUCP: ...!herald!weyr!31!Shaun.Hase
  5322. Domain: Shaun.Hase@f31.n140.z1.FIDONET.ORG
  5323. Standard Disclaimers Apply...
  5324.  
  5325. ------------------------------
  5326.  
  5327. End of Packet-Radio Digest
  5328. ******************************
  5329. Date: Thu, 27 Dec 90 04:30:03 PST
  5330. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  5331. Reply-To: Packet-Radio@UCSD.Edu
  5332. Subject: Packet-Radio Digest V90 #231
  5333. To: packet-radio
  5334.  
  5335.  
  5336. Packet-Radio Digest         Thu, 27 Dec 90       Volume 90 : Issue 231
  5337.  
  5338. Today's Topics:
  5339.               TNC-1 in 300 bps KISS-mode
  5340.  
  5341. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  5342. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  5343. Problems you can't solve otherwise to brian@ucsd.edu.
  5344.  
  5345. Archives of past issues of the Packet-Radio Digest are available 
  5346. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  5347.  
  5348. We trust that readers are intelligent enough to realize that all text
  5349. herein consists of personal comments and does not represent the official
  5350. policies or positions of any party.  Your mileage may vary.  So there.
  5351. ----------------------------------------------------------------------
  5352.  
  5353. Date: Thu, 27 Dec 90 09:58:48 +0100
  5354. From: adam%TNOAL1.TNO.NL@CUNYVM.CUNY.EDU
  5355. Subject: TNC-1 in 300 bps KISS-mode
  5356. To: Packet-radio@UCSD.Edu
  5357.  
  5358. Hello all,
  5359.  
  5360. I have tried to put one of my TNC-1's in KISS on HF...
  5361. The TNC works fine in 300 bps when in TARP-mode, but when I install a KISS
  5362. EPROM I can see everybody on the frequency, but nobody seems to understand
  5363. my transmissions. Could this be a problem similar to the ** HDLC can't init **
  5364. message I get when HBAUD is set to 300 bps in TAPR-mode, and a RESET is
  5365. done? Does anyone know of a version of KISS that will work on 300 bps?
  5366. Is anyone using a TNC-1 in KISS at 300 bps?
  5367.  
  5368. Have a good 1991!
  5369.  
  5370. 73 de
  5371.    __
  5372.   / /   /
  5373.  /-/ __/ __/ ____
  5374. / / (_/ (_/ / / /
  5375.  
  5376.  
  5377. +------------------------------------------------------------------+
  5378. |Please send your reply to:               |Where  |Mac  |Software  |
  5379. |-----------------------------------------+-------+-----+----------|
  5380. |TNO ZP-LAN:adam@tnoal1  (134.221.128.128)|office |SE   |NCSATelnet|
  5381. |  internet:adam@tnoal1.tno.nl            | same  |same |  same    |
  5382. |        or:pa2aga@tnoal1.tno.nl          | same  |same |  same    |
  5383. |    bitnet:gaalen@hdetno51.bitnet        | same  |same |DynaComm  |
  5384. | Ham-radio:pa2aga@pa2aga   (44.137.32.9) |at home|IIx  |NET/Mac   |
  5385. |        or:pa2aga@pa2aga-1 (44.137.32.61)|at home|Plus |NET/Mac   |
  5386. |        or:pa2aga@pa2aga-2 (44.137.32.19)|at home|512Ke|NET/Mac   |
  5387. |        or:pa2aga@pi8mac   (44.137.32.22)|at home|SE/30|NET/Mac   |
  5388. +------------------------------------------------------------------+
  5389.  
  5390. ------------------------------
  5391.  
  5392. End of Packet-Radio Digest
  5393. ******************************
  5394. Date: Fri, 28 Dec 90 04:30:02 PST
  5395. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  5396. Reply-To: Packet-Radio@UCSD.Edu
  5397. Subject: Packet-Radio Digest V90 #232
  5398. To: packet-radio
  5399.  
  5400.  
  5401. Packet-Radio Digest         Fri, 28 Dec 90       Volume 90 : Issue 232
  5402.  
  5403. Today's Topics:
  5404.          no-code license -- is it soup yet? (2 msgs)
  5405.            Warning -- packet-demo,plus,gold
  5406.  
  5407. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  5408. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  5409. Problems you can't solve otherwise to brian@ucsd.edu.
  5410.  
  5411. Archives of past issues of the Packet-Radio Digest are available 
  5412. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  5413.  
  5414. We trust that readers are intelligent enough to realize that all text
  5415. herein consists of personal comments and does not represent the official
  5416. policies or positions of any party.  Your mileage may vary.  So there.
  5417. ----------------------------------------------------------------------
  5418.  
  5419. Date: 27 Dec 90 16:21:59 GMT
  5420. From: zaphod.mps.ohio-state.edu!rpi!masscomp!westford.ccur.com!rtc@tut.cis.ohio-state.edu  (Robert Chesler)
  5421. Subject: no-code license -- is it soup yet?
  5422. To: packet-radio@ucsd.edu
  5423.  
  5424. I read a post in another newsgroup that said "...now that we have
  5425. a no code license..."   Do we really have this yet?
  5426.  
  5427. If we do, where can I get tested in Southern NH?
  5428.  
  5429. --Robert
  5430.  
  5431. ------------------------------
  5432.  
  5433. Date: 27 Dec 90 19:37:09 GMT
  5434. From: cs.utexas.edu!usc!wuarchive!rex!uflorida!mailer.cc.fsu.edu!sun13!murray@tut.cis.ohio-state.edu  (John Murray)
  5435. Subject: no-code license -- is it soup yet?
  5436. To: packet-radio@ucsd.edu
  5437.  
  5438. In article <61586@masscomp.ccur.com> rtc@westford.ccur.com writes:
  5439. >
  5440. >I read a post in another newsgroup that said "...now that we have
  5441. >a no code license..."   Do we really have this yet?
  5442.  
  5443. The FCC has proposed dropping the 5wpm Morse requirement for the Technical
  5444. class license. No-code techs would have all tech priviledges above 30MHz.
  5445. Old techs, and new techs who take and pass the 5wpm test, will retain all
  5446. current tech priviledges. As for date effective, I have heard early '91,
  5447. like Jan. or Feb, HOWEVER the ARRL is currently deciding whether to petition
  5448. the FCC to reconsider. The ARRL wants to make it (I think) 220MHz and up.
  5449.  
  5450. Do you have a problem with the ARRL's position on this? Let them know!!
  5451. I'm going to..
  5452.  
  5453. >If we do, where can I get tested in Southern NH?
  5454.  
  5455. Same place as always. It's a plain old Tech test, but written only..
  5456.  
  5457. This was posted instead of mailed, since there might be some other non-
  5458. readers of rec.ham-radio out there (I don't blame them at all) unaware
  5459. of the FCC decision. However, rec.ham-radio.packet is not the appropriate
  5460. place for discussion of this subject. Followups directed to rec.ham-radio
  5461.  
  5462. >--Robert
  5463.  
  5464. -- 
  5465. Disclaimer: Yeah, right, like you really believe I run this place.
  5466. John R. Murray              |        "Never code anything
  5467. murray@vsjrm.scri.fsu.edu   |          bigger than your head.."
  5468. Supercomputer Research Inst.|               - Me
  5469.  
  5470. ------------------------------
  5471.  
  5472. Date: 27 Dec 90 18:18:32 GMT
  5473. From: medin@cod.nosc.mil  (Ted Medin)
  5474. Subject: Warning -- packet-demo,plus,gold
  5475. To: packet-radio@ucsd.edu
  5476.  
  5477.  Got the pgm packet-demo and tried to see how it worked. After lots of
  5478. problems decided that any pgm that wouldnt let one do a "mh" wasnt of any
  5479. use to me. THEN i found out the pgm had locked up my tnc so i couldnt 
  5480. run mskermit or kermit-65 to talk to the tnc anymore. Looked all thru 
  5481. the doc (but didnt read it all) for some help but found none. HAD to 
  5482. reset the tnc and start over again :-(. So im recommending this pgm to
  5483. all my enemys :-).
  5484.  Anyone got any ideas on what i did wrong.
  5485. 73, ted
  5486. n6trf
  5487.  
  5488. ------------------------------
  5489.  
  5490. End of Packet-Radio Digest
  5491. ******************************
  5492. Date: Sat, 29 Dec 90 04:30:02 PST
  5493. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  5494. Reply-To: Packet-Radio@UCSD.Edu
  5495. Subject: Packet-Radio Digest V90 #233
  5496. To: packet-radio
  5497.  
  5498.  
  5499. Packet-Radio Digest         Sat, 29 Dec 90       Volume 90 : Issue 233
  5500.  
  5501. Today's Topics:
  5502.            Warning -- packet-demo,plus,gold
  5503.  
  5504. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  5505. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  5506. Problems you can't solve otherwise to brian@ucsd.edu.
  5507.  
  5508. Archives of past issues of the Packet-Radio Digest are available 
  5509. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  5510.  
  5511. We trust that readers are intelligent enough to realize that all text
  5512. herein consists of personal comments and does not represent the official
  5513. policies or positions of any party.  Your mileage may vary.  So there.
  5514. ----------------------------------------------------------------------
  5515.  
  5516. Date: 28 Dec 90 22:23:41 GMT
  5517. From: netcom!edg@apple.com  (Edward Greenberg)
  5518. Subject: Warning -- packet-demo,plus,gold
  5519. To: packet-radio@ucsd.edu
  5520.  
  5521. In article <2612@cod.NOSC.MIL> medin@cod.nosc.mil.UUCP (Ted Medin) writes:
  5522. >
  5523. > Got the pgm packet-demo and tried to see how it worked. After lots of
  5524. >problems decided that any pgm that wouldnt let one do a "mh" wasnt of any
  5525. >use to me. THEN i found out the pgm had locked up my tnc so i couldnt 
  5526. >run mskermit or kermit-65 to talk to the tnc anymore. Looked all thru 
  5527. >the doc (but didnt read it all) for some help but found none. HAD to 
  5528. >reset the tnc and start over again :-(. So im recommending this pgm to
  5529. >all my enemys :-).
  5530. > Anyone got any ideas on what i did wrong.
  5531. >73, ted
  5532. >n6trf
  5533.  
  5534. I use Packet Plus, and can speak to some of your problems....
  5535.  
  5536. 1.  The demo doesn't do an MH, but the full program does.  You have to 
  5537. request it with ALT-F2 though, since the TNC doesn't seem to understand it
  5538. when you do MH<F10>  I believe that it's a function of the way the data comes
  5539. back when in host mode.  
  5540.  
  5541. 2.  Packet Plus or Gold should reset your TNC to normal on the way out.  Mine
  5542. does.  If you BOMB out, you can regain control of the TNC with three
  5543. ^C's sent within one second.
  5544.  
  5545. You need to tweak the STARTUP and SHUTDOWN.TNC files for the way you want the
  5546. TNC left when you're done.  
  5547.  
  5548. PP works well for me, and I use it for most of my conversational and BB 
  5549. related packet work.  
  5550. -- 
  5551. Ed Greenberg                    WB2GOH/6
  5552. edg@netcom                      {amdahl | amdcad | apple}!netcom!edg
  5553. CompuServe: 76703,1070          Packet Radio: WB2GOH @ N6LDL.CA.USA.NA
  5554.  
  5555. ------------------------------
  5556.  
  5557. End of Packet-Radio Digest
  5558. ******************************
  5559. Date: Mon, 31 Dec 90 04:30:02 PST
  5560. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  5561. Reply-To: Packet-Radio@UCSD.Edu
  5562. Subject: Packet-Radio Digest V90 #234
  5563. To: packet-radio
  5564.  
  5565.  
  5566. Packet-Radio Digest         Mon, 31 Dec 90       Volume 90 : Issue 234
  5567.  
  5568. Today's Topics:
  5569.             DX Cluster protocol? (3 msgs)
  5570.  
  5571. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  5572. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  5573. Problems you can't solve otherwise to brian@ucsd.edu.
  5574.  
  5575. Archives of past issues of the Packet-Radio Digest are available 
  5576. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  5577.  
  5578. We trust that readers are intelligent enough to realize that all text
  5579. herein consists of personal comments and does not represent the official
  5580. policies or positions of any party.  Your mileage may vary.  So there.
  5581. ----------------------------------------------------------------------
  5582.  
  5583. Date: 30 Dec 90 04:54:31 GMT
  5584. From: cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!news.funet.fi!ousrvr!ousrvr!luru@tut.cis.ohio-state.edu  (Ari Husa OH8NUP)
  5585. Subject: DX Cluster protocol?
  5586. To: packet-radio@ucsd.edu
  5587.  
  5588. TCP/IP packet radio can provide almost everything the "traditional"
  5589. AX.25 service can. We now have NNTP going with NOS; UNIX systems
  5590. speaking TCP/IP can offer various multi-user chat programs (like
  5591. CONVERS node); and NOS is now successfully stepping on the toes of the
  5592. PAU's by mimicing the traditional store & forward BBS..
  5593.  
  5594. .. however, there is one service that we don't have yet, namely the DX
  5595. Cluster - or similar - for TCP/IP. I've been thinking about a simple
  5596. service where the user connects a certain telnet port for the goodies.
  5597. Maybe a simple server-client -relationship, even? In a small scale,
  5598. this seems to be sufficient. Yet it would be a great advantage if this
  5599. program could talk with the existing DX Clusters and exchange
  5600. information.
  5601.  
  5602. So, is the description of the protocol available in public domain?
  5603.  
  5604. Does someone have spare documentation of the Cluster system so we
  5605. could have some idea of the desired features? 
  5606.  
  5607.     Luru
  5608. --
  5609.     /// 
  5610.     o-o    Ham Radio Operators Do It In Higher Frequency
  5611.      o
  5612.  
  5613. ------------------------------
  5614.  
  5615. Date: 30 Dec 90 23:51:04 GMT
  5616. From: envy!karn@bellcore.com  (Phil R. Karn)
  5617. Subject: DX Cluster protocol?
  5618. To: packet-radio@ucsd.edu
  5619.  
  5620. In article <LURU.90Dec30055431@stekt2.oulu.fi> luru@stekt2.oulu.fi (Ari Husa OH8NUP) writes:
  5621. >TCP/IP packet radio can provide almost everything the "traditional"
  5622. >AX.25 service can.
  5623. >.. however, there is one service that we don't have yet, namely the DX
  5624. >Cluster - or similar - for TCP/IP.
  5625.  
  5626. Gak. There's a very good reason this hasn't been done. No, it's not
  5627. because I'm not a DXer.
  5628.  
  5629. The DX Cluster program is an outrageous abuse of the AX.25 protocol,
  5630. pure and simple.  Connected-mode AX.25 (and TCP) are protocols
  5631. specifically intended for point-to-point communications.  It is a
  5632. scandalous waste of spectrum to use them to implement a broadcast
  5633. function over a broadcast channel by sending N copies of the same
  5634. information to N different destination stations when they all could
  5635. have easily shared a single undirected transmission.
  5636.  
  5637. As soon as somebody designs and writes a DX Cluster program that uses
  5638. a reasonable protocol specifically designed for broadcasting, I would
  5639. be happy to add it to NOS. The NK6K/K8KA Pacsat Broadcast Protocol is
  5640. probably a good place to start. I would enhance their protocol by
  5641. adding some parity packets (probably using a Reed-Solomon code) so
  5642. that a few missing data packets could be reconstructed by the receiver
  5643. without requiring the brute-force repetition of every data packet by
  5644. the transmitter.
  5645.  
  5646. Phil
  5647.  
  5648. ------------------------------
  5649.  
  5650. Date: 31 Dec 90 06:03:57 GMT
  5651. From: zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!news.funet.fi!ousrvr!ousrvr!luru@tut.cis.ohio-state.edu  (Ari Husa OH8NUP)
  5652. Subject: DX Cluster protocol?
  5653. To: packet-radio@ucsd.edu
  5654.  
  5655. In article <1990Dec30.235104.580@bellcore.bellcore.com> karn@envy..bellcore.com (Phil R. Karn) writes:
  5656.  
  5657. > >Cluster - or similar - for TCP/IP.
  5658.  
  5659. > The DX Cluster program is an outrageous abuse of the AX.25 protocol,
  5660. > scandalous waste of spectrum to use them to implement a broadcast
  5661. > function over a broadcast channel by sending N copies of the same
  5662. > information to N different destination stations when they all could
  5663. > have easily shared a single undirected transmission.
  5664.  
  5665. I had in mind something like a simple 'dx server' to my U*IX machine
  5666. (hopefully soon to be connected with the packet network), where the
  5667. user (client?) connects by 'telnet mymachine somenumber' and then uses
  5668. the connection to acquire desired dx information. Wasteful or not -
  5669. but there is a great need for this kind of service. Some of the local
  5670. guys have been talking about putting up a cluster - I just hate to
  5671. hear them say 'A-ha! your fancy tcp/ip can't do it!' ;-)
  5672.  
  5673. The idea of being able to talk with the regular clusters around would
  5674. add for its usefulness greatly. I might even use it myself (now who
  5675. said anything of packet people not being dx-hearted? ;-)...
  5676.  
  5677. The need for a roundtable chat program gets a similar solution as soon
  5678. as I can get the machine connected. Fortunately, there are several
  5679. around already.
  5680.  
  5681. > a reasonable protocol specifically designed for broadcasting, I would
  5682.  
  5683. Sounds like something not for the 'appliance computer geeks' like
  5684. myself. I can hardly picture myself trying to hack together a
  5685. reasonably working dx database - establishing or modifying a Real
  5686. Protocol is a little bit out of my hands at the moment. Could be
  5687. interesting though - maybe even credited in my studies, who knows..
  5688.  
  5689. Oh, almost forgot.. how'about the transverter we were talking some
  5690. time ago? Is it still lying around? Found out about the postage?
  5691.  
  5692. Happy new year,
  5693.  
  5694.     Luru
  5695. --
  5696.     /// 
  5697.     o-o    Ham Radio Operators Do It In Higher Frequency
  5698.      o
  5699.  
  5700. ------------------------------
  5701.  
  5702. End of Packet-Radio Digest
  5703. ******************************
  5704. Date: Mon, 31 Dec 90 16:20:59 PST
  5705. From: Packet-Radio Mailing List and Newsgroup </dev/null@ucsd.edu>
  5706. Reply-To: Packet-Radio@UCSD.Edu
  5707. Subject: Packet-Radio Digest V90 #235
  5708. To: packet-radio
  5709.  
  5710.  
  5711. Packet-Radio Digest         Mon, 31 Dec 90       Volume 90 : Issue 235
  5712.  
  5713. Today's Topics:
  5714.              DX Cluster protocol?
  5715.        Wanted: Software for Packet-Radio running under Windows
  5716.  
  5717. Send Replies or notes for publication to: <Packet-Radio@UCSD.Edu>
  5718. Send subscription requests to: <Packet-Radio-REQUEST@UCSD.Edu>
  5719. Problems you can't solve otherwise to brian@ucsd.edu.
  5720.  
  5721. Archives of past issues of the Packet-Radio Digest are available 
  5722. (by FTP only) from UCSD.Edu in directory "mailarchives/packet-radio".
  5723.  
  5724. We trust that readers are intelligent enough to realize that all text
  5725. herein consists of personal comments and does not represent the official
  5726. policies or positions of any party.  Your mileage may vary.  So there.
  5727. ----------------------------------------------------------------------
  5728.  
  5729. Date: 31 Dec 90 16:30:40 GMT
  5730. From: ogicse!emory!wa4mei!ke4zv!gary@ucsd.edu  (Gary Coffman)
  5731. Subject: DX Cluster protocol?
  5732. To: packet-radio@ucsd.edu
  5733.  
  5734. In article <1990Dec30.235104.580@bellcore.bellcore.com> karn@envy.bellcore.com (Phil R. Karn) writes:
  5735. >In article <LURU.90Dec30055431@stekt2.oulu.fi> luru@stekt2.oulu.fi (Ari Husa OH8NUP) writes:
  5736. >>TCP/IP packet radio can provide almost everything the "traditional"
  5737. >>AX.25 service can.
  5738. >>.. however, there is one service that we don't have yet, namely the DX
  5739. >>Cluster - or similar - for TCP/IP.
  5740. >
  5741. >Gak. There's a very good reason this hasn't been done. No, it's not
  5742. >because I'm not a DXer.
  5743. >
  5744. >The DX Cluster program is an outrageous abuse of the AX.25 protocol,
  5745. >pure and simple.  Connected-mode AX.25 (and TCP) are protocols
  5746. >specifically intended for point-to-point communications.  It is a
  5747. >scandalous waste of spectrum to use them to implement a broadcast
  5748. >function over a broadcast channel by sending N copies of the same
  5749. >information to N different destination stations when they all could
  5750. >have easily shared a single undirected transmission.
  5751. >
  5752. >As soon as somebody designs and writes a DX Cluster program that uses
  5753. >a reasonable protocol specifically designed for broadcasting, I would
  5754. >be happy to add it to NOS. The NK6K/K8KA Pacsat Broadcast Protocol is
  5755. >probably a good place to start. I would enhance their protocol by
  5756. >adding some parity packets (probably using a Reed-Solomon code) so
  5757. >that a few missing data packets could be reconstructed by the receiver
  5758. >without requiring the brute-force repetition of every data packet by
  5759. >the transmitter.
  5760. >
  5761. >Phil
  5762.  
  5763. You're absolutely right...this is a "good thing" ...etc, etc, etc.
  5764. However, many, many users of the DX clusters are not on a "broadcast"
  5765. channel with the cluster. They are frequently one, two, or even three
  5766. Netrom or digipeater (shudder) hops away. The realities of level 1
  5767. connectivity in most places outside the most concentrated urban jungles
  5768. necessitates named routes for users. Several users may lie along a
  5769. particular route, but there still must be at least one ARQ node terminating
  5770. each route for the "broadcast" to be sucessful on our lossey networks.
  5771. Do we need better level 1? Sure. Are we likely to get a true CSMA/CD
  5772. enviornment, given terrain, our physical seperation, and finances?
  5773. No. So perhaps we should be thinking of protocols that maximize the
  5774. effectiveness of our real networks rather than trying to force fit
  5775. protocols onto a level 1 map that doesn't offer all the features we'd
  5776. like. I know that this is heresy, but ham radio networks are different
  5777. than ethernet and are unlikely to ever be like ethernet except in very
  5778. special cases. I don't know what that wonder protocol looks like, but
  5779. the sparse nature of our networks and their poor thruput indicate to
  5780. me that the protocol won't look anything like a wireline "broadcast"
  5781. protocol.
  5782.  
  5783. Gary KE4ZV
  5784.  
  5785. ------------------------------
  5786.  
  5787. Date: 31 Dec 90 18:45:53 GMT
  5788. From: bu.edu!snorkelwacker.mit.edu!ira.uka.de!iras8!tremmel@uunet.uu.net  (Wolfgang Tremmel)
  5789. Subject: Wanted: Software for Packet-Radio running under Windows
  5790. To: packet-radio@ucsd.edu
  5791.  
  5792. Hi!
  5793. Is there any Software for Packet-Radio running under Windows (I know every
  5794. DOS-Application can run under Windows, but this is not what I am looking for).
  5795.  
  5796. Please tell me where I can ftp it from.
  5797.  
  5798.  
  5799. Wolfgang DC3UV
  5800.  
  5801. ------------------------------
  5802.  
  5803. End of Packet-Radio Digest
  5804. ******************************
  5805.