mirror of
https://github.com/stargieg/bacnet-stack
synced 2025-10-26 23:35:52 +08:00
Changed info prints to go to stdout rather than stderr to clean up Wireshark extcap usage. ........ |
||
|---|---|---|
| .. | ||
| Microsoft Visual Studio 2010 | ||
| Microsoft Visual Studio 2015 | ||
| bacnet.cbp | ||
| bacnet.ide | ||
| bip-init.c | ||
| bip6.c | ||
| borland.bat | ||
| dlmstp-mm.c | ||
| dlmstp.c | ||
| dlmstp.cbp | ||
| ethernet.c | ||
| main.c | ||
| MAKEFILE.MAK | ||
| makefile.mgw | ||
| net.h | ||
| readme.txt | ||
| rs485.c | ||
| rs485.cbp | ||
| rs485.h | ||
| rs485.mak | ||
| rx_fsm.c | ||
| rx_fsm.cbp | ||
| rx_fsm.mak | ||
| setvars.bat | ||
| stdbool.h | ||
| stdint.h | ||
| timer.c | ||
| timer.h | ||
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.