Commit Graph

825 Commits

Author SHA1 Message Date
skarg fa12f4bcdf Added BVLC Read-Broadcast-Distribution-Table demo (doesn't print table yet). 2012-10-24 22:09:43 +00:00
skarg 03a0a23ba6 Corrected normal/fault transitions in Analog_Input_Alarm_Ack(). Thanks, yoo_ms@hotmail.com. 2012-10-15 21:28:29 +00:00
skarg 4664326d8c using existing stack function to copy address. Fixes warning on PIC compile. 2012-10-04 03:06:49 +00:00
skarg e6b70dd866 removed duplicate comment. 2012-10-01 16:03:32 +00:00
vasyl-tkhir 251857e3f6 Added target router to makefiles 2012-09-28 09:16:59 +00:00
skarg c5e477c73a fixed SilenceTimer to match new API 2012-09-28 02:18:04 +00:00
skarg fbed15b2da fixed svn props 2012-09-27 22:04:34 +00:00
skarg d09657474c fixed whois demo to be compatible with address_cache ability which parses the text of the whois output. 2012-09-27 19:25:24 +00:00
vasyl-tkhir 2f73bcae44 BACnet router added. 2012-09-27 14:36:11 +00:00
skarg ad8378ef62 fixed writable properties by using the required writable properties from BACnet 135-2010 standard. 2012-09-26 01:18:28 +00:00
skarg fc8ff83296 fixed unknown APDU size print value 2012-09-26 00:44:53 +00:00
skarg d5fd900780 cleaned up compiler warnings 2012-09-23 12:48:41 +00:00
cneilson 4faeff6e86 removed compiler warning 2012-09-21 01:22:09 +00:00
cneilson f5c9073853 fix incorrect use of NULL 2012-09-17 16:04:18 +00:00
cneilson 77ad8cf6f4 fix compile errors 2012-09-12 08:39:36 +00:00
skarg 6386dc8cd8 minor code cleanup to Who-Is demo. 2012-09-06 12:21:11 +00:00
skarg 8af981da83 added device instance min and max to the command line options for WhoHas demo. 2012-09-06 12:17:25 +00:00
skarg 1068ba4293 allow WhoIsRouter demo application to target a broadcast network number 2012-08-30 01:43:21 +00:00
skarg d3c63ad4c4 Made EPICS more realistic by using more actual values for header, and using comments when not using actual data or when using non-standard properties. 2012-08-27 19:31:10 +00:00
netp b44645ad12 correction for single argument 2012-08-25 20:26:42 +00:00
skarg 690f82cbc8 Added --help as optional command line argument. 2012-08-22 19:48:58 +00:00
skarg f93b08e1bb Fixed compiler warnings. 2012-08-22 19:48:21 +00:00
skarg 41becc0a9a CPPCheck found fixes. 2012-08-16 18:56:17 +00:00
skarg d6b9d29e22 Removed extra else since error was initialized by default. 2012-08-16 18:55:09 +00:00
netp 02d3be42cd added cast for compiler warning 2012-08-10 09:55:53 +00:00
netp b620b33e1b Updated Demo Who-Is to work with remote networks and report duplicate device-identifiers 2012-08-08 01:46:18 +00:00
netp 8c3a60c935 added cast 2012-08-08 01:24:52 +00:00
netp 6bac1f18bc added type casts 2012-08-07 03:40:06 +00:00
skarg 2f21b3e352 refactored send-read-property to allow the request using a BACnet-Address. 2012-08-02 20:25:43 +00:00
skarg b506c0e135 added option to AtomicWriteFile demo to pad the last packet with a repeated byte. 2012-07-25 19:52:49 +00:00
skarg 6013b2dc19 Fixed MS/TP capture utility to scan files created by other capture utilities (i.e. Johnson Controls) that don't have the fixed 65535 SNAP length in the global header. 2012-07-23 16:56:19 +00:00
skarg 8988790bff Fixed duplicate case statement when compiled for MS/TP. 2012-07-12 20:04:20 +00:00
skarg 9f1719756d Added Binary Input Write Property handler to the device handler function table. Thanks for asking, Vogel! 2012-07-12 16:41:52 +00:00
skarg 3e3298496a Added ability to send Local Broadcast UnconfirmedPrivateTransfer using 'dnet=n' argument in place of device-instance argument. 2012-07-11 19:13:09 +00:00
skarg 5244c2368a Added ability to send Broadcast UnconfirmedPrivateTransfer using 'broadcast' argument. 2012-07-11 16:21:09 +00:00
skarg b6b852ef08 Removed wildcard match for Device Instance since it is only done for ReadProperty and ReadPropertyMultiple services, and the match is done by substitution in those service handlers. 2012-07-09 21:52:19 +00:00
skarg 7578b4ef06 Added check in each example object WriteProperty handler to pass test:
9.22.2.1 Writing Non-Array Properties with an Array Index
Thank you Kamalathas!
2012-07-09 19:49:27 +00:00
skarg d43146c7e3 fixed bug: Writing of property NotifyType in AnalogValue - ID: 3541355 2012-07-08 15:27:15 +00:00
skarg 149fcd829c Shortened datalink timeout from 100ms to 1ms so that COV handler task, which has by default 255 subscriptions and 5 states (almost 2 minutes to process all subscriptions at 100ms per task cycle), would get through the states quickly. Doesn't appear to negatively impact any performance (as tested on Win32 XP and Linux). 2012-05-23 13:28:25 +00:00
skarg 39bfb0c92a Added some debug print to demo COV handler. 2012-05-23 13:28:02 +00:00
skarg 5111b9fb4e Modified code to clean up some compiler warnings. 2012-05-18 23:34:45 +00:00
skarg 180f09cb08 Removed the optional properties from example Analog Output in order to test ReadPropertyMultiple using OPTIONAL property. 2012-05-18 23:12:11 +00:00
skarg 2dd97c23cd Added Analog Output and Binary Output objects to simulated device example. 2012-05-18 23:11:00 +00:00
skarg f47c1df1b4 converted any C++ comments to C comments using script. 2012-05-13 15:08:17 +00:00
skarg 48e2c60ce2 indented to standard from script 2012-05-13 15:07:12 +00:00
skarg 430f0869ca Enhanced EPICS demo to have '-o' option which will retrieve Optional and Required properties for objects that don't support RPM ALL, instead of just Required properties. 2012-05-03 02:59:24 +00:00
petermcs 8d50bacbde Changed output of current packet to stderr when using the --scan option so that the scan result can be piped to a file. Makes checking batches of captures easier. 2012-04-30 08:03:13 +00:00
skarg 7a24c03c8a updated some code::blocks projects 2012-04-16 14:59:45 +00:00
skarg a7a67a76fd Added more object properties to the property list module - it now more than EPICS demo used from existing demo objects. 2012-04-16 14:52:27 +00:00
skarg 6018f2ce04 Added required property. 2012-04-16 14:48:25 +00:00