Multicasting
By default, the ENPS server uses SignalR to communicate updates to client workstations. This replaces the older UDP Broadcast and Multicast approaches to transmitting real-time updates.
UDP Broadcast and Multicast approaches are still available within ENPS, but are not recommended outside of transition scenarios where older ENPS clients (earlier than version 8.2) are still in use and require real-time updates.
To enable multicasting:
-
Ensure that all hardware on the network between the ENPS Server and the ENPS Client workstations is compatible with multicasting.
-
Open the NOM.ini Settings file on the server.
-
Verify that
Broadcast=1
is set in the[NOM]
section. -
Open the News Wire Profiler Settings file on the server.
-
Verify that Broadcast=1 is set in the [NWP] section.
-
Open System Maintenance > Global Configuration Options.
-
Enable the Multicast and MulticastAlsoBroadcast settings.
-
Open System Maintenance > Servers.
-
Enter the starting values for Multicast IP and Multicast Port.
-
Restart the News Object Manager (NOM) on the Central server.
This assigns the new MulticastIP and MulticastPort values to all servers across the enterprise. For example:
Server Name
MulticastIP
MulticastPort
Server 1
239.0.0.1
10601
Server 2
239.0.0.2
10602
Server 3
239.0.0.3
10603
Although these values are assigned automatically you can use the System Maintenance > Global Configuration Options table to set unique values for each server.