Changes for page Armbian OS instruction
Last modified by Edwin Chen on 2025/02/26 08:18
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -305,7 +305,7 @@ 305 305 nano /etc/config/bacnet 306 306 ))) 307 307 308 - **Examples:**308 +Examples: 309 309 310 310 (% class="box infomessage" %) 311 311 ((( ... ... @@ -333,7 +333,7 @@ 333 333 334 334 After the configuration is complete, run the following command to start BACnet, The following are two ways to run BACnet: 335 335 336 -(1) 336 +(1)With /etc/config/bacnet configuration, and to run the registration server on the current machine, start it with the following command (configure the /etc/config/bacnet file correctly): 337 337 338 338 (% class="box infomessage" %) 339 339 ((( ... ... @@ -340,9 +340,8 @@ 340 340 bacserver -c -s 341 341 ))) 342 342 343 +(2)Without /etc/config/bacnet, and to run the registration server on the current machine, start it with the following command: 343 343 344 -(2) Without /etc/config/bacnet, and to run the registration server on the current machine, start it with the following command: 345 - 346 346 (% class="box infomessage" %) 347 347 ((( 348 348 bacserver -s -a 10.130.2.80 -p 47808 ... ... @@ -372,11 +372,10 @@ 372 372 373 373 [[image:image-20230327165836-1.png]] 374 374 374 +Examples: 375 375 376 - **Examples:**376 +(1)List the current Bacnet devices: 377 377 378 -(1) List the current Bacnet devices: 379 - 380 380 (% class="box infomessage" %) 381 381 ((( 382 382 baccli -l -a ... ... @@ -384,9 +384,8 @@ 384 384 385 385 [[image:image-20230327174537-3.png]] 386 386 385 +(2)List device information based on device ID: 387 387 388 -(2) List device information based on device ID: 389 - 390 390 (% class="box infomessage" %) 391 391 ((( 392 392 baccli -l -i id ... ... @@ -394,15 +394,13 @@ 394 394 395 395 [[image:image-20230327174556-4.png]] 396 396 394 +(3)List the device details by device ID: 397 397 398 -(3) List the device details by device ID: 399 - 400 400 (% class="box infomessage" %) 401 401 ((( 402 402 baccli -l -v -i id 403 403 ))) 404 404 405 - 406 406 (4) Modify the specified attribute value based on the device ID: 407 407 408 408 (% class="box infomessage" %) ... ... @@ -417,7 +417,9 @@ 417 417 418 418 [[image:image-20230327171824-2.png]] 419 419 415 += = 420 420 417 + 421 421 == 3.1 Default Package Maintain System == 422 422 423 423 === 3.1.1 How Package-Auto-Update works? ===