Changes for page Lorawan-server by Petr Gotthard
Last modified by Xiaoling on 2023/04/21 17:42
Change comment:
Uploaded new attachment "image-20220527091541-2.png", version {1}
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoling1 +XWiki.Kilight - Content
-
... ... @@ -2,10 +2,6 @@ 2 2 3 3 {{toc/}} 4 4 5 - 6 - 7 - 8 - 9 9 = 1. Introduction = 10 10 11 11 This is an Open Source LoRaWAN server from [[https:~~/~~/github.com/gotthardp/lorawan-server>>url:https://github.com/gotthardp/lorawan-server]]. ... ... @@ -46,15 +46,10 @@ 46 46 dpkg -i lorawan-server_0.6.7_all.deb 47 47 ))) 48 48 49 -[[image:image-20220527085338-1.png||height=" 271" width="1145"]]45 +[[image:image-20220527085338-1.png||height="343" width="1449"]] 50 50 51 - Atthis point,lorawan-serverisinstalled47 +=== Setting automatic start === 52 52 53 - 54 -== 2.1 How do start lorawan server == 55 - 56 -=== Setting the automatic startup and start/stop lorawan-server via systemctl === 57 - 58 58 If users want the server to start automatically after system reboot, run the command: 59 59 60 60 (% class="box infomessage" %) ... ... @@ -62,19 +62,15 @@ 62 62 systemctl enable lorawan-server 63 63 ))) 64 64 65 -start/stop lorawan-servervia systemctl:56 +Then start/stop the server by 66 66 67 67 (% class="box infomessage" %) 68 68 ((( 69 - systemctl start lorawan-server 60 + systemctl start lorawan-server 70 70 systemctl stop lorawan-server 71 71 ))) 72 72 73 -[[image:image-20220527091541-2.png||height="81" width="896"]] 74 74 75 -By default, the server listens on HTTP port 8080 and expects "admin" as both username and password. Users can access it via a web browser by entering the URL, where is the IP or the hostname of your server. [[http:~~/~~/ip_address:8080>>http://ip_address:8080]] 76 - 77 - 78 78 = 3. Configure Gateway = 79 79 80 80 == 3.1 Register Gateway ==