skarg
fa3607d948
Corrected ReadPropertyMultiple for some objects. Added catch for case where malformed RPM-Ack is received.
2009-05-12 20:23:01 +00:00
skarg
469627a6cf
Updated port for BACnet Development Kit.
2009-05-11 22:32:06 +00:00
skarg
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 )!
2009-05-03 11:55:50 +00:00
skarg
0d9aafe92d
Removed Description property from ReadPropertyMultiple table for Required since it is an optional property. SourceForge.net bug ID: 2782191. Thank you piotrek ( bacpack )!
2009-04-27 15:45:07 +00:00
skarg
2497c19aaa
Corrected Analog Output demo object priority parameter consistency. Thank you piotrek ( bacpack )! Sourceforge.net bug ID: 2782204.
2009-04-27 15:42:50 +00:00
skarg
6da080105d
Cleaned up Borland compiler warnings.
2009-04-19 20:05:06 +00:00
skarg
94d55e0294
Cleaned up Borland build files (whitespace) and subtle bug in lib makefile.
2009-04-19 14:39:20 +00:00
skarg
522ab83064
Corrected whitespace issues.
2009-04-19 13:00:55 +00:00
skarg
b85c4355d0
Indented according to standard indent rules for this project.
2009-04-18 20:50:04 +00:00
skarg
6656304d37
Fixed up dos eol and svn eol type.
2009-04-18 20:48:08 +00:00
skarg
4530915459
Moved send_uevent to demo/handler/s_uevent.c. Cleaned up event.c after splint review.
2009-04-18 15:28:35 +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
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
f9d6bd8ed2
Cleaned up some compiler warnings.
2009-02-27 22:39:10 +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
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
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
1f3bce1b56
Changed BACnet enumerations API to use uint32_t rather than int.
2009-01-25 22:56:47 +00:00
minack
89fc2810f3
Added code to handle Life Safety Operation service.
2009-01-23 00:34:55 +00:00
skarg
eb5838c3d5
Cleaned up some makefiles.
2009-01-17 12:49:47 +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
c2fdccb2df
Corrected RPM client handling - missed the AccessError tag. Thanks, Kevin!
2008-12-02 06:57:14 +00:00
skarg
85654baf40
converted the debug printf to ugly ifdefs for PIC compiler.
2008-12-01 15:08:34 +00:00
skarg
b3c64b75bc
Corrected compiler warning.
2008-11-26 14:02:41 +00:00
skarg
d1a1c1c8a6
Indented.
2008-11-24 12:48:09 +00:00
skarg
fdfd6a9f9f
Fixed checkin of subversion where I had copied the .svn file when creating the new directory.
2008-11-24 04:52:37 +00:00
skarg
e3f91b3916
Added ReadPropertyMultiple client demo bacrpm.
2008-11-23 22:41:57 +00:00
skarg
7921d2f811
added ReadPropertyMultiple client demo application, bacrpm.
2008-11-23 22:25:08 +00:00
skarg
815d8f8dbb
Fixed handler.
2008-11-20 23:31:54 +00:00
skarg
6072b98f1f
Added UCovNotification handler to demo server application.
2008-11-20 16:27:40 +00:00
skarg
e6f683a43b
Added BUILD=debug to linux/mingw makefiles.
2008-11-20 16:26:39 +00:00
skarg
82bc6e4239
Cleaned up compiler warnings.
2008-11-19 16:39:19 +00:00
skarg
0e9a805f75
Moved the iam_send to demo/handler/s_iam.c to keep application code out of the core encode/decode library.
2008-11-14 14:41:28 +00:00
skarg
29df527ec1
Removed WhoIs handling from the WhoIs demo to keep from responding to WhoIs with my internal device instance since this was confusing.
2008-11-12 15:45:53 +00:00
skarg
c7a5c05ac7
Moved send I-Am to a send module and out of iam.c.
2008-11-12 15:38:43 +00:00
skarg
335c07c367
Added check for valid object instance in COV demo.
2008-11-04 20:23:31 +00:00
skarg
7f04145229
Cleaned up compiler warning on Win32.
2008-10-30 21:10:15 +00:00
skarg
23d2cd6592
Corrected compilation on linux - added conditional min macros.
2008-10-29 03:49:43 +00:00
skarg
2797764d65
Corrected the MS/TP capture to limit data to the input buffer. (again)
2008-10-28 18:14:00 +00:00