Changes for page LPS8N -- LoRaWAN Gateway User Manual
Last modified by Kilight Cao on 2024/05/18 14:36
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Kilight1 +XWiki.Xiaoye - Content
-
... ... @@ -967,6 +967,28 @@ 967 967 968 968 = 6. More features = 969 969 970 + 971 +== 6.1 NTP Service/Time Synchronization == 972 + 973 +The gateway time sync service is provided by ntpd 974 + 975 +=== 1). Modify the NTP server address: === 976 + 977 +(% class="box" %) 978 +((( 979 +uci set system.ntp.server='0.openwrt.pool.ntp.org' 980 + 981 +uci add_list system.ntp.server='1.openwrt.pool.ntp.org' 982 + 983 +uci add_list system.ntp.server='2.openwrt.pool.ntp.org' 984 + 985 +uci add_list system.ntp.server='3.openwrt.pool.ntp.org' 986 + 987 +uci commit system 988 +))) 989 + 990 +=== === 991 + 970 970 == 6.1 Packet Filtering == 971 971 972 972