forked from eringerli/RpiNtripBase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathntripcaster.conf
54 lines (41 loc) · 1.74 KB
/
ntripcaster.conf
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
##################################
# NtripCaster configuration file #
################################################################################
############### Server Location and Resposible Person ##########################
# Server meta info with no fuctionality.
location EXAMPLE
rp_email test@example.com
server_url http://example.com:2101
########################### Server Limits ######################################
# Maximum number of simultaneous connections.
max_clients 100
max_clients_per_source 100
max_sources 40
######################### Server passwords #####################################
# The "encoder_password" is used from the sources to log in.
encoder_password gps
#################### Server IP/port configuration ##############################
# The server_name specifies the hostname of the server and must not be set to
# an IP-adress. It is very important that server_name resolves to the IP-adress
# the server is running at.
# For every port, the server should listen to, a new port line can be added.
server_name localhost
#port 8000
port 2101
######################## Main Server Logfile ##################################
# logfile contains information about connections, warnings, errors etc.
logdir /tmp/
logfile ntripcaster.log
############################ Access Control ###################################
# Here you specify which users have access to which mountpoints,
# one line per mount.
#
# Syntax: /<MOUNTPOINT>:<USER1>:<PASSWORD1>,<USER2>:<PASSWORD2>,...,<USERn>:<PASSWORDn>
#
# /<MOUNTPOINT>: name of the mountpoint. Must start with a slash.
# <USERi>: name of the user that has access to <MOUNTPOINT>.
# <PASSWORDi>: password of <USERi>.
#
# example:
#/mount0:user0:pass0,user1:pass1,user2:pass2
/STALL:gps:gps