Network Configuration#
To switch eCAL to network mode, edit your ecal.yaml and change the following setting to network:
- Windows: - %localappdata%\eCAL\ecal.yaml
- Ubuntu: - /etc/ecal/ecal.yaml
1# Operation configuration
2# eCAL components communication mode ("local" or "network"):
3#   "local": local host only communication (default)
4#   "network": communication across network boundaries
5communication_mode: "local"
Important
Don’t forget to set your multicast routes and make sure your hostname resolution works on all machines!