Janus Sockets: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<var class="product">Janus Sockets</var> is a [[Sirius Software]] product that provides APIs for writing applications that use arbitrary protocols layered on top of the [http://en.wikipedia.org/wiki/Tcpip TCP/IP protocol]. These APIs include low-level TCP/IP calls for communicating directly with the TCP/IP layer as well as higher-level APIs for using protocols such as HTTP (web requests) and SMTP (e-mail). The <var class="product">Janus Sockets</var> product also provides an FTP Server that can be used without any <var class="product">[[User Language]]</var> coding at all (though it can be extended with <var class="product">User Language</var> code) and a [http://en.wikipedia.org/wiki/TN3270#Telnet_3270 telnet/tn3270] server that can be used to access <var class="product">[[Model 204]]</var> directly from a PC-based 3270 emulator.  
<var class="product">Janus Sockets</var> is a [[Sirius Software]] product that provides APIs for writing applications that use arbitrary protocols layered on top of the [http://en.wikipedia.org/wiki/Tcpip TCP/IP protocol]. These APIs include low-level TCP/IP calls for communicating directly with the TCP/IP layer as well as higher-level APIs for using protocols such as HTTP (web requests) and SMTP (e-mail). The <var class="product">Janus Sockets</var> product also provides an FTP Server that can be used without any <var class="product">[[User Language]]</var> coding at all (though it can be extended with <var class="product">User Language</var> code) and a [http://en.wikipedia.org/wiki/TN3270#Telnet_3270 telnet/tn3270] server that can be used to access <var class="product">[[Model 204]]</var> directly from a PC-based 3270 emulator.
 
The following classes are provided with <var class="product">Janus Sockets</var>:
<ul>
<li>[[Email class]]
<li>[[HTTP Helper]]
<li>[[LDAP class]]
<li>[[Socket class]]
</ul>


See also the complete [[Sirius Software product list]].
See also the complete [[Sirius Software product list]].
[[Category:Sirius Software products]] [[Category:Janus Sockets]]
[[Category:Sirius Software products]] [[Category:Janus Sockets]]

Revision as of 03:18, 21 September 2011

Janus Sockets is a Sirius Software product that provides APIs for writing applications that use arbitrary protocols layered on top of the TCP/IP protocol. These APIs include low-level TCP/IP calls for communicating directly with the TCP/IP layer as well as higher-level APIs for using protocols such as HTTP (web requests) and SMTP (e-mail). The Janus Sockets product also provides an FTP Server that can be used without any User Language coding at all (though it can be extended with User Language code) and a telnet/tn3270 server that can be used to access Model 204 directly from a PC-based 3270 emulator.

The following classes are provided with Janus Sockets:

See also the complete Sirius Software product list.