Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

Description of project->I have a test-tool to which DUT connects. The test-tool has an access-point in it and once DUT get connected to it via mac address we check RSSI and some other features of WiFi of DUT. Now I am wondering is there is any way I can measure throughput of Device under test via mac address of DUT from server side.

Test tool has LINUX fedora 11 in it and major coding is done in c/C++ and json command.

Previously, I have tried to install ftp server on test tool and DUT can connect to it and we can measure the throughput or data transfer rate, but this is not feasible solution as it requires lot of intervention from DUT.

What I am interested in is 1) To run some script on server side /test-tool and it gives me throughput of bandwidth of connected device may be via mac address of DUT OR 2) Server script transfer some files/packets to DUT and we can measure the throughput. Coding is not a major challenge at this stage , I just need some tool which requires minimum intervention from DUT.

asked 07 Dec '12, 04:36

Samprat's gravatar image

Samprat
326
accept rate: 0%




Perhaps bwping will meet your needs.

link

answered 07 Dec '12, 09:07

KJ4TIP's gravatar image

KJ4TIP
464
accept rate: 12%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×90
×23

Asked: 07 Dec '12, 04:36

Seen: 1,646 times

Last updated: 07 Dec '12, 09:07

powered by OSQA