haiku/docs/develop/net/overview.html

51 lines
1.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML>
<HEAD>
<TITLE>OpenBeOS Network Kit</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<STYLE type="text/css">
body
{
text-indent: 0in;
font-stretch: normal;
text-align: left;
font-weight: normal;
text-decoration: none;
font-variant: normal;
color: #000000;
font-size: 12pt;
font-style: normal;
widows: 2;
font-family: "Century Gothic", "Trebuchet MS", "Trebuchet", "Arial", "Helvetica";
background-color: #ffffff;
}
</STYLE>
</HEAD>
<BODY text=#000000 vLink=#0000a0 aLink=#0000ff link=#0000c0 bgColor=#ffffff>
<H1>OpenBeOS Network Kit: Overview</H1>
<P>The OpenBeOS Network Kit consists of:
<UL>
<LI>A modular, add-ons based <A href="stack.html">network stack</A>
<LI>Two shared libraries, <A href="libs.html#libnet">libnet.so</A> and
<A href="libs.html#libnetapi">libnetapi.so</A>
<LI>A <A href="stack_driver.html">stack driver</A>, acting as interface between the
<A href="stack.html">network stack</A> and <A href="libs.html#libnet">libnet.so</A>
<LI>Basic <A href="apps.html">network apps</A>
<LI>A modular GUI <A href="apps.html#preflet">preflet</A>
</UL>
</P>
<H2>A picture may talk better?</H2>
<P>The following image shows the overall network design:</P>
<IMG ALT="OpenBeOS Network Kit block diagram" SRC="obos_net_stack_design_1.gif"><BR>
<HR>
<H6>Philippe Houdoin, March 24rd, 2003</H6>
</BODY>
</HTML>