From e1bbbf1a7dbde98d64eae894db1a9f10d59c72cc Mon Sep 17 00:00:00 2001 From: Bernhard Bablok Date: Thu, 13 Mar 2025 13:29:15 +0100 Subject: [PATCH] added circuitpython-iperf --- .gitmodules | 3 +++ circuitpython_community_library_list.md | 1 + libraries/helpers/iperf | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/helpers/iperf diff --git a/.gitmodules b/.gitmodules index 3f4a299..5aada59 100644 --- a/.gitmodules +++ b/.gitmodules @@ -460,3 +460,6 @@ [submodule "libraries/drivers/fs3000"] path = libraries/drivers/fs3000 url = https://github.com/noelanderson/CircuitPython_FS3000.git +[submodule "libraries/helpers/iperf"] + path = libraries/helpers/iperf + url = https://github.com/bablokb/circuitpython-iperf.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index f551802..14aab1d 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -114,6 +114,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython HMAC](https://github.com/jimbobbennett/CircuitPython_HMAC) HMAC (Keyed-Hashing for Message Authentication) Python module. Implements the HMAC algorithm as described by RFC 2104 ([PyPi](https://pypi.org/project/circuitpython-hmac)) \([Docs](https://circuitpython.readthedocs.io/projects/hmac/en/latest/)) * [CircuitPython Display_HT16K33](https://github.com/jposada202020/CircuitPython_DISPLAY_HT16K33.git) On display simulation for the HT16K33 driver. Works with 8x8 and 16x8 matrices, as well as 4x7 and 4x14 segments ([PyPi](https://pypi.org/project/circuitpython-display-ht16k33/)) \([Docs](https://circuitpython-display-ht16k33.readthedocs.io/en/latest/)) * [CircuitPython I2C Button](https://github.com/gmparis/CircuitPython_I2C_Button) CircuitPython I2C Button à la Sparkfun Qwiic Button/Switch/Arcade ([PyPI](https://pypi.org/project/circuitpython-i2c-button/)) \([Docs](https://circuitpython-i2c-button.readthedocs.io/en/latest/)) +* [CircuitPython iperf](https://github.com/bablokb/circuitpython-iperf) CircuitPython port of the iperf3-utility * [CircuitPython LeapYear](https://github.com/CedarGroveStudios/CircuitPython_LeapYear.git) Confirms whether a specified year is a leap year \([Docs](https://github.com/CedarGroveStudios/CircuitPython_LeapYear/blob/main/media/pseudo_rtd_cedargrove_leapyear.pdf)) * [CircuitPython Mag Cal](https://github.com/furbrain/CircuitPython_mag_cal.git) Calibrate magnetic sensors \([Docs](https://circuitpython-mag-cal.readthedocs.io/en/latest/)) * [CircuitPython MicroOSC](https://github.com/todbot/CircuitPython_MicroOSC.git) ([PyPi](https://pypi.org/project/circuitpython-microosc)) \([Docs](https://circuitpython-microosc.readthedocs.io/en/latest/)) Minimal OSC parser and server for CircuitPython and CPython diff --git a/libraries/helpers/iperf b/libraries/helpers/iperf new file mode 160000 index 0000000..8b8eca5 --- /dev/null +++ b/libraries/helpers/iperf @@ -0,0 +1 @@ +Subproject commit 8b8eca5b43c20299556ecd71bbedad1d76606457