Commit Graph

1389 Commits

Author SHA1 Message Date
skarg a28760bf56 Added init functions to object header files. Finished refactoring the demo read and write property handlers to use function tables. 2009-08-23 03:26:30 +00:00
skarg 3dc3da5735 Changing handlers to register objects so that handlers can remain unchanged. In Progress! 2009-08-22 19:27:18 +00:00
skarg f3bc8a5baf Cleaned up compiler errors generated on Linux. 2009-08-21 20:22:19 +00:00
skarg 1c5a011d52 Changed filename to name expected in Makefile. 2009-08-21 19:28:55 +00:00
skarg f6fd5da66b Changed case sensitive filename. 2009-08-21 19:25:12 +00:00
skarg 4b422d6c1c Changed modulo and division operations on 256 to bit shift using include/bytes.h macro to improve code size on architectures that don't do division natively. 2009-08-20 14:38:25 +00:00
skarg e513ffa412 Added info about Watchdog Timer. 2009-08-19 20:45:09 +00:00
skarg 2417a843d2 updated comment in init. 2009-08-19 20:29:23 +00:00
kingdl802 fae41b3524 Use shifts and masking to place the length in the MSTP header. Add comments for the length and for the CRC16 to make the byte order clear. 2009-08-19 14:17:23 +00:00
skarg 17b532c339 Created PICS for BACnet Development Kit sample code. 2009-08-15 02:39:02 +00:00
skarg 4b09a4ed3a Updated after some consistency checking. 2009-08-15 02:35:24 +00:00
skarg b35bc4967f Modified for optional fuse settings. 2009-08-15 01:56:02 +00:00
skarg 15bf1fd483 removed bootrst fuse setting. 2009-08-14 23:31:00 +00:00
skarg 6d910d5212 updated. 2009-08-14 16:53:00 +00:00
skarg d7861f058e updated text for readme. 2009-08-14 15:15:32 +00:00
skarg 62e58fce27 Updated fuses for BDK. 2009-08-12 17:43:12 +00:00
skarg b8efa8deb5 Updated BACnet Development Kit fuses to use Crystal Oscillator for Fuse Bits. 2009-08-12 15:46:58 +00:00
skarg 49d6b46ac6 Updated for latest files and removed some paths in project file. 2009-08-12 14:14:37 +00:00
skarg e3bcce50ce Added expected max values to mstpcap statistics information. 2009-08-12 01:26:18 +00:00
minack a854000370 Clean up comments for bac_str init functions. 2009-08-10 23:02:31 +00:00
minack a944510441 Fixed up bug with encode_application_double function.
Added new bacapp_decode_application_data_safe function and other *_safe functions that aim to prevent buffer overruns if encoded application message is malformed.
Note: bacstr unit tests currently have one failure.
2009-08-10 00:06:56 +00:00
minack d088e19ed2 Added bitstring_same function to compare two bit strings. 2009-08-09 23:37:46 +00:00
skarg 1a2241a0eb Added ifndef to config.h latest changes to allow makefile configurations. 2009-08-07 14:11:39 +00:00
minack d5b455c742 Move the string type max length definition into the config header so that the user can set them independently of MAX_APDU.
Also, added new define MAX_OCTET_STRING_BYTES.
2009-08-06 07:11:31 +00:00
skarg a907edbfca Created PICS for demo server. 2009-08-04 17:46:40 +00:00
skarg 976514ba8f Added PICS for ATmega168 port device. 2009-08-04 16:23:51 +00:00
skarg 8e3780e791 updated the version number. 2009-07-29 19:44:07 +00:00
skarg db61a1122f Ran indent script. 2009-07-29 18:06:33 +00:00
skarg 551f2767e0 Ran fixup script. 2009-07-29 18:05:07 +00:00
skarg 6adf97553f Updated code to handle Borland 5.5 Compile. 2009-07-29 17:53:32 +00:00
skarg a503aca204 Added another method to monitor Tusage_delay. Changed output order. 2009-07-28 17:24:46 +00:00
skarg f27f95c435 Added ctrl-c trap so that the statistics will print at the end. 2009-07-28 16:35:39 +00:00
skarg 502a25ba91 Improved the MS/TP statistics gathering and display. 2009-07-28 15:17:48 +00:00
minack c782578f9f Added some macros to manipulate values contained within an object id value.
Removed MAX_BACNET_OBJECT_ID, as it had already been defined in bacdef.h.
2009-07-27 23:24:12 +00:00
skarg 53fb6ee291 Added MS/TP statistics. Work in progress. 2009-07-27 22:37:04 +00:00
skarg adf0f282e7 Added delay and flush to correctly flush RS485 buffer. 2009-07-27 18:48:06 +00:00
skarg f30a21a032 Converted mstpcap to use timer rather than sleep for timing. 2009-07-27 17:50:09 +00:00
skarg f85519c9e1 Corrected unit test for src/event.c. 2009-07-24 20:49:05 +00:00
skarg f8bd6c71d6 Updated release process. 2009-07-24 20:09:48 +00:00
skarg c542f33992 Updated release process from SourceForge.net 2009-07-24 20:04:12 +00:00
skarg ece1f05de9 Corrected EOL line style and line endings on files. 2009-07-24 16:19:48 +00:00
skarg 0e5a1cee0a Corrected comments. 2009-07-24 16:18:48 +00:00
skarg 1d612f573d Updated release script after latest sourceforge changes. 2009-07-24 16:17:36 +00:00
skarg 5e62b7627a Corrected splint warning. 2009-07-24 16:16:54 +00:00
skarg e91062cd53 The demo UTC time synchronization function 'Send_TimeSyncUTC was missing the NPDU encoding. Thank you, lopelope! 2009-07-21 14:07:38 +00:00
skarg 82a03d948b Corrected present_value priority array offset for binary output examples. 2009-07-20 22:15:08 +00:00
skarg 295977c606 Updated version number - preparation for release. 2009-07-19 17:05:46 +00:00
skarg 3e84cce6d1 Fixing makefile for ports. 2009-07-18 11:55:46 +00:00
skarg dcd6cbed52 Updated Removed the unused state of MSTP_RECEIVE_STATE_HEADER_CRC. Hopefully this doesn't break too many implementations! 2009-07-17 16:02:31 +00:00
skarg d9fea88227 Removed the unused state of MSTP_RECEIVE_STATE_HEADER_CRC. Hopefully this doesn't break too many implementations! 2009-07-17 15:41:37 +00:00