Click here to Skip to main content
15,887,355 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello seniors...I am new to this site.

I have been assigned a task to port iperf( Linux code) to Wince platform.
(source code is http://iperf.fr/download/iperf_2.0.5/iperf-2.0.5-source.tar.gz[^]

The one available on the net is a gui based tool .(http://www.research.rutgers.edu/~ionescu/iperf-wince/[^]

But i need a command line utility just like the original one(running in Linux platform).

Source code available at -http://iperf.fr/download/iperf_2.0.5/iperf-2.0.5-source.tar.gz[^]

And the code for gui ported iperf for wince is->http://www.research.rutgers.edu/~ionescu/iperf-wince/iperf-windowsce.zip[^]

Can someone tell me what approach should i follow...as i am new to porting of codes. How to proceed porting a Unix code to Wince??Plz reply
Posted
Updated 23-Aug-12 8:47am
v2
Comments
Sergey Alexandrovich Kryukov 23-Aug-12 14:40pm    
And where is the question? I don't think "provide me code" will work. Who would volunteer to do it for you?
--SA

1 solution

What a minute… I looked at your own link and found that the source code is available:
http://www.research.rutgers.edu/~ionescu/iperf-wince/iperf-windowsce.zip[^].

And if this is the UI, and you need just the "command line application" (there is no such thing, for your information; absolutely any application can use command line) as in Linux, so, I can guess that in fact you need the application without any UI except console. How come it could be a problem for a software developer? In this case, you don't need any new knowledge, you only need to simplify existing code.

If you face some particular problem, please ask a particular question; we would gladly help you.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900