X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Mainpage.dox;h=74b54758dbcc31a9df4fb9322a5aecfce4314678;hb=05633cf2fb569dad4bf2118ec5203e61974b35f5;hp=7be9e0a0627c597c11e831a0cb5bd5c20f607f80;hpb=e45365d1611099a0a8b8fe8cd5b13d75917356e7;p=senf.git diff --git a/Mainpage.dox b/Mainpage.dox index 7be9e0a..74b5475 100644 --- a/Mainpage.dox +++ b/Mainpage.dox @@ -30,8 +30,8 @@ \see \ref usage\n \ref example\n - The BerliOS project page\n - The SENF Wiki at BerliOS + The BerliOS project page\n + The SENF Wiki at BerliOS */ /** \page usage Using the SENF framework @@ -290,10 +290,10 @@
       $ scons -u [target]
- \see SENFSCons reference \n - SCons documentation \n - Subversion online book \n - Subversion Homepage + \see SENFSCons reference \n + SCons documentation \n + Subversion online book \n + Subversion Homepage */ /** \page overview Introduction to the framework @@ -326,25 +326,25 @@ When building a network Application with SENF, you will use several modules: - \li Use the Socket - library for network communication needs. This library + \li Use the Socket + library for network communication needs. This library includes support for raw and packet sockets to allow low level network access. \li Use the Scheduler - library to coordinate the asynchronous event + href="../../Scheduler/doc/html/index.html">Scheduler + library to coordinate the asynchronous event processing. This drastically reduces the number of threads needed in your application and will greatly enhance the overall responsiveness. \li To interpret low level network packets, use the Packets - library. This library will provide efficient and + href="../../Packets/doc/html/index.html">Packets + library. This library will provide efficient and convenient access to all protocol fields. It supports parsing as well as modifying and creating packets. It has default support for the most important TCP protocols and is highly extensible with new protocols. - \li Go over the Utils - library. It contains small helpers to + \li Go over the Utils + library. It contains small helpers to simplify tasks like daemonization, exception handling, debugging and so on.