HI
I am working on bacnet protocol. I am trying install bacnet protocol stack on my linux and also install bacnet simulator on the remote system [windows]and moniter the frames and packet flow using wireshark. but the thing is how do i start the communication? any commands that i need to type from command line!i am using Scada bacnet simulator on client[windows] and bacnet protocol stack on pc[server]. Any help pls
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are about a dozen command line tools that can interact with a BACnet device. See the readme.txt file in the bacnet-stack/bin/ folder. You could perform BACnet discovery using Who-Is (bacwi) or if you already know the Device ID of the simulator, you could retrieve its points using the EPICS tool (bacepics).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI
I am working on bacnet protocol. I am trying install bacnet protocol stack on my linux and also install bacnet simulator on the remote system [windows]and moniter the frames and packet flow using wireshark. but the thing is how do i start the communication? any commands that i need to type from command line!i am using Scada bacnet simulator on client[windows] and bacnet protocol stack on pc[server]. Any help pls
There are about a dozen command line tools that can interact with a BACnet device. See the readme.txt file in the bacnet-stack/bin/ folder. You could perform BACnet discovery using Who-Is (bacwi) or if you already know the Device ID of the simulator, you could retrieve its points using the EPICS tool (bacepics).