<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Richard, <br>
    <br>
    From reading your post (and the replies),  I think you may be trying
    to solve the wrong problem.<br>
    <br>
    All you really need is some kind of "box" that runs TECO and has
    sockets, right?<br>
    <br>
    For most purposes, you can have that without additionally needing a
    (real or emulated) PDP-11.<br>
    <br>
    Pete Siemsen wrote an open source version of TECO in C many years
    ago, which has been updated more recently by Tom Almy.   It can run
    on DOS, Linux/Unix, Win32, and OS/2.  It is called TECOC.  The most
    recent version, I believe, is called "tecoc0398".<br>
    <br>
    I use it periodically for filter tasks that would be more difficult
    or more time-consuming to accomplish with Unix tools such as awk or
    perl.<br>
    <br>
    The main drawback is that the scope (^W, :W, etc) commands do not
    work.   Unfortunately, that means that my old EDMACS macro package
    (DECUS 11-737) won't work (:  , and neither will VTEDIT.<br>
    <br>
    Other than that, it is pretty faithful to the TECO V40 manual, a
    copy of which is included. <br>
    <br>
    - Michael<br>
    <br>
    <br>
    On 06/28/2012 01:07 PM, Richard <a class="moz-txt-link-rfc2396E" href="mailto:legalize@xmission.com"><legalize@xmission.com></a>wrote:
    <blockquote
      cite="mid:mailman.192.1340917208.1389.simh@trailing-edge.com"
      type="cite">
      <table class="header-part1" width="100%" border="0"
        cellpadding="0" cellspacing="0">
        <tbody>
          <tr>
            <td>
              <div class="headerdisplayname" style="display:inline;">Subject:
              </div>
              [Simh] smallest pdp-11 that can run TECO and sockets(*)?</td>
          </tr>
          <tr>
            <td>
              <div class="headerdisplayname" style="display:inline;">From:
              </div>
              Richard <a class="moz-txt-link-rfc2396E" href="mailto:legalize@xmission.com"><legalize@xmission.com></a></td>
          </tr>
          <tr>
            <td>
              <div class="headerdisplayname" style="display:inline;">Date:
              </div>
              06/28/2012 01:07 PM</td>
          </tr>
        </tbody>
      </table>
      <table class="header-part2" width="100%" border="0"
        cellpadding="0" cellspacing="0">
        <tbody>
          <tr>
            <td>
              <div class="headerdisplayname" style="display:inline;">To:
              </div>
              <a class="moz-txt-link-abbreviated" href="mailto:simh@trailing-edge.com">simh@trailing-edge.com</a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <div class="moz-text-plain" wrap="true" graphical-quote="true"
        style="font-family: -moz-fixed; font-size: 12px;"
        lang="x-western">
        <pre wrap="">I'm looking to do a crazy experiment and I'm looking for a small
PDP-11 configuration that can run TECO and has some sort of
communication to another host.

The obvious inter-host communication technology that pops into mind is
sockets, but I realize that it's hard to have a sockets implementation
on a small machine if you restrict yourself to what DEC distributed
and don't roll your own (and I don't intend to roll my own).

So, a bidirectional asynchronous serial communication port may be a
sufficient standin for sockets, but I'd like to try first something
that can run sockets so that the SIMH machine, when configured with
networking, can accept an incoming socket request directly.

Suggestions?
<div class="moz-txt-sig">-- 
"The Direct3D Graphics Pipeline" free book <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://tinyurl.com/d3d-pipeline"><http://tinyurl.com/d3d-pipeline></a>
     The Computer Graphics Museum <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://computergraphicsmuseum.org"><http://computergraphicsmuseum.org></a>
         The Terminals Wiki <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://terminals.classiccmp.org"><http://terminals.classiccmp.org></a>
  Legalize Adulthood! (my blog) <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://legalizeadulthood.wordpress.com"><http://legalizeadulthood.wordpress.com></a>

</div></pre>
      </div>
    </blockquote>
    <br>
  </body>
</html>