Commit Graph

2472 Commits

Author SHA1 Message Date
skarg e242b30a47 Added example octet-string value object. Thank you, Nikola Jelić! 2015-11-04 17:35:03 +00:00
skarg 8a48241e14 Fixed the unit tests after integration of property-list property and device-object-property-reference properties. Thank you for noticing it was broken, Nikola Jelić, and for sending in fixes. 2015-11-04 16:53:21 +00:00
skarg b5e860dbe4 Fixed the AtomicReadFile unit test for Record Access. 2015-11-04 16:21:14 +00:00
skarg bc897c7507 Un-refactored property-list module to lower resource requirements on small devices. 2015-10-18 03:40:10 +00:00
skarg 4db370cc3a Un-refactored property-list module to lower resource requirements on small devices. 2015-10-18 03:39:28 +00:00
skarg a294e3c691 Merged revision(s) 2900 from branches/releases/bacnet-stack-0-8-0:
Cleanup of unit test exports.
........
2015-10-18 00:30:43 +00:00
skarg 5a0ed5a9e0 Merged revision(s) 2898 from branches/releases/bacnet-stack-0-8-0:
Cleanup of unit test exports.
........
2015-10-18 00:27:09 +00:00
skarg 3b28372e8b Cleaned up compiler warning. 2015-10-17 03:14:40 +00:00
skarg 49c52d5407 Removed the Who-Is wildcard since it is not permitted per BACnet standard. Thank you Michael and Carl! 2015-10-16 19:29:03 +00:00
skarg 73190ed0c4 Reverting the device.c change that accidentally removed OBJECT_LIST from array error in r2870. Fix for [bugs:#37]. Thank you, klata! 2015-10-15 18:08:12 +00:00
skarg 8a83e12b5d Updated AT91SAM7S project to build with current stack and IAR EWARM 6.30 compiler. 2015-10-14 20:14:01 +00:00
skarg b20ca46f89 Updated Max BACnet Services Supported and Max BACnet Object Types through Protocol_Revision 17. 2015-10-14 19:16:51 +00:00
skarg da0476d881 Added Self/TT to statistics (was just Self for Tokens to Self) to track Tardy Tokens. Tardy Tokens (TT) are Token Frames that are send out of order, from a MAC to was not the previous Token Frame MAC destination. 2015-10-14 19:15:21 +00:00
skarg 2c6c7630bf Fixed datatype for WriteStatus property in the Channel Object to be enumerated. Thanks to David Fisher for noticing while at BACnet Plugfest! 2015-10-08 16:02:40 +00:00
skarg 1026462724 Refactored the Property_List property and added Protocol_Revision 14 define restriction for Property_List and Channel and Lighting Output objects. 2015-10-07 20:26:30 +00:00
skarg db9ddf6ce8 Fixed the example channel object for reading the member list. Thanks, David Fisher, for helping me find these bugs at PlugFest! 2015-10-07 18:56:55 +00:00
skarg 2b13503a4d updated Windows SVN configuration. 2015-09-28 16:05:26 +00:00
ekh 38a723bafb Committing minor changes (comments only) as an exercise in contributing.. 2015-09-26 19:45:56 +00:00
skarg ec581ace70 cleaned up warnings from BACnet Ethernet 8802.3 compile on Linux 2015-09-24 21:51:29 +00:00
skarg ca0092d4ee Fixed the scan command line option to mstpcap demo utility. 2015-09-24 21:43:24 +00:00
skarg 504b7c3713 Added BVLC to dynamic datalink module. Thanks, Kim Taylor! 2015-09-17 17:12:23 +00:00
skarg 8f1741751d Added the legacy command line options for COM and baud rate to mstpcap demo utility. 2015-09-14 18:17:53 +00:00
skarg e69a1349a0 Added STM32F10x peripheral driver library to permit compiling of demo port. Tested with IAR-EWARM 6. 2015-09-09 15:15:28 +00:00
skarg 6df2c0dc80 Added IAR-EWARM 6 project file for AT91SAMS port.
Updated IAR-EWAVR 6 project files for AVR projects.
2015-09-09 14:55:50 +00:00
skarg 07bf4eba3b Deprecated Ringbuf_Alloc, and replaced with Ringbuf_Data_Peek() and Ringbuf_Data_Put() functions. Ringbuf_Alloc() was not interrupt or thread safe. 2015-09-09 14:54:02 +00:00
ekh a36ac1ec45 Modified conflicting line endings in ../xplained/bacnet.c which were confusing some tools. 2015-09-08 22:52:56 +00:00
skarg 458d563aaf Improved AtomicReadFile and AtomicWriteFile error detection. Eliminated redundancy in the octetstring_init function. 2015-09-01 22:24:34 +00:00
skarg 80b628453d Fixed AUTHENTICATION_STATUS Property name. Thank you, F. Chaxel. 2015-09-01 14:10:33 +00:00
skarg 04c4becb8b Fixed AUTHENTICATION_STATUS Property name. Thank you, F. Chaxel! 2015-08-18 16:19:18 +00:00
skarg 0a18592bc8 Fixed when pending events are not displayed in the getEventInformation demo. 2015-08-10 15:55:06 +00:00
skarg 9d595fd00d Fixed Wireshark extcap command line parameter interface to mstpcap utility on Windows (Thank you Roland!).
Tested with Wireshark 1.99.7 on Windows.
To use extcap, run Wireshark and go to the About-dialog.  Find a tab located there named "Folders". Locate the extcap search path. Copy the mstpcap.exe to that folder, which may not exist.
Restart Wireshark, and look for "BACnet MS/TP on COMx" interfaces.
Configure the interface to change baud rate.
Start or stop the capture directly from the interface.
2015-07-27 18:56:06 +00:00
skarg 0255d4b665 Updated Wireshark extcap command line parameter interface to mstpcap utility in the mstpcap.txt file. 2015-07-14 20:32:38 +00:00
skarg b4ad2c2729 Added Wireshark extcap command line parameter interface to mstpcap utility.
Tested with Wireshark on Windows (mostly working).
To use extcap, run Wireshark and go to the About-dialog.  Find a tab located there named "Folders". Locate the extcap search path. Copy the mstpcap.exe to that folder, which may not exist.
Restart Wireshark, and look for "BACnet MS/TP on COMx" interfaces.
Configure the interface to change baud rate.
Capture directly from the interface.
2015-07-14 20:31:32 +00:00
skarg edcf8404d7 Added Arduino Uno port for W5100 Ethernet shield. Note: requires an Arduino library that is included with the Arduino board, but not included here. Thank you, Miguel Fernandes! 2015-07-07 15:02:04 +00:00
skarg c3eddc2f1c Cleaned up compile warnings 2015-06-29 15:16:03 +00:00
skarg 89bbfbb2ab Fixed compile warning in GetEvent demo. 2015-06-28 20:49:48 +00:00
skarg 8c17721dcd Fixed compile warnings in datetime library. 2015-06-28 20:40:40 +00:00
skarg fad91ca9ce Merged revision(s) 2826 from branches/releases/bacnet-stack-0-8-0:
Expose some datetime internal functions in the API.
........
2015-06-28 13:14:48 +00:00
skarg bd7da666d9 Fixed segmentation fault in demo/router. [bugs:#34] Thank you, F. Chaxel! 2015-06-28 12:52:25 +00:00
skarg b0bd3d6e07 added readme to PiFace demo 2015-06-25 18:45:56 +00:00
skarg 3751c1bd23 Updated mime-type for some files. 2015-06-15 15:38:31 +00:00
skarg e14e8ffc14 Added STM32 design challenge RS-485 daughter board schematic and BOM. 2015-06-15 14:43:49 +00:00
skarg 1d4a51bc5a Removed the "-lgcc" from the SYSTEM_LIB parameter in the BSD section of ./demo/Makefile. Nate verified that with this change and BACNET_PORT=bsd, it builds correctly on FreeBSD, OpenBSD, and OS X 10.10 using the default compiler (clang). This tweak shouldn't affect builds on other platforms. Thanks, Nate! 2015-06-03 18:43:07 +00:00
skarg 8cae75b5d2 Fixed DCC, ARF, RD, and AWF demo applications to use address_cache if available. 2015-05-29 01:46:54 +00:00
skarg d052578777 Added readme.txt to Atmel XPLAINED port. 2015-05-26 19:55:44 +00:00
skarg 4b525b0615 Added RS-485 shield daughter board for ports/xplained project. 2015-04-16 15:13:23 +00:00
skarg fe8e60dd3d Added example MS/TP port to ATxmega XPLAINED A3BU evaluation board. 2015-04-16 13:23:29 +00:00
bow2 086840a763 get event information demo 2015-03-23 12:28:46 +00:00
skarg 672f499f54 Fixed comment. 2015-03-20 19:50:08 +00:00
skarg 9631b65fc5 Fixed I-Am-Router-To-Network handling in cases of a malformed packet. The packet seen in the field was a I-Am-Router-To-Network but there was an extra "Data" byte of 0x55 at the end. Thank you, Ettore. 2015-03-20 19:47:57 +00:00