Commit Graph

213 Commits

Author SHA1 Message Date
skarg b952a54966 Adding ReadPropertyMultiple handler (thank you to John Stachler for this contribution!). Untested and not finished integrating with the demos. 2007-07-17 00:21:31 +00:00
skarg 39ef0b2af8 Fixing the linux port to use the common MS/TP state machine files. 2007-07-14 01:03:29 +00:00
skarg ed6c26e924 Modified the makefile for demo/server to work with BACnet MS/TP with a USB RS-485 from SerialGear. Still in testing, but it compiles, runs, and receives frames. Might be an issue with timing. 2007-07-14 00:41:35 +00:00
skarg 3869b55fea Updating Win32 MSTP datalink layer. Testing. 2007-07-03 00:44:48 +00:00
skarg c1be9b7adf Compiled MS/TP for server demo using sockets. Doesn't seem to keep up with token passing. Still investigating. 2007-07-02 16:47:16 +00:00
skarg 27f84b2a85 Changed default build for server demo to BACnet/IP. 2007-07-01 01:26:11 +00:00
skarg 63300e86bd MSTP on Linux appears to be function for the server demo, but dlmstp needs to be rewritten to use posix queues or sockets, and multiple threads for the state machines. 2007-07-01 01:23:12 +00:00
skarg 758b32de29 Modified the server to work with MSTP datalink. Still in progress. 2007-06-30 23:36:54 +00:00
skarg b3f0ef2d74 Added casts to remove warnings on IAR compiler. 2007-06-20 21:21:26 +00:00
skarg e142d20f3a Updated the version number. 2007-06-18 17:02:51 +00:00
skarg a18d338f00 Set the EOL-style to native for most files using svn propset command. Some files also had inconsistent line endings. Seems that subversion doesn't set the eol-style automatically when files are created unless it is configured for autoprops. The autoprops setting is local to the subversion installation and not the project. 2007-06-18 16:22:24 +00:00
skarg 8833675ad8 Changed Firmware_Revision property to return 0.3.1 which is the version of the BACnet Stack at SourceForge. 2007-06-15 22:54:05 +00:00
skarg d098dfcd4c 2007-06-15 22:48:46 +00:00
skarg 4c63cac87f Created codeblocks project for demo/server. Builds under GCC Compiler mingw. 2007-06-15 22:40:37 +00:00
skarg a634eadd60 Added a Visual C++ project to the WhoIs demo by editing the DSP file by hand. Untested. 2007-06-15 21:35:48 +00:00
skarg 9069c939da Fixing indent oops which removed the contents of all these files. 2007-06-14 05:33:15 +00:00
skarg ea4863ca25 Indented. 2007-06-14 05:14:26 +00:00
s3rock 4b00c2b9f8 Added PRINT_ENABLED statements 2007-06-13 18:28:00 +00:00
skarg 047fd0e9a4 Refactored the Linux makefiles for defines. Added arcnet and ethernet
datalink files to the makefile.
2007-06-12 22:32:08 +00:00
skarg 273d65175b Refactored Makefiles for Linux. Added other datalink layer source files. 2007-06-11 22:50:35 +00:00
skarg 13aaa9e847 Added debug prints to the AtomicReadFile handler. 2007-06-06 16:38:39 +00:00
skarg cddb5b7dd3 Corrected signed value decoding for signed16 and signed8. 2007-06-06 15:54:24 +00:00
skarg 8d557718d2 2007-06-06 00:17:59 +00:00
skarg 8207c3931b Corrected the size of the file chunk requested when the Max APDU is 50. 2007-06-06 00:13:58 +00:00
skarg 54010e7cbb modified the server default build defines for win32. 2007-06-01 18:32:42 +00:00
skarg 5084d3f50d Consolidated the debug print information for the linux server demo. 2007-06-01 17:48:34 +00:00
skarg 57af6b6551 fixed the default interface for Linux to be eth0. 2007-05-30 21:48:12 +00:00
skarg f936794362 Added BIG_ENDIAN define to all the unit tests so they would compile. 2007-05-28 15:37:10 +00:00
skarg 8026dc003b Combined the interface set into the datalink_init for all the datalink layers. Changed all the demo programs to use datalink_init instead of specific datalink functions. 2007-05-25 01:08:42 +00:00
skarg 076ee5f3ca Changed priority parameter to unsigned since we don't need to use negative values and were not checking for negative to be invalid. 2007-05-22 13:44:07 +00:00
skarg 78cec1d8c4 Added ability to specify the BACnet/IP interface on multi-homed machines from the command line demo for demo/epics on a Win32 platform. 2007-05-22 00:19:05 +00:00
skarg fc97f448bf Changed demo constant float instead of cast. 2007-04-17 13:29:21 +00:00
skarg 23807e0c83 Enhancing the EPICS demo. 2007-04-03 11:04:25 +00:00
skarg becfdc947d Adding more functionality to Lighting Output object. 2007-04-02 21:49:21 +00:00
skarg 0f53e4c9e9 Updated the pic18f6720 demo in the ports directory. Added EPICS for the pic18f6720. 2007-04-02 21:31:26 +00:00
skarg 42146f3da7 Removed file/folder 2007-03-30 20:23:35 +00:00
skarg 8b13d401a3 cleaned up warning for unused variables during Win32 compile. 2007-03-28 13:06:48 +00:00
skarg b602ba5739 Added demo for extracting EPICS from device. Only extracts device object properties at this time. 2007-03-27 17:39:27 +00:00
skarg 7205b32f99 Changed PIC18F6720 demo to include BI, BV, and AI objects. 2007-03-27 14:06:58 +00:00
skarg befc997533 Reverted change of sprintf %u to %lu since gcc defines uint32_t as unsigned int rather than long unsigned int like the pic. I will just add a note to the readme or demo projects for the PIC. 2007-03-27 13:44:48 +00:00
skarg b68f1a0f8e Changed sprintf from %u or %d to %lu to fix problem in PIC ports. 2007-03-27 11:20:39 +00:00
skarg 6f04232d32 Updated for running the PIC demo. 2007-03-23 17:07:13 +00:00
skarg 71cdafef52 added unit test for Lighting Output object. 2007-03-10 20:03:40 +00:00
skarg 5d15c86541 Cleaned up warnings and comments. 2007-03-10 20:03:14 +00:00
skarg 912f17996c Creating a demo of the proposed Lighting Output object. 2007-03-10 13:54:46 +00:00
skarg a2dc62a68c Changed where Shed_Levels was initialized. Added comments. 2007-03-05 16:13:19 +00:00
skarg b41c124dcc Corrected Analog Output setting of value which had priority off-by-one error. 2007-02-27 22:17:34 +00:00
skarg f3f963e66d Added unit testing for load control object state machine. 2007-02-27 22:16:52 +00:00
skarg 9afdc3fffa Adding unit tests to Load Control object to verify state machine. 2007-02-26 22:02:19 +00:00
skarg 2661171f42 Tuning the start time and the other change states check in the state machine. 2007-02-26 20:36:29 +00:00