This is the first alpha version of dxnet cluster under Linux.

The installation is very simple :

The tar file will create the "dxnet" directory

Goto the filesystem where you want to create the dxnet tree, /usr for instance.
Copy the tgz file
Run the command tar xvzt dx300a.tgz

Then you will have a tree like :

Directory dxnet:
dxnet             Main program

Directory dxnet/language:
lang0.txt         1st language file
lang1.txt         2nd language file

Directory dxnet/script:
f6krq.fwd         Script to connect f6krq-3

Directory dxnet/system:
dxnet.cfg         Main configuration file
dxtodo.dat        Jobs file

Directory dxnet/users:
                  Will hold all bin data files


First, edit system/dxnet.cfg 
- Put the callsign of the cluster   : set/call f6fbb-3
- Put the list of adjacent clusters : set/node +f6krq-3

Then, edit system/dxtodo.dat
for each line, the first for characters are the mask for time.
???5 means each minute 5, like 1005 1015 1025, etc...
??00 means each hour at minute 00 like 1000 1100 1200, etc...

???5 c f6krq

call the script f6krq.fwd each minute 5 (every 10 minutes).

You must have one line and one scrip file for each adjacent to be called.
instead of F6FBB-3.

To start the code, run "dxnet" from the dxnet base directory.

73s, F6FBB.


