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 |
|
skarg
|
4dd074630b
|
Corrected the MS/TP capture to limit data to the input buffer.
|
2008-10-27 19:53:11 +00:00 |
|
skarg
|
63ca977553
|
Testing with MS/TP.
|
2008-10-21 22:44:39 +00:00 |
|
skarg
|
1dad528da8
|
Added optional active/inactive text properties to Binary Output object.
|
2008-10-13 19:00:25 +00:00 |
|
skarg
|
075edab107
|
Made the error reporting consistent with ReadProperty demo.
|
2008-10-04 22:34:46 +00:00 |
|
skarg
|
5df087c88c
|
Simplified the WhoIsRouterToNetwork and InitializeRouter demo.
|
2008-09-14 16:12:59 +00:00 |
|
skarg
|
4b2839c3c2
|
Moved npdu_handler to demo/handler/h_npdu.c file.
|
2008-09-07 04:14:50 +00:00 |
|
skarg
|
224d74f417
|
Moved npdu_handler from npdu.c to demo/handler/h_npdu.c file, since this will change for routers and gateways.
|
2008-09-07 04:13:58 +00:00 |
|
skarg
|
7c0116b54a
|
Improved Initialize Router to Network demo to print results.
|
2008-09-06 14:24:25 +00:00 |
|
skarg
|
e27d2abff2
|
Updated the who-is-router-to-network demo.
|
2008-09-06 13:56:25 +00:00 |
|
skarg
|
61759224a6
|
Changed Init Router message to have DER = true.
|
2008-08-29 16:47:30 +00:00 |
|
skarg
|
4d4b7a1904
|
Updated to compile with current code base.
|
2008-08-28 17:35:49 +00:00 |
|
skarg
|
0ffbb64c13
|
Indented with standard indent rules.
|
2008-08-23 12:38:26 +00:00 |
|
skarg
|
2b38e1ec77
|
Adding Init Routing Table message client.
|
2008-08-23 11:40:14 +00:00 |
|