skarg
|
9b60fff679
|
Added some fixes for compiling with 2010 version of avr-gcc (WinAVR).
|
2013-01-08 20:52:14 +00:00 |
|
skarg
|
a576c29ae4
|
Added some porting to AT91SAM7S while playing with IAR compiler.
|
2013-01-08 20:51:29 +00:00 |
|
skarg
|
cf882642a8
|
Changed Ringbuf API: Ringbuf_Pop_Front is now Ringbuf_Pop, and now it copies the buffer into parameter and returns boolean. Original method was not safe since it returned a pointer to the element but freed the buffer element. Changed Ringbuf_Get_Front to Ringbuf_Peek with no change in functionality, to make names more consistent.
Updated all the MS/TP datalink layer implementations that use Ringbuf library.
|
2013-01-08 20:48:34 +00:00 |
|
skarg
|
3bc404dbe9
|
Added "-s" to make in the demo Makefile to reduce noise during compile.
|
2013-01-08 18:22:57 +00:00 |
|
skarg
|
cc5c1f714f
|
Fixed bug reported: Canceling Expired or Non-Existing Subsciptions does not return specified result.[bugs:#21]. Thank you, lo pe!
|
2013-01-02 17:43:29 +00:00 |
|
skarg
|
d9877756bf
|
Added checks to detect and work with faulty SEEPROM.
|
2012-12-22 05:41:38 +00:00 |
|
skarg
|
4c0599f104
|
cleaned up some warnings and errors when compiled for MS/TP on Linux
|
2012-12-16 04:42:22 +00:00 |
|
skarg
|
634ac556df
|
removed static variables to enable multithreading.
|
2012-12-15 21:55:40 +00:00 |
|
skarg
|
a12e106643
|
Updated the objects, services, and properties for the 135-2012 version of the BACnet standard.
|
2012-12-07 22:00:57 +00:00 |
|
skarg
|
a11e2cd159
|
Added objects and services defines for each Protocol_Revision level.
|
2012-12-07 21:27:59 +00:00 |
|
skarg
|
934fcbf012
|
A function in example device.c, Device_Object_List_Identifier, uses an array index, which starts at 1, not 0. Fixes WhoHas for last name in object list. Thank you, Peter van der Stok!
|
2012-12-07 16:28:01 +00:00 |
|
skarg
|
63df640a3f
|
updated export script for new SVN URL
|
2012-11-26 02:52:26 +00:00 |
|
skarg
|
3b85868fe7
|
Modified the BDK port for version 4 hardware layout
|
2012-11-26 02:12:37 +00:00 |
|
skarg
|
fce60832e6
|
Modified the BDK port for version 4 hardware layout
|
2012-11-25 21:33:51 +00:00 |
|
skarg
|
0b84ce44ec
|
fixed writes to object-name property when writing the same name to an object.
|
2012-11-24 15:21:46 +00:00 |
|
skarg
|
ccf49ec884
|
added example of writing to state text array into Multi-State Input object demo
|
2012-11-23 18:04:02 +00:00 |
|
skarg
|
f5571f8f5a
|
Updated readme after question.
|
2012-11-16 15:48:59 +00:00 |
|
skarg
|
c0b54d06bd
|
Moved around some print statements to be more useful.
|
2012-11-12 23:16:15 +00:00 |
|
skarg
|
61cda1dbf9
|
Added conditional in Makefile so that the BVLC (IP) demos only get built when BACnet/IP is specified.
|
2012-11-12 22:32:05 +00:00 |
|
skarg
|
2707c37771
|
Removed version.c from project since it was not used.
|
2012-11-10 18:30:54 +00:00 |
|
skarg
|
271f2e0b46
|
Corrected spelling of functions ending in apdu. [note API change for BACnet clients] Thank you, Nikola Jelić!
|
2012-11-01 14:13:49 +00:00 |
|
skarg
|
eb9bfca4a3
|
Corrected spelling of functions ending in apdu. [note API change for BACnet clients] Thank you, Nikola Jelić!
|
2012-11-01 14:09:36 +00:00 |
|
skarg
|
d1567978c9
|
Adjusted BDK port to compile for ATmega1284p for IAR.
|
2012-10-31 16:30:18 +00:00 |
|
skarg
|
cde2d61d92
|
Added support for Atmega1284p.
|
2012-10-31 04:06:18 +00:00 |
|
skarg
|
fa12f4bcdf
|
Added BVLC Read-Broadcast-Distribution-Table demo (doesn't print table yet).
|
2012-10-24 22:09:43 +00:00 |
|
skarg
|
6facc07c74
|
Fixed 76800 setting for Linux rs-485.
|
2012-10-23 18:16:32 +00:00 |
|
skarg
|
4f67e02c0b
|
added lwIP port for BACnet/IP. Thank you, Calon Associates Limited.
|
2012-10-23 12:30:09 +00:00 |
|
skarg
|
f8450f40bb
|
In WAIT_FOR_REPLY state of MS/TP, changed next state of frame type TEST_RESPONSE to be DONE_WITH_TOKEN to match standard. Thank you, Eric Xu!
|
2012-10-17 22:33:01 +00:00 |
|
skarg
|
03a0a23ba6
|
Corrected normal/fault transitions in Analog_Input_Alarm_Ack(). Thanks, yoo_ms@hotmail.com.
|
2012-10-15 21:28:29 +00:00 |
|
skarg
|
4664326d8c
|
using existing stack function to copy address. Fixes warning on PIC compile.
|
2012-10-04 03:06:49 +00:00 |
|
skarg
|
e6b70dd866
|
removed duplicate comment.
|
2012-10-01 16:03:32 +00:00 |
|
skarg
|
75727604df
|
moved eeprom calls out of dlmstp.c
|
2012-09-29 20:34:42 +00:00 |
|
skarg
|
2f8551d2e9
|
fixed last-value for buttons. Thank you, Ken.
|
2012-09-29 20:33:38 +00:00 |
|
skarg
|
9d9440e061
|
made Protocol_Revision a configurable value, and adjust the object-type bit string and services-supported bit string length varies depending on which value is used.
|
2012-09-29 19:53:57 +00:00 |
|
vasyl-tkhir
|
251857e3f6
|
Added target router to makefiles
|
2012-09-28 09:16:59 +00:00 |
|
skarg
|
c5e477c73a
|
fixed SilenceTimer to match new API
|
2012-09-28 02:18:04 +00:00 |
|
skarg
|
fbed15b2da
|
fixed svn props
|
2012-09-27 22:04:34 +00:00 |
|
skarg
|
2f1dad9e29
|
fixed compile error.
|
2012-09-27 22:03:19 +00:00 |
|
skarg
|
4f7d4c72ea
|
Updated SLOC count of project.
|
2012-09-27 20:20:59 +00:00 |
|
skarg
|
44aed17774
|
updated documentation for subversion repository changes.
|
2012-09-27 20:20:36 +00:00 |
|
skarg
|
31833ed6f7
|
Added zero padding when doing an ANSI string copy, similar to string initialization.
|
2012-09-27 19:54:56 +00:00 |
|
skarg
|
969bd471c0
|
Corrected rs-485 silence time function calls to match recent changes in API.
|
2012-09-27 19:53:12 +00:00 |
|
skarg
|
c28f55d3df
|
Added parenthesis to provide clarity and make it obvious to anyone maintaining the code.
|
2012-09-27 19:26:11 +00:00 |
|
skarg
|
d09657474c
|
fixed whois demo to be compatible with address_cache ability which parses the text of the whois output.
|
2012-09-27 19:25:24 +00:00 |
|
skarg
|
5aa78916ae
|
Fixed Nikola Jelic's name in comments, originally written in Cyrillic script.
|
2012-09-27 19:24:50 +00:00 |
|
skarg
|
5920a624b3
|
Added 76800 baud support on Linux port of RS-485 driver. Thank you, Nikola Jelic!
|
2012-09-27 19:22:57 +00:00 |
|
vasyl-tkhir
|
2f73bcae44
|
BACnet router added.
|
2012-09-27 14:36:11 +00:00 |
|
skarg
|
ad8378ef62
|
fixed writable properties by using the required writable properties from BACnet 135-2010 standard.
|
2012-09-26 01:18:28 +00:00 |
|
skarg
|
7e6c886941
|
renamed network-access-security-policies to match BACnet 135-2010 standard
|
2012-09-26 01:16:48 +00:00 |
|
skarg
|
fc8ff83296
|
fixed unknown APDU size print value
|
2012-09-26 00:44:53 +00:00 |
|