diff --git a/docs/develop/net/apps.html b/docs/develop/net/apps.html new file mode 100644 index 0000000000..0dcaae53fa --- /dev/null +++ b/docs/develop/net/apps.html @@ -0,0 +1,146 @@ + + + + +OpenBeOS Network Kit + + + + + +

OpenBeOS Network Kit

+ +

+

+

+ +
+ + + +

Overview

+ +

The OpenBeOS Network Kit consists of: +

+

+ +

Let's picture(s) talk

+

The following image shows the overall network design:

+ +OpenBeOS Network Kit block diagram
+ +
+ +

Implementation

+ + + +
+ +
Philippe Houdoin, March 24rd, 2003
+ + + diff --git a/docs/develop/net/index.html b/docs/develop/net/index.html index cd4ef857d4..58808f0f66 100644 --- a/docs/develop/net/index.html +++ b/docs/develop/net/index.html @@ -26,108 +26,43 @@ body

OpenBeOS Network Kit

-

Table Of Content

-


- - -

Overview

- -

The OpenBeOS Network Kit consists of: -

-

- -

Let's picture(s) talk

-

The following image shows the overall network design:

- -OpenBeOS Network Kit block diagram
- -
- -

Implementation

- - - -
-
Philippe Houdoin, March 24rd, 2003
diff --git a/docs/develop/net/libs.html b/docs/develop/net/libs.html new file mode 100644 index 0000000000..4170c314c9 --- /dev/null +++ b/docs/develop/net/libs.html @@ -0,0 +1,51 @@ + + + + +OpenBeOS Network Kit + + + + + +

OpenBeOS Network Kit: The Shared Libraries

+ +
+ +
+ +
Philippe Houdoin, March 24rd, 2003
+ + + diff --git a/docs/develop/net/overview.html b/docs/develop/net/overview.html new file mode 100644 index 0000000000..3cbb40b98a --- /dev/null +++ b/docs/develop/net/overview.html @@ -0,0 +1,50 @@ + + + + +OpenBeOS Network Kit + + + + + +

OpenBeOS Network Kit: Overview

+ +

The OpenBeOS Network Kit consists of: +

+

+ +

A picture may talk better?

+

The following image shows the overall network design:

+ +OpenBeOS Network Kit block diagram
+ +
+
Philippe Houdoin, March 24rd, 2003
+ + + diff --git a/docs/develop/net/stack.html b/docs/develop/net/stack.html new file mode 100644 index 0000000000..7790d81fc9 --- /dev/null +++ b/docs/develop/net/stack.html @@ -0,0 +1,55 @@ + + + + +OpenBeOS Network Kit + + + + + +

OpenBeOS Network Kit: The Network Stack

+ +Location: src/add-ons/kernel/network +

[Write a short overview about it!!!]

+ + + +
+ +
Philippe Houdoin, March 24rd, 2003
+ + + diff --git a/docs/develop/net/stack_driver.html b/docs/develop/net/stack_driver.html new file mode 100644 index 0000000000..131956a85e --- /dev/null +++ b/docs/develop/net/stack_driver.html @@ -0,0 +1,45 @@ + + + + +OpenBeOS Network Kit + + + + + +

OpenBeOS Network Kit: The Stack Driver

+ +Location: src/add-ons/kernel/drivers/net/stack +

The stack driver is the interface between libnet and the real stack behind him, +host by the network stack kernel modules.

+His purpose is multiple: +
    +
  1. Provide the sockets == file descriptors support +
  2. Provide a support for select() on sockets +
  3. Load the network stack at first access, and keep it that way then... +
+

+ +
+ +
Philippe Houdoin, March 24rd, 2003
+ + +