LingYun IoT Studio NB-IoT research project
Guo Wenxue
2018-11-20 bc9652bd9ad0c4ff9cf595ba68f702f44a92a3d6
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
# uited program configure file
[log]
file=/var/log/nbiotd.log
 
#Loglevel: 0:Disable 1:Fatal 2:ERROR 3:warnning 4:Normal 5:Debug 6:Infor 7:Trace
level=5
 
#Unit Kib
size=1024
 
[nbiot]
enable=1
comport="/dev/ttyUSB0"
baudrate=9600
 
#Settings format is: Databit[8/7],Parity[O/E/S/N],StopBit[1/0],FlowControl[S/H/N]
settings="8N1N"
 
[lora]
enable=0
comport="/dev/ttyS1"
baudrate=115200
 
#Settings format is: Databit[8/7],Parity[O/E/S/N],StopBit[1/0],FlowControl[S/H/N]
settings="8N1N"
 
[mqtt]
enable=1
hostname=master.iot-yun.com
port=8107