7916c7a6de
Consolodated the datalink environment variable for building demos on Linux and Windows into a single module (dlenv). Adjusted most demo makefiles.
skarg
2009-05-22 01:45:38 +00:00
0c4edb33d9
Fixed up file indent, comments, and eol-type.
skarg
2009-05-13 03:46:02 +00:00
85c9efd2b5
Corrected compilation on Ubuntu Linux.
skarg
2009-05-13 00:25:08 +00:00
30c01de3a4
Refactored the GCC C-Stack functions into their own file.
skarg
2009-05-12 20:41:42 +00:00
9235ebeee2
Improved BACnet Development Kit object handling and storing to SEEPROM and EEPROM. Added device property to check C-Stack size and amount unused.
skarg
2009-05-12 20:25:31 +00:00
fa3607d948
Corrected ReadPropertyMultiple for some objects. Added catch for case where malformed RPM-Ack is received.
skarg
2009-05-12 20:23:01 +00:00
eb06ee919a
Added demo port for BACnetDevelopmentKit.com board.
skarg
2009-05-04 22:14:45 +00:00
68bdca6fbe
Removed unnecessary include file which caused compiler warnings on AVR.
skarg
2009-05-03 11:56:37 +00:00
b194e2cd70
SourceForge.net bug ID: 2785704. Added case in demo device object to return the Location property. Corrected comment and value of UTC Offset. Thank you piotrek ( bacpack )!
skarg
2009-05-03 11:55:50 +00:00
83392d0a4d
Corrected SourceForge.net bug ID: 2783175. Changed the way that Time and Date unspecified values were printed in bacapp. Thank you piotrek ( bacpack )!
skarg
2009-05-03 11:34:50 +00:00
0d9aafe92d
Removed Description property from ReadPropertyMultiple table for Required since it is an optional property. SourceForge.net bug ID: 2782191. Thank you piotrek ( bacpack )!
skarg
2009-04-27 15:45:07 +00:00
8c34dfeb72
Corrected usage of temporary file in Borland Makefile. Terminator must be in first column.
skarg
2009-04-19 12:32:26 +00:00
b85c4355d0
Indented according to standard indent rules for this project.
skarg
2009-04-18 20:50:04 +00:00
b3fab21603
Changed C++ comments to C comments.
skarg
2009-04-18 20:48:48 +00:00
6656304d37
Fixed up dos eol and svn eol type.
skarg
2009-04-18 20:48:08 +00:00
ebdf8f9e22
Corrected bug introduced when splinting.
skarg
2009-04-18 20:46:59 +00:00
c17962107c
Corrected warnings found by splint.
skarg
2009-04-18 17:54:39 +00:00
9051a80e30
Corrected warnings found in splint review. Cleaned up previous use of datalink in core files.
skarg
2009-04-18 15:29:47 +00:00
4530915459
Moved send_uevent to demo/handler/s_uevent.c. Cleaned up event.c after splint review.
skarg
2009-04-18 15:28:35 +00:00
51845ed4fd
Corrected warnings generated from splint.
skarg
2009-04-18 13:48:15 +00:00
9722e4f7db
Added makefile for event notification unit tests. Cleaned up compile warnings for event notification files.
skarg
2009-04-18 13:47:23 +00:00
b3f87e54f2
Cleaned up headers and copyright text.
skarg
2009-04-18 12:31:59 +00:00
fe3e5e0e18
Added unit test makefile for Life Safety Operation, and cleaned up file for GCC compilation.
skarg
2009-04-18 12:30:48 +00:00
71a4a52f1b
Add work-around that allows "make clean" to work with long command lines for Borland.
kingdl802
2009-04-13 15:56:49 +00:00
04d7ea9672
the list of include directories had to be updated because the paths have changed.
kingdl802
2009-04-09 19:41:48 +00:00
537c0d8bdf
Make this c header file c++ compatible.
kingdl802
2009-04-09 15:51:59 +00:00
6a2ca24857
remove the c++ comment instead of converting it because it violates the coding style for header files - the enclosing endif is not commented.
kingdl802
2009-04-09 15:47:47 +00:00
ed5807103f
remove the c++ comment instead of converting it because it violates the coding style for header files - the enclosing endif is not commented.
kingdl802
2009-04-09 15:46:14 +00:00
a4c5bc45c3
For the bacwp command (demo/writeprop), the maximum number of tag/value pairs you can pass from the command line defaults to 64 (in main.c.) This setting may be changed to any other value by setting MAX_PROPERTY_VALUES in either Makefile or makefile.b32 in the demo/writeprop directory.
kingdl802
2009-04-07 19:06:18 +00:00
c6085fe776
Updated handler_i_am_add to also display the responder's MAC (IP) address when PRINT_ENABLED is defined. This will help when debugging duplicate BACNET IDs in a multi-device configuration.
kingdl802
2009-04-07 18:58:00 +00:00
32f08d9386
Fixed test for PrivateTransfer service to be more accurate, and added Octet String to bacapp supplementary functions.
skarg
2009-03-27 18:18:53 +00:00
dff62808bd
Corrected APDU overrun problem in RPM handler. Thank you to Jérémy for reporting and Tomás for confirming!
skarg
2009-03-19 15:23:20 +00:00
5feece5e5c
Corrected whoisrouter demo application that receives responses with many networks where the program was always printing the first one. Thank you, Martin!
skarg
2009-03-06 11:11:49 +00:00
75bd715bd4
corrected possible overflow in dlmstp.c for PIC and RTOS-32. Thank you Martin!
skarg
2009-03-06 11:04:51 +00:00
f9d6bd8ed2
Cleaned up some compiler warnings.
skarg
2009-02-27 22:39:10 +00:00
134bbade5d
Removed extra debug printf in MS/TP module.
skarg
2009-02-27 22:36:49 +00:00
9a2f058623
Added usleep(30) to RS485_Check_UART_Data allowing the process to give up time to the system, rather than hogging the processor.
brayra
2009-02-27 16:33:16 +00:00
c6501b901e
Added check for environment variable BACNET_APDU_TIMEOUT. Added printing of BACNET_MSTP_BAUD when overridden by evnironment variable.
brayra
2009-02-27 16:30:54 +00:00
aae481d245
Removed the extra threading on the MS/TP capture tool since it didn't capture very well (perhaps it needed some tuning).
skarg
2009-02-23 16:01:56 +00:00
d45d566c94
Corrected context decoding bug in ReadPropertyMultiple client. Corrected ReadPropertyMultiple handling of objects that aren't supported. Added the context to application tags for the Load Control object.
skarg
2009-02-21 19:12:31 +00:00
552fe5e717
Added Added "--help" command line option to mstsnap.
skarg
2009-02-20 15:58:30 +00:00
d304e64743
Added "--help" command line option to mstpcap.
skarg
2009-02-20 15:51:08 +00:00
4490d4a086
Added and updated a few Borland C++ makefiles for building the demo applications on Windows. Thank you Martin!
skarg
2009-02-20 15:21:35 +00:00
a42b63d5c7
Changed the data type of the MS/TP index for the receiving byte to allow an APDU of 480 bytes.
skarg
2009-02-16 18:53:15 +00:00
e35cabd91d
Updated mstpcap for win32, tested.
skarg
2009-02-15 22:19:14 +00:00
f901d9b595
Added Confirmed Private Transfer module to library.
skarg
2009-01-25 22:57:32 +00:00
1f3bce1b56
Changed BACnet enumerations API to use uint32_t rather than int.
skarg
2009-01-25 22:56:47 +00:00
9c8d94206a
Added Confirmed Private Transfer encoding, decoding, and unit testing.
skarg
2009-01-25 22:54:36 +00:00
89fc2810f3
Added code to handle Life Safety Operation service.
minack
2009-01-23 00:34:55 +00:00
93826be9e5
Fixed MS/TP state MSTP_MASTER_STATE_WAIT_FOR_REPLY in ports/pic18f6720/mstp.c that prevented receiving the responses of your command to the peer. Thank you, Sungjune Lee!
skarg
2009-01-22 05:19:14 +00:00
eb5838c3d5
Cleaned up some makefiles.
skarg
2009-01-17 12:49:47 +00:00
e75e88c507
Corrected buffer overflow problem with the npdu decoder found by stress testing the stack. Thank you Cameron!
skarg
2008-12-08 20:17:53 +00:00
cee436eb45
Cleaned up PIC18F6720 project to enable mostly clean compile and build with latest MPLab (8.x) and MCC18 compiler (3.x).
skarg
2008-11-26 13:57:38 +00:00