From 32711d5d3533d16ef852b0c7f9fd6fa2619e45fc Mon Sep 17 00:00:00 2001 From: blaakmeer <sdos@astron.nl> Date: Fri, 9 Apr 2004 07:26:09 +0000 Subject: [PATCH] %[ER:96 ]% Update na demo --- MAC/Config/mac.ns | 28 ++++++++++++++++++++++++++++ MAC/Config/mac.top | 13 +++++++++++++ 2 files changed, 41 insertions(+) diff --git a/MAC/Config/mac.ns b/MAC/Config/mac.ns index f7c994bc20f..805d7fb6762 100644 --- a/MAC/Config/mac.ns +++ b/MAC/Config/mac.ns @@ -52,3 +52,31 @@ server.type=TCP [PMLlite] host=localhost client.type=TCP # SAP + +[AVTTest] +host=localhost +BeamServer.type=TCP +BeamServer.port=21040 # MSPP + +[LogicalDeviceScheduler] +host=localhost +VT1_server.type=TCP # SAP +BeamServer.type=TCP # SAP + +[VT1] +host=localhost +VT1_server.type=TCP +VT1_server.port=21041 # MSPP +BF1_server.type=TCP # SAP + +[BF1] +host=localhost +BF1_server.type=TCP +BF1_server.port=21042 # MSPP +BeamServer.type=TCP # SAP + +[ABS] +host=localhost +client.type=TCP +client.port=30230 # MSPP + diff --git a/MAC/Config/mac.top b/MAC/Config/mac.top index 4cd1fe0a6d1..7488f83f325 100644 --- a/MAC/Config/mac.top +++ b/MAC/Config/mac.top @@ -34,3 +34,16 @@ client=SS:server [PA] # has no SAP's + +[LogicalDeviceScheduler] +VT1_server=VT1:VT1_server +BeamServer=ABS:client + +[VT1] +BF1_server=BF1:BF1_server + +[BF1] +# use BeamServer=AVTTest:BeamServer if you want to use the AVTTest beamserver +BeamServer=ABS:client +#BeamServer=AVTTest:BeamServer + -- GitLab