Commit Graph

1266 Commits

Author SHA1 Message Date
kingdl802 04d7ea9672 the list of include directories had to be updated because the
paths have changed.
2009-04-09 19:41:48 +00:00
kingdl802 537c0d8bdf Make this c header file c++ compatible. 2009-04-09 15:51:59 +00:00
kingdl802 6a2ca24857 remove the c++ comment instead of converting it because it
violates the coding style for header files - the enclosing 
endif is not commented.
2009-04-09 15:47:47 +00:00
kingdl802 ed5807103f remove the c++ comment instead of converting it because it
violates the coding style for header files - the enclosing 
endif is not commented.
2009-04-09 15:46:14 +00:00
kingdl802 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.
2009-04-07 19:06:18 +00:00
kingdl802 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.
2009-04-07 18:58:00 +00:00
skarg 32f08d9386 Fixed test for PrivateTransfer service to be more accurate, and added Octet String to bacapp supplementary functions. 2009-03-27 18:18:53 +00:00
skarg dff62808bd Corrected APDU overrun problem in RPM handler. Thank you to Jérémy for reporting and Tomás for confirming! 2009-03-19 15:23:20 +00:00
skarg 5feece5e5c Corrected whoisrouter demo application that receives responses with many networks where the program was always printing the first one. Thank you, Martin! 2009-03-06 11:11:49 +00:00
skarg 75bd715bd4 corrected possible overflow in dlmstp.c for PIC and RTOS-32. Thank you Martin! 2009-03-06 11:04:51 +00:00
skarg f9d6bd8ed2 Cleaned up some compiler warnings. 2009-02-27 22:39:10 +00:00
skarg 134bbade5d Removed extra debug printf in MS/TP module. 2009-02-27 22:36:49 +00:00
brayra 9a2f058623 Added usleep(30) to RS485_Check_UART_Data allowing the process to give up time to the system,
rather than hogging the processor.
2009-02-27 16:33:16 +00:00
brayra c6501b901e Added check for environment variable BACNET_APDU_TIMEOUT.
Added printing of BACNET_MSTP_BAUD when overridden by evnironment variable.
2009-02-27 16:30:54 +00:00
skarg aae481d245 Removed the extra threading on the MS/TP capture tool since it didn't capture very well (perhaps it needed some tuning). 2009-02-23 16:01:56 +00:00
skarg 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. 2009-02-21 19:12:31 +00:00
skarg c23b6c2742 Corrected grammar. 2009-02-20 16:00:19 +00:00
skarg 552fe5e717 Added Added "--help" command line option to mstsnap. 2009-02-20 15:58:30 +00:00
skarg d304e64743 Added "--help" command line option to mstpcap. 2009-02-20 15:51:08 +00:00
skarg 4490d4a086 Added and updated a few Borland C++ makefiles for building the demo applications on Windows. Thank you Martin! 2009-02-20 15:21:35 +00:00
skarg a42b63d5c7 Changed the data type of the MS/TP index for the receiving byte to allow an APDU of 480 bytes. 2009-02-16 18:53:15 +00:00
skarg e35cabd91d Updated mstpcap for win32, tested. 2009-02-15 22:19:14 +00:00
skarg c9d5807431 Added better packet size limiting. Added file and stdout flushing. 2009-02-15 15:07:41 +00:00
skarg 0573afd406 Added sleep and removed debug print from mstpcap. Tested under Linux. Needs tested under Windows. 2009-02-15 14:04:29 +00:00
skarg 209f63b1dc Adding time stamp to mstpcap file name. Untested. 2009-02-15 13:27:41 +00:00
skarg 7d81e3536d Updated website. 2009-01-31 12:23:53 +00:00
skarg f901d9b595 Added Confirmed Private Transfer module to library. 2009-01-25 22:57:32 +00:00
skarg 1f3bce1b56 Changed BACnet enumerations API to use uint32_t rather than int. 2009-01-25 22:56:47 +00:00
skarg 9c8d94206a Added Confirmed Private Transfer encoding, decoding, and unit testing. 2009-01-25 22:54:36 +00:00
minack 89fc2810f3 Added code to handle Life Safety Operation service. 2009-01-23 00:34:55 +00:00
skarg 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! 2009-01-22 05:19:14 +00:00
skarg eb5838c3d5 Cleaned up some makefiles. 2009-01-17 12:49:47 +00:00
skarg e75e88c507 Corrected buffer overflow problem with the npdu decoder found by stress testing the stack. Thank you Cameron! 2008-12-08 20:17:53 +00:00
skarg bb39b745f3 Corrected compiler warning. 2008-12-05 21:50:14 +00:00
skarg f8a50daf3e Cleaned up compiler warning. 2008-12-05 21:30:21 +00:00
skarg 980f0145be Fixed line endings, and set EOL properties. 2008-12-05 21:26:24 +00:00
skarg fa1d2b4fdc Moved ucov_notify_send to handler/s_ucov.c file, and refactored PDU encoding. 2008-12-05 20:18:03 +00:00
skarg f73344cfb2 Corrected compile warning. 2008-12-05 19:55:54 +00:00
skarg 290c208634 Removed qualifier to fix compiler warning. 2008-12-05 19:06:47 +00:00
skarg 33b1eef709 updated the header file for new functions. 2008-12-05 18:19:23 +00:00
skarg 0bb16dd66f Added FIFO to unit test make file. 2008-12-05 18:16:53 +00:00
skarg 4e47b4ba36 Created unit test makefile for FIFO. 2008-12-05 18:13:28 +00:00
skarg 03d87b10af added more unit tests. 2008-12-05 18:05:59 +00:00
skarg c2fdccb2df Corrected RPM client handling - missed the AccessError tag. Thanks, Kevin! 2008-12-02 06:57:14 +00:00
skarg 16ce2b615f updated (apparently). 2008-12-01 15:27:08 +00:00
skarg 85654baf40 converted the debug printf to ugly ifdefs for PIC compiler. 2008-12-01 15:08:34 +00:00
skarg 0b490d5440 Updated the PIC port for MS/TP. Tested on my hardware. 2008-11-30 04:39:53 +00:00
skarg a4cd23761c Added optional local print for mstp monitor. 2008-11-29 14:37:49 +00:00
skarg 12966253d0 Added back address_match with corrections. 2008-11-29 14:36:57 +00:00
skarg 1ad2da7895 Corrected compile errors in PIC port for MS/TP. Untested. 2008-11-28 22:05:46 +00:00