Skip to content

Commit

Permalink
w/ previous
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq committed Oct 7, 2024
1 parent 92d16cb commit 3cf2f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/quickstart-cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dataset: [Synthetic]
framework: [C++]
---

# Flower Clients in C++
# Flower `SuperNodes` in C++

In this example you will train a linear regression model on synthetic data using C++ `SuperNodes` that connect to a Flower `SuperLink` and receive messages from a `ServerApp`. Both `SuperLink` and `ServerApp` run in Python.
In this example you will train a linear regression model on synthetic data using C++ `SuperNodes` (i.e. the "client side" in a Flower federation) that connect to a Flower `SuperLink` and receive messages from a `ServerApp`. Both `SuperLink` and `ServerApp` run in Python.

## Acknowledgements

Expand Down

0 comments on commit 3cf2f19

Please sign in to comment.