Talk:NSWIT: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
Larsbrinkhoff (talk | contribs)
NCP code: Server commented out.
Larsbrinkhoff (talk | contribs)
NCP code: Files moved.
Line 2: Line 2:


In case someone wants to check:
In case someone wants to check:
* [https://github.com/pdp11/nswit/blob/master/sail/cbf.ncp/imp.pal/491 IMP interface]
* [https://github.com/pdp11/nswit/blob/master/sail/imp.pal%5bncp%2Ccbf%5d491 IMP interface]
* [https://github.com/pdp11/nswit/blob/master/sail/cbf.ncp/ncp.pal/490 Host/Host protocol]
* [https://github.com/pdp11/nswit/blob/master/sail/ncp.pal%5bncp%2Ccbf%5d490 Host/Host protocol]
* [https://github.com/pdp11/nswit/blob/master/sail/cbf.ncp/tn.pal/490 TELNET] - server code commented out however
* [https://github.com/pdp11/nswit/blob/master/sail/tn.pal%5bncp%2Ccbf%5d490 TELNET] - server code commented out however

Revision as of 13:14, 4 February 2025

NCP code

In case someone wants to check: