adap / flower

Flower: A Friendly Federated Learning Framework
https://flower.ai
Apache License 2.0
4.92k stars 848 forks source link

refactor(framework) Move all address constants to `flwr.common.constant` #4178

Closed panh99 closed 2 weeks ago

panh99 commented 2 weeks ago

We have introduced many different services, which requires us to manage all default addresses in a single location to prevent potential conflicts.

In this PR: