LingYun IoT Studio NB-IoT research project
guowenxue
2018-11-19 3509b6dfaad073c2b7887031c917c12b8ed5caa1
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
# Program configure file sample
[log]
file=/var/log/testd.log
 
#Loglevel: 0:Disable 1:Fatal 2:ERROR 3:warnning 4:Normal 5:Debug 6:Infor 7:Trace
level=5
 
#Unit Kib
size=1024
 
[comport]
#Comport device 
devname="/dev/ttyS1"
 
#Baudrate: 115200,57600,38400,19200,9600,4800,2400,1800,1200,...
baudrate=115200
 
#Settings format is: Databit[8/7],Parity[O/E/S/N],StopBit[1/0],FlowControl[S/H/N]
settings="8N1N"
 
timeout=1000
 
 
[server]
hostname=stuidio.iot-yun.com
port=9999
heartbeat=30