From 5ce0fbc0c0527a002a732942e82de8c42c5104aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@gmail.com> Date: Fri, 27 Feb 2015 18:59:07 +0100 Subject: [PATCH] Changed README to reflect usage of MongoDB --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 45f886f..75adac7 100644 --- a/README +++ b/README @@ -14,6 +14,7 @@ Requirements: python3 python-numpy + python-pymongo Usage instructions: @@ -23,11 +24,11 @@ Usage instructions: On the other machine do the same with the UDP_reflector.py As default both IPv4 and IPv6 loopback devices are provided in the code, - use these as a starting ground for your use-case. + use these as a starting point for your use-case. Start UDP_reflector.py first: python(3) UDP_reflector.py Start UDP_client_server.py: python(3) UDP_client_server.py - Stop with CTRL+C + Measurement data is dependent on locality, currently there only exist a placeholder function - A .csv file will be generated containing statistics. + The test result is stored into MongoDB. -- GitLab