Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r439 committed - Added Results retrieval section.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r439 committed - Added Results retrieval section.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r439 committed - Added Results retrieval section.
  • Date: Tue, 02 Aug 2011 09:57:18 +0000

Revision: 439
Author:

Date: Tue Aug 2 02:56:21 2011
Log: Added Results retrieval section.
http://code.google.com/p/ndt/source/detail?r=439

Modified:
/wiki/NDTProtocol.wiki

=======================================
--- /wiki/NDTProtocol.wiki Tue Aug 2 02:18:47 2011
+++ /wiki/NDTProtocol.wiki Tue Aug 2 02:56:21 2011
@@ -152,6 +152,15 @@
|<-------------NDTP-Tests-------------->|
| |
| |
+ |<------------MSG_RESULTS---------------|
+ . .
+ . .
+ . .
+ |<------------MSG_RESULTS---------------|
+ | |
+ |<------------MSG_LOGOUT----------------|
+ | |
+ |<---------CLOSE CONNECTION------------x|
}}}

=== Connection Setup ===
@@ -245,6 +254,12 @@

The tests MUST be performed in the order received from Server. It is RECOMMENDED that Client will drop the connection when it receives unknown test id.

+=== Results retrieval ===
+
+After the last accomplished NDTP-Tests test Server MUST send all gathered results to the client. These results MUST be sent in a set of MSG_RESULTS messages. All standard results are currently encoded as strings and MAY be displayed by Client directly on the screen without any modifications.
+
+At the end Server MUST close the whole test session by sending an empty MSG_LOGOUT message and closing connection with the Client.
+
== NDTP-Tests ==

NDTP-Tests currently defines the following types of tests:


  • [ndt-dev] [ndt] r439 committed - Added Results retrieval section., ndt, 08/02/2011

Archive powered by MHonArc 2.6.16.

Top of Page