-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
83 lines (66 loc) · 3.58 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
____ ___ ____ ____ _____
/ __ \____ ___ ____ / | / __ \/ __ \/ ___/
/ / / / __ \/ _ \/ __ \/ /| | / /_/ / /_/ /\__ \
/ /_/ / /_/ / __/ / / / ___ |/ ____/ _, _/___/ /
\____/ .___/\___/_/ /_/_/ |_/_/ /_/ |_|/____/
/_/ Gregory A. Carter
Dynamic Networking Solutions
##########################################################################
--------------------------------------------------------------------------
##########################################################################
## OpenAPRS Settings ##
##########################################################################
## The OpenAPRS daemon may be started in two modes. The first in the ##
## background mode which, at the minimum must have the configuration ##
## file command line parameter set. ##
## ##
## Example: ##
## ./openaprs -c etc/openaprs.conf ##
## ##
## The second is debug console mode which, requires the debug switch ##
## and the configuration file switch to be specified. ##
## ##
## Example: ##
## ./openaprs -d -c etc/openaprs.conf ##
## ##
## Once in debug console mode all commands sent to OpenAPRS must be ##
## prefixed with the / character. Type /help and hit enter for a list ##
## of currently available commands. ##
## ##
## See conf for the definition of the ./x/d(A-Z)# output in debug ##
## console mode. ##
## ##
## /RAW will toggle showing the packets as they arrive. ##
## /DEBUG will toggle the massive debug log files created in logs/ ##
## /ECHO will toggle showing either packets/./x/d(A-Z)# output or keep ##
## the console silent. ##
## /STATS will display the current stastical data. ##
## /QUIT will DUH, exit the program. ##
## ##
## Support will be provided in the OpenAPRS forums @ www.openaprs.net ##
##########################################################################
Introduction
OpenAPRS daemon is a APRS MySQL Injector design for use
with the current APRS IS servers.
Installation
Step 1 (compiling)
Perform the following unix commands:
./configure
make install
mkdir logs
cp etc/example.conf etc/openaprs.conf
Step 2 (configuring)
Edit etc/openaprs.conf with your favorite text editor, pico is usually
a good choice but for you die hards I guess vi will work.
Step 3 (running)
Perform the following unix commands:
./openaprs -d -c etc/openaprs.conf
Once openaprs is run you may type /HELP at any time for a list of
available commands.
Contributors
None so far, you could be the first, act now!
.----..----.
`-- ;`-- ;
,',' .' '
: : _`,`.
:_: `.__.'