mirror of
				https://github.com/stargieg/bacnet-stack
				synced 2025-10-26 23:35:52 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			154 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			154 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| export BACNET_APDU_RETRIES=0
 | |
| export BACNET_APDU_TIMEOUT=0
 | |
| 
 | |
| for object_type in {0..127}
 | |
| do
 | |
|    ./bin/bacucov 1 2 ${object_type} 4 5 85 0 0
 | |
| done
 | 
