Commit Graph

1228 Commits

Author SHA1 Message Date
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
skarg 63f3f77552 Modified the PIC port MS/TP RS-485 handling to use an interrupt safe FIFO library (untested). 2008-11-28 13:37:42 +00:00
skarg 858adac724 Added FIFO library code. 2008-11-27 13:06:29 +00:00
skarg cba4fdd1d2 Added avrdude support in ATmega Makefile. 2008-11-27 04:36:02 +00:00
skarg b3c64b75bc Corrected compiler warning. 2008-11-26 14:02:41 +00:00
skarg cee436eb45 Cleaned up PIC18F6720 project to enable mostly clean compile and build with latest MPLab (8.x) and MCC18 compiler (3.x). 2008-11-26 13:57:38 +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 ae26f6f294 Fixed enumeration inconsistencies. Thanks, Ross! 2008-11-19 16:39:51 +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 9a2be11f27 Cleaned up BACnet Double. 2008-11-12 15:40:58 +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 2284a70bc2 Updated with bit macros. 2008-11-04 22:30:10 +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 38dc91e540 Added WhoIs to bit string returned for Services Supported. 2008-10-30 21:09:39 +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
minack fb72214f83 Changes: Added missing copyright notices to new files. 2008-10-24 04:42:29 +00:00
skarg 6073793013 updated hardware BOM for ATmega168 port. 2008-10-22 20:05:08 +00:00
skarg 35236bea22 Adjusted Device Object type decoding to use uint16_t rather than int. Corrected unit tests. 2008-10-22 02:19:03 +00:00
skarg 63ca977553 Testing with MS/TP. 2008-10-21 22:44:39 +00:00
skarg f6fdc54403 Added note about copying mingw32-make.exe to make.exe. 2008-10-16 03:30:11 +00:00
minack 60ac0d0f8a Added:
-context specific decoders for all of the primitive times to go with the context specific encoders
-unconfirmed/confirmed EventNotificationRequest structure/encoder/decoder
-BACnetTimestamp structure/encoder/decoder
-BACnetPropertyStates structure/encoder/decoder
-BACnetDeviceObjectPropertyReference structure/encoder/decoder

Changes:
-decode_context_object_id::object_type changed to uint16_t
-explicit casts have been added to some functions to remove compiler warnings
-encode_bacnet_date::year behaviour has been changed slightly
2008-10-14 04:02:34 +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 313e5cb0d6 Updated demo to include environment settings. 2008-09-30 15:30:22 +00:00
skarg 67a7cdbc12 Added port for ATmega8 - but not quite small enough yet. Compiled for ATmega168 (but at 8734 bytes of flash). 2008-09-27 22:19:23 +00:00
skarg 437de29ce7 Added splintrc and lint checking. 2008-09-26 15:21:13 +00:00
skarg 9a61f79a72 Added NULL pointer checking to ring buffer library. 2008-09-16 12:59:06 +00:00
skarg 5df087c88c Simplified the WhoIsRouterToNetwork and InitializeRouter demo. 2008-09-14 16:12:59 +00:00
skarg 3a0f109d66 Added h_npdu to demo lib and example projects. 2008-09-07 04:23:44 +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