Changes for page Lorawan-server by Petr Gotthard
Last modified by Xiaoling on 2023/04/21 17:42
Change comment:
Uploaded new attachment "image-20220527085338-1.png", version {1}
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -23,7 +23,6 @@ 23 23 === Check if you have the Armbian system. === 24 24 25 25 Run command: 26 - 27 27 (% class="box infomessage" %) 28 28 ((( 29 29 uname -a ... ... @@ -34,34 +34,7 @@ 34 34 35 35 === Install lorawan server === 36 36 37 -Run command: 38 38 39 -(% class="box infomessage" %) 40 -((( 41 - wget https://github.com/gotthardp/lorawan-server/releases/download/v0.6.7/lorawan-server_0.6.7_all.deb 42 - dpkg -i lorawan-server_0.6.7_all.deb 43 -))) 44 - 45 -[[image:image-20220527085338-1.png||height="343" width="1449"]] 46 - 47 -=== Setting automatic start === 48 - 49 -If users want the server to start automatically after system reboot, run the command: 50 - 51 -(% class="box infomessage" %) 52 -((( 53 - systemctl enable lorawan-server 54 -))) 55 - 56 -Then start/stop the server by 57 - 58 -(% class="box infomessage" %) 59 -((( 60 - systemctl start lorawan-server 61 - systemctl stop lorawan-server 62 -))) 63 - 64 - 65 65 = 3. Configure Gateway = 66 66 67 67 == 3.1 Register Gateway ==