Skip to content

piotrbulinski/bacnet_dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BACnet dump tool

This tool is used to discover properties on a bacnet device.

How to run it?

Start with creating a virtual environment:

python3 -m venv venv

Activate the virtual environment:

source venv/bin/activate

Install the requirements:

pip install -r requirements.txt

Run the tool:

python3 main.py <deviceIPAddress>

To save the output to a file:

python3 main.py <deviceIPAddress> > output.jsonl

About

The tool to dump BACnet device objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages