The usage of --superlink and --supernode args for flwr-serverapp and flwr-clientapp, respectively, doesn't accurately reflect the address they are connected to, which are the ServerAppIO and ClientAppIO API addresses.
For clarity, we rename them as follows:
flwr-serverapp --superlink is renamed to flwr-serverapp --serverappio-api-address
flwr-clientapp --supernode is renamed to flwr-clientapp --clientappio-api-address
The usage of
--superlink
and--supernode
args forflwr-serverapp
andflwr-clientapp
, respectively, doesn't accurately reflect the address they are connected to, which are theServerAppIO
andClientAppIO
API addresses.For clarity, we rename them as follows:
flwr-serverapp --superlink
is renamed toflwr-serverapp --serverappio-api-address
flwr-clientapp --supernode
is renamed toflwr-clientapp --clientappio-api-address