BACnet communication testing - faucetsdn/daq GitHub Wiki
In this tutorial you will test the communication between two BACnet devices under different flow enforcement scenarios.
We will first test a virtual system and then move to a physical system.
BACnet communication test with faux devices
misc/system_multi.conf
sudo DAQ_FAUX3_OPTS=bacnet cmd/run -n
docker exec -ti daq-faux-2 bin/bacnet_discover
sudo tcpdump -eni pri-eth1 port 47808
TODO
BACnet communication test with physical devices
Get physical device
Configure it to respond to BACnet whois
hybrid system.conf with device + faux
TODO
Go back to the Home page