• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bitmaps/H08-Jul-1995-210189

0FEATURESH A D09-Jul-19981 KiB3018

0READMEH A D30-Oct-19982.6 KiB6248

0TODOH A D30-Oct-19981 KiB3220

0Where_to_getH A D23-Oct-1998124 42

ACfaxH A D08-Jul-19981.4 KiB3428

COPYINGH A D08-Jul-199817.6 KiB340281

Canvas.cH A D08-Jul-199812.5 KiB488316

Canvas.hH A D08-Jul-19982.6 KiB10129

CanvasP.hH A D08-Jul-19981.9 KiB6830

ChangeLogH A D30-Oct-1998332 108

DirMgr.cH A D24-Jun-199511.1 KiB483363

DirMgr.hH A D16-Jul-19955.4 KiB208105

Directory.cH A D24-Jun-19955.1 KiB212148

Directory.hH A D03-May-20226.2 KiB230142

FChooser.cH A D24-Jun-199527.5 KiB907562

FChooser.hH A D16-Jul-19953 KiB9031

FChooserP.hH A D16-Jul-19954.4 KiB13965

ImakefileH A D03-May-20222 KiB5850

RegExp.cH A D03-May-20221.8 KiB10563

RegExp.hH A D03-May-20221.2 KiB6328

acfax.cH A D03-May-202225.3 KiB865573

fax_funcs.cH A D03-May-202245.9 KiB1,6361,266

fax_funcs.hH A D03-Oct-19985.4 KiB182112

global.hH A D08-Jul-19981.9 KiB5516

mod_demod.cH A D03-May-202214.4 KiB431205

mod_demod.hH A D08-Jul-19981.5 KiB4615

sblaster.cH A D03-Oct-19987.3 KiB300224

sblaster.hH A D03-Oct-19981.7 KiB4813

widgets.cH A D03-May-202226.5 KiB958772

widgets.hH A D03-Oct-19985.5 KiB198150

x_image.cH A D11-Oct-199810.1 KiB357263

x_image.hH A D11-Oct-19981.7 KiB4514

0README

1
2ACfax - amateur FAX receiving software for Linux / X11
3        Andreas Czechanowski, DL4SDC
4	andreas.czechanowski@ins.uni-stuttgart.de
5
6!!! THIS PROGRAM IS PROVIDED "AS IS" WITHOUT ANY WARRANTY !!!
7USE AT YOUR OWN RISK ! IT IS STILL UNDER DEVELOPMENT !
8
9Five steps to success....:
10
11* Edit the Imakefile, and look for the DEFINES after the description.
12  You normally should not have to edit much here.
13  If you do not have libXaw3d, remove -DUSE_XAW3D from the DEFINES
14  and change -lXaw3d to -lXaw in the LOCAL_LIBRARIES line.
15  If you have only a normal SoundBlaster/Pro (without software
16  controllable mixer), remove -DSBL_16 also from the DEFINES line.
17
18* type "xmkmf"
19
20* type "make"
21  (if this fails, and you don't get it fixed, you may mail me the
22  output of the make command - but don't expect a 24-minute instant
23  hotline service !)
24
25* Be sure to have /dev/dsp (and /dev/mixer for SoundBlaster 16)
26  readable and writable for the user that wants to execute acfax !
27
28* now, type "./acfax" and don't be surprised about weird messages
29  appearing on your terminal screen from which acfax was started
30  - it may be only useful for me while debugging. Just ignore it.
31
32NOTES / BUGS / BEFORE YOU ASK:
33
34- The "Signal" scrollbar in the Modem-part of the ACFax-control-window
35  indicates the audio signal level. With the SoundBlaster 16, the
36  LINE IN is selected as audio input. For the "FM" Modem type,
37  levels of 25% can even be okay, optimum would be 50% to 80%,
38  and if it is at maximum then the signal is probably too loud !
39  When using the AM modem, the audio level is directly proportional
40  to the image contrast. You probably have to experimentally
41  find out how to set the audio volume.
42  You may change the input sensitivity (SoundBlaster 16 only) by
43  setting "linevol = nn;"  on line 64 of the file sblaster.c ,
44  whereas nn=99 is the maximum.
45
46- When receiving on longwave/shortwave, set the Modem to "FM" mode,
47  the receiver/transceiver to USB or LSB, and the AGC to fast (this
48  compensates best for signal fading).
49  If you want to receive Meteosat, you have to use an FM receiver
50  with not too narrow IF filters and the "AM" Modem type.
51  If this seems confusing or unlogical to you, be aware that
52  AM/FM means the operation of the Modem, so either varying
53  tone-pitch or varying loudness determines the luminosity of
54  the beam writing the image lines.
55
56- You may switch reception manually on and off using the "STOP" and
57  "RUN" buttons in the operation control. If you want the image
58  to be written from the beginning, switch to "SYN" once,
59  and then back to "RUN". This will reset the internal writing
60  pointer to the beginning.
61
62