Compilation ----------- After installation, you can use pkg-config to compile these tests. For example, to compile random-test-server run: gcc random-test-server.c -o random-test-server `pkg-config --libs --cflags libmodbus` random-test-server ----------------- It's necessary to launch this server before run random-test-client. By default, it receives and responses to Modbus query on the localhost and port 1502. random-test-client ------------------ This programm sends many different queries to a large range of addresses and values to test the communication between the client and the server. unit-test-server unit-test-client ---------------- By default, this program sends some queries with the values defined in unit-test.h and checks the responses. These programs are useful to test the protocol implementation. bandwidth-server-one bandwidth-server-many-up bandwidth-client ----------------------- It returns some very useful informations about the performance of transfert rate between the server and the client. - bandwidth-server-one: it can handles only one connection with a client. - bandwidth-server-many-up: it opens a connection each time a new client asks for, but the number of connection is limited. The same server process handles all the connections. > aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/hu-Budapest
blob: b4c17b357d75dfe9e62ce5885ced1d9116ab3dab (plain)
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
# Hungary / Budapest
#
# A.multiplex UHF-38:
# FREE -----------------------------------------------------------------------------------
# m1 HD, m2 HD, Duna World, Duna HD, MR1 Kossuth Radio, MR2 Petofi Radio, MR3 Bartok Radio
[CHANNEL]
	DELIVERY_SYSTEM = DVBT
	FREQUENCY = 610000000
	BANDWIDTH_HZ = 8000000
	CODE_RATE_HP = 3/4
	CODE_RATE_LP = NONE
	MODULATION = QAM/64
	TRANSMISSION_MODE = 8K
	GUARD_INTERVAL = 1/4
	HIERARCHY = NONE
	INVERSION = AUTO

#
# B.multiplex UHF-55:
# NON-FREE --------------------------------------------------------------------------------
# PRO4, VIASAT3, Prizma TV, Muzsika TV, Universal Channel, Comedy Central, Minimax,
# Cartoon Network, Spektrum, History, Sport1, Sport2, Dorcel TV
[CHANNEL]
	DELIVERY_SYSTEM = DVBT
	FREQUENCY = 746000000
	BANDWIDTH_HZ = 8000000
	CODE_RATE_HP = 3/4
	CODE_RATE_LP = NONE
	MODULATION = QAM/64
	TRANSMISSION_MODE = 8K
	GUARD_INTERVAL = 1/4
	HIERARCHY = NONE
	INVERSION = AUTO

#
# C.multiplex UHF-62:
# FREE --------------------------------------------------------------------------------
# RTL Klub, TV2, Euronews Test, Info csatorna, Neo FM
# NON-FREE ----------------------------------------------------------------------------
# Cool, Film+, HBO, National Geographic, Disney Channel, AXN, FEM3, Private spice, ATV,
# HirTV, Sportklub
[CHANNEL]
	DELIVERY_SYSTEM = DVBT
	FREQUENCY = 802000000
	BANDWIDTH_HZ = 8000000
	CODE_RATE_HP = 3/4
	CODE_RATE_LP = NONE
	MODULATION = QAM/64
	TRANSMISSION_MODE = 8K
	GUARD_INTERVAL = 1/4
	HIERARCHY = NONE
	INVERSION = AUTO