Commit Graph

1379 Commits

Author SHA1 Message Date
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
skarg a32af783cb Moved the MS/TP defines into mstpdef.h file. 2009-07-17 15:15:46 +00:00
brayra 91a3c7c11f Output of bacrp command has return+line-feed dos style output. Added return+line-feed to echo statements to keep output consistent if piped to a file. It will now create a valid DOS file. 2009-07-16 19:09:52 +00:00
brayra fb1b2a9c90 Added ability to scan muiltiple Device IDs passed on the command line
Added -O parameter to supress optional property scan
2009-07-16 19:04:07 +00:00
skarg 6a811d32e1 Updated readme for address_cache info. 2009-07-15 19:24:10 +00:00
brayra 16f7508fac Reorder items of whois addresses to be compatible with address_cache file format
Also put comment (;) tag at the beginning of header lines on the report
2009-07-15 19:01:17 +00:00
skarg 2a7197f93d Corrected present_value set call parameter order. Thank you, Peter! 2009-07-15 18:44:55 +00:00
brayra e80a855302 Linux BASH script to read device properties 2009-07-15 16:05:26 +00:00