Skip to content

wolfSSL on R-Pi Pico-W#396

Merged
JacobBarthelmeh merged 7 commits intowolfSSL:masterfrom
kojo1:pico
Sep 12, 2023
Merged

wolfSSL on R-Pi Pico-W#396
JacobBarthelmeh merged 7 commits intowolfSSL:masterfrom
kojo1:pico

Conversation

@kojo1
Copy link
Copy Markdown
Contributor

@kojo1 kojo1 commented Aug 18, 2023

wolfSSL test, benchmark, Wifi, TCP/TLS client

  1. Download files
    $ git clone https://github.com/raspberrypi/pico-sdk
    $ git clone https://github.com/wolfssl/wolfssl
    $ git clone https://github.com/wolfssl/wolfssl-examples

  2. Define path
    $ export PICO_SDK_PATH=/your/pico-sdk/path
    $ export WOLFSSL_ROOT=/your/wolfssl-root/path

  3. cmake and make
    $ cd wolfssl-examples/RPi-Pico
    $ mkdir build
    $ cd build
    $ cmake -DPICO_BOARD=pico_w -DWIFI_SSID="wifi-ssid" -DWIFI_PASSWORD="wifi-password"
    -DTEST_TCP_SERVER_IP="ip-addr" ..
    $ make

    Target files:

    • testwolfcrypt.uf2
    • benchmark.uf2
    • wifi.uf2
    • tcp_Client.uf2
    • tls_Client.uf2
  4. Console output is to USB serial

@kojo1 kojo1 requested a review from wolfSSL-Bot August 18, 2023 23:22
@kojo1 kojo1 changed the title Benchmark on R-Pi Pico wolfSSL on R-Pi Pico Aug 24, 2023
@kojo1 kojo1 changed the title wolfSSL on R-Pi Pico wolfSSL on R-Pi Pico-W Aug 24, 2023
Comment thread tls/client-tcp.c Outdated
@JacobBarthelmeh JacobBarthelmeh assigned kojo1 and unassigned wolfSSL-Bot Aug 30, 2023
@JacobBarthelmeh JacobBarthelmeh merged commit 3d33df8 into wolfSSL:master Sep 12, 2023
yota22721 pushed a commit to yota22721/wolfssl-examples that referenced this pull request Jan 25, 2025
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

Successfully merging this pull request may close these issues.

3 participants