
This is the documentation for SATDOC.EXE software
DOS/Win32 version w2.2e - 2003/Oct/20

Thanks to Mike N1JEZ for kindly accepting my proposition to make a modification
into ANS bulletins starting with ANS-292 that you may have noticed.

I asked Mike to introduce the catalogue number on a line after the satellites name.
These objects catalog numbers allow automatic processing
of satellite information by procedures or programs in order to update
satellite documentation files present in F6FBB's BBS servers.

SATDOC will check AMSAT.TXT files exported by F6FBB's BBS mail system
for the presence of any AMSAT News Service and capture the relevant
information of each satellite.

Each object in orbit has a unique catalog number given by NASA.
This allows to build a non equivocal reference file, given this number plus a
.sat extention.

HOW SYSOPs MAY INSTALL AND CONFIGURE THIS SATELLITE AUTO DOCUMENTATION SYSTEM
=============================================================================

If you have already installed SATUPDAT program for satellit keplerian
parameters update, you can skip this paragraph.

You must create a dummy BBS named AMSAT in your BBS.SYS file.
The FORWARD file for this AMSAT BBS could look like:

A AMSAT
*
   G KEPLER
   G AMSAT
   P @
   C C:\fbb\system\sat\amsat.txt
   B AMSAT
   F AMSAT
   F KEP
   F KEPS
   F KEPLER
   F SAT
   F SATTV
   F SATELL
-----------

Thus AMSAT.TXT will collect all messages with interesting documentation on
satellites (frequencies, mode changes, launch information etc...)
SYSOPs should add a call to this program into maintenance script just
before the one for SATUPDAT with argument AMSAT.TXT.
The result of processed satellite documentation will be written into SATDOC.RES
....

if [ -e $FBBDIR\sat\amsat.txt ]
	then
    cd $FBBDIR\sat
    C:\fbb\system\bin\satdoc amsat.txt > $FBBDIR\satdoc.res
    C:\fbb\system\bin\satupdat amsat.txt /n /d60 > $FBBDIR\satupdat.res
    C:\fbb\system\bin\satupdat amsat.txt /a /d60 >> $FBBDIR\satupdat.res
    del amsat.txt
fi

...

Thus, each time an ANS bulletin is sent, satellite news and documentation
will automatically go into the corresponding satellite documentation file.

A BBS user can then get this information on request by connecting to the BBS.
When connected, the set of commands for consulting satellite menus is :
F for entering into server mode and
T for entering satellite submenu.

Then the available choice are :
C for individual satellite documentation and news
P for keplerian parameters
T for tracking an object

In order to offer a better usage to users I will soon propose a change into F6FBB's
BBS program with the idea that only the choice for satellite having a documentation file
will be presented, and not all satellites that are into the data file, like done now.

In the example above, fbb executable files are in C:\fbb\system\bin directory.
Please configure your maintenance file according to your own implementation.
Same for your fbb sat directory in amsat.fwd forward file.

73 de Bernard, f6bvp.
f6bvp@amsat.org