Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does example iperf.c #503

Closed
hasenradball opened this issue Jul 1, 2024 · 11 comments
Closed

What does example iperf.c #503

hasenradball opened this issue Jul 1, 2024 · 11 comments

Comments

@hasenradball
Copy link

hasenradball commented Jul 1, 2024

@peterharperuk
Dear Pi team,

sorry for the stupid Question what does the example picowiperf.c

It is as it is … no single line as a comment in the code!!!

@hasenradball
Copy link
Author

👍 thank you so much.

@hasenradball
Copy link
Author

hasenradball commented Jul 1, 2024

@lurch
I tested the code but is there any detailed description how it works?
Do I need two Picos for running the test?

No report is generated.

@peterharperuk
Copy link
Contributor

peterharperuk commented Jul 1, 2024

It's an iperf server. Just run an iperf client on another pc that can see it iperf -c [ipaddress]
There is a way to build the code as a client. That's left as an exercise for the reader. It's iperf2 not iperf3

@hasenradball
Copy link
Author

@peterharperuk

thank you understood.
A little comment in code (kind of abstract) would helb here.
:-)

@hasenradball
Copy link
Author

@peterharperuk

Just a short question.
Is it easy to build an PicoW code which can send an Http GET/POST Request every hour?

And is it possible to save data on the pico in a file.

For example read every 15 min. some sensor, but send it just every hour?

@hasenradball hasenradball reopened this Jul 1, 2024
@lurch
Copy link
Contributor

lurch commented Jul 1, 2024

@hasenradball I feel like you're asking questions which ought to be asked on the forums https://forums.raspberrypi.com/viewforum.php?f=143
GitHub issues is used for tracking bugs.

@peterharperuk
Copy link
Contributor

Is it easy

Define easy

@hasenradball
Copy link
Author

By usage of already available functions for
e.g.: http requests
etc…

@peterharperuk
Copy link
Contributor

There's a http example here #385

@hasenradball
Copy link
Author

I just looked into the official examples.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants