FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bacnet-stack/bin/error-code.sh at master · bacnet-stack/bacnet-stack · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bacnet-stack
/
bacnet-stack
Public
Notifications
You must be signed in to change notification settings
Fork
298
Star
591
Code
Issues
90
Pull requests
2
Discussions
Actions
Security and quality
36
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
bacnet-stack
/
bin
/
error-code.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
12 lines (10 loc) · 236 Bytes
Breadcrumbs
bacnet-stack
/
bin
/
error-code.sh
Copy path
File metadata and controls
executable file
·
12 lines (10 loc) · 236 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
#!
/bin/bash
export
BACNET_APDU_RETRIES=0
export
BACNET_APDU_TIMEOUT=0
#
bacabort [invoke-id abort-reason server]
#
BACnetErrorCode
export
error_class=0
for
error_code
in
{0..256}
do
./bin/bacerror
${error_class}
${error_code}
done
Back
|
FazBrowse Home
|
New Git URL