Category:Networking Articles: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
==EDM/2 Wiki Articles== | |||
===LAN Systems=== | |||
* [[Tips & Techniques -- LAN Systems - April 1996]] (Apr 1996) | |||
* [[What's New for Programmers in LAN Server 4.0]] by [[Tom Herrick]] (Sep 1994) | |||
* [[Snapshot of the PSP LAN Systems API Strategy]] by [[Kim Wilkens]] (Jun 1994) | |||
* [[Beginning Client/Server Programming: Named Pipes]] by [[Steve Lacy]] (Apr 1993) | |||
===TCP/IP=== | |||
* [[OS/2 TCP/IP Filtering]] By [[Maarten Van Horenbeeck]] (2002) | * [[OS/2 TCP/IP Filtering]] By [[Maarten Van Horenbeeck]] (2002) | ||
* [[Get Usenet News Articles Using REXX, Network News Transfer Protocol and Sockets]] by [[Dave Briccetti]] (Dec 1995) | |||
* [[Get Usenet News Articles Using REXX, Network News Transfer Protocol and Sockets]] by [[Dave Briccetti]] ( | * [[Send Mail to an Email List with REXX, SMTP and Sockets]] by [[Dave Briccetti]] (Dec 1995) | ||
* [[Send Mail to an Email List with REXX, SMTP and Sockets]] by [[Dave Briccetti]] ( | * [[TCP/IP Socket Programming in REXX]] by [[Patrick Mueller]] (Feb 1994) | ||
* [[TCP/IP Socket Programming in REXX]] by [[Patrick Mueller]] ( | |||
==EDM/2 Classic Articles== | |||
===TCP/IP=== | |||
* [http://www.edm2.com/0409/os2routes.html OS/2 Routes] by [[Tom Brown]] | * [http://www.edm2.com/0409/os2routes.html OS/2 Routes] by [[Tom Brown]] | ||
** [http://www.edm2.com/0409/os2routes.html Shared Nothing - Part 1 | ** [http://www.edm2.com/0409/os2routes.html Shared Nothing - Part 1] (Oct 1996) | ||
** [http://www.edm2.com/0410/os2routes.html Part 2 - Network Protocols | ** [http://www.edm2.com/0410/os2routes.html Part 2 - Network Protocols] (Nov 1996) | ||
** [http://www.edm2.com/0411/os2routes.html Part 3 - TCP/IP | ** [http://www.edm2.com/0411/os2routes.html Part 3 - TCP/IP] (Dec 1996) | ||
** [http://www.edm2.com/0501/os2routes.html Part 4 - TCP/IP Part 2 | ** [http://www.edm2.com/0501/os2routes.html Part 4 - TCP/IP Part 2] (Jan 1997) | ||
** [http://www.edm2.com/0502/os2routes.html Part 5 - PPP Automation | ** [http://www.edm2.com/0502/os2routes.html Part 5 - PPP Automation] (Feb 1997) | ||
* [http://www.edm2.com/0308/socket1.html Plugging Into OS/2 Socket Programming] by [[Edward D. Boykin]] | * [http://www.edm2.com/0308/socket1.html Plugging Into OS/2 Socket Programming] by [[Edward D. Boykin]] | ||
** [http://www.edm2.com/0308/socket1.html Part 1 | ** [http://www.edm2.com/0308/socket1.html Part 1] (Sep 1995) | ||
** [http://www.edm2.com/0310/socket2.html Part 2 | ** [http://www.edm2.com/0310/socket2.html Part 2] (Dec 1995) | ||
** [http://www.edm2.com/0401/socket3.html Part 3 | ** [http://www.edm2.com/0401/socket3.html Part 3] (Jan 1996) | ||
==External Articles== | |||
===TCP/IP=== | |||
* [http://web.archive.org/web/19990221072133/http://home.sol.no/vedoy/tcpiptutorial.html Short TCP/IP programming tutorial for OS/2] by [[Daniel Vedøy]] (1997) | * [http://web.archive.org/web/19990221072133/http://home.sol.no/vedoy/tcpiptutorial.html Short TCP/IP programming tutorial for OS/2] by [[Daniel Vedøy]] (1997) | ||
* [http://web.archive.org/web/20081225122841/http://www.io.com/~pelliott/pme/socket/Top.html C++ socket classes for OS/2] by | * [http://web.archive.org/web/20081225122841/http://www.io.com/~pelliott/pme/socket/Top.html C++ socket classes for OS/2] by Paul Elliott (Feb 1997) | ||
* [http://ir.library.oregonstate.edu/xmlui/bitstream/handle/1957/21863/PillayHarish1990.pdf An Implementation of the Department of Defense's Transmission Control protocol/Internet Protocol (TCP/IP) for the Microsoft OS/2 Operating System] ([http://ir.library.oregonstate.edu/xmlui/handle/1957/21863 Thesis]) by [[Harish Pillay]] ( | * [http://ir.library.oregonstate.edu/xmlui/bitstream/handle/1957/21863/PillayHarish1990.pdf An Implementation of the Department of Defense's Transmission Control protocol/Internet Protocol (TCP/IP) for the Microsoft OS/2 Operating System] ([http://ir.library.oregonstate.edu/xmlui/handle/1957/21863 Thesis]) by [[Harish Pillay]] (Mar 1990) | ||
===IBM Redbooks=== | |||
* [http://www.redbooks.ibm.com/abstracts/sg244170.html?Open Multiprotocol Transport Networking (MPTN)Architecture Tutorial and Product Implementations] ([http://www.redbooks.ibm.com/redbooks/pdfs/sg244170.pdf PDF]) by [[IBM]] (Nov 1995) | |||
[[Category:Articles]] | [[Category:Articles]] |
Revision as of 01:13, 1 November 2016
EDM/2 Wiki Articles
LAN Systems
- Tips & Techniques -- LAN Systems - April 1996 (Apr 1996)
- What's New for Programmers in LAN Server 4.0 by Tom Herrick (Sep 1994)
- Snapshot of the PSP LAN Systems API Strategy by Kim Wilkens (Jun 1994)
- Beginning Client/Server Programming: Named Pipes by Steve Lacy (Apr 1993)
TCP/IP
- OS/2 TCP/IP Filtering By Maarten Van Horenbeeck (2002)
- Get Usenet News Articles Using REXX, Network News Transfer Protocol and Sockets by Dave Briccetti (Dec 1995)
- Send Mail to an Email List with REXX, SMTP and Sockets by Dave Briccetti (Dec 1995)
- TCP/IP Socket Programming in REXX by Patrick Mueller (Feb 1994)
EDM/2 Classic Articles
TCP/IP
- OS/2 Routes by Tom Brown
- Shared Nothing - Part 1 (Oct 1996)
- Part 2 - Network Protocols (Nov 1996)
- Part 3 - TCP/IP (Dec 1996)
- Part 4 - TCP/IP Part 2 (Jan 1997)
- Part 5 - PPP Automation (Feb 1997)
- Plugging Into OS/2 Socket Programming by Edward D. Boykin
External Articles
TCP/IP
- Short TCP/IP programming tutorial for OS/2 by Daniel Vedøy (1997)
- C++ socket classes for OS/2 by Paul Elliott (Feb 1997)
- An Implementation of the Department of Defense's Transmission Control protocol/Internet Protocol (TCP/IP) for the Microsoft OS/2 Operating System (Thesis) by Harish Pillay (Mar 1990)
IBM Redbooks
Pages in category "Networking Articles"
The following 12 pages are in this category, out of 12 total.