Files
bacnet_stack/bacnet-stack/ports/win32
skarg e53f38dd40 Changed the MSTP_MASTER_STATE_ANSWER_DATA_REQUEST state to always send a REPLY_POSTPONED by
commenting out the section that checks for new packets to send.  It was not the intent of the BACnet standard, but it makes the Master Node FSM compliant.  It's either that or re-parse the message for a matching apdu and invoke id, and then defer if the next message does not match.  The problem happens when an unconfirmed request (i.e. WhoIs) is followed immediated by a confirmed request (i.e. ReadProperty) before the device can respond to the unconfirmed request (i.e. the I-Am is queued in the Transmit buffer).
2007-07-14 00:09:16 +00:00
..
2007-02-23 13:05:19 +00:00
2007-06-21 00:28:24 +00:00

BACnet Stack - Win32



This directory contains a demo program that compiles with a Win32 compiler.

It was tested with the freely downloadable Borland C++ 5.5, as well as

Borland C++ 5 and Visual C++ 6.0.



The makefile.mak file is used with the Borland command line tools.  

Run setvars.bat to configure the environment for the Borland tools.

Edit it if necessary to set the correct location of your tools.



The bacnet.ide file is used with the Borland IDE.



The bacnet directory is used with Visual C++ 6 tools, and there is a

workspace file bacnet.dsw that is used to compile the demo program.