Commit Graph

57 Commits

Author SHA1 Message Date
skarg bf45ede358 Updated makefile for latest config.h defines. 2007-08-23 00:35:49 +00:00
skarg 6dc7399605 Since config.h is updated, the demo makefiles needed to be updated with the latest DEFINES. Also changed some of the demo projects built with CodeBlocks. 2007-08-21 23:00:56 +00:00
skarg fe7b8c0459 Added version.c to demos. 2007-08-14 16:00:16 +00:00
skarg 1b9a00e238 Added version files. 2007-08-13 16:42:43 +00:00
skarg ec3d065755 Updated bacint into Linux makefiles. 2007-07-26 00:43:42 +00:00
skarg 7e2d6ee881 Added bacint.c to all the project make files that needed it. We really need to make the code into a library and use the library in the demos since adding a file to all the make files and IDE projects is tedious at best. 2007-07-26 00:24:25 +00:00
skarg d527b1a509 updated the code-blocks project for the BACnet server demo. 2007-07-24 23:22:23 +00:00
skarg f25766c185 Cleaned up device object and server demo for MS/TP properties and compiler warnings. 2007-07-20 00:42:49 +00:00
skarg 5b07b5b920 Integrated ReadPropertyMultiple with the demo/server application. Compiles, but untested. 2007-07-19 00:21:38 +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 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 4c63cac87f Created codeblocks project for demo/server. Builds under GCC Compiler mingw. 2007-06-15 22:40:37 +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
skarg 273d65175b Refactored Makefiles for Linux. Added other datalink layer source files. 2007-06-11 22:50:35 +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 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 0f53e4c9e9 Updated the pic18f6720 demo in the ports directory. Added EPICS for the pic18f6720. 2007-04-02 21:31:26 +00:00
skarg 15af87a4fd Created handler for AtomicWriteFile service. Added it to the demo/server example. 2007-02-25 23:23:53 +00:00
skarg dd5d19eb9f Finished the Load Control object integration with the Analog Output object. Added a timer hook for the Load Control object into the server demo application. 2007-02-13 19:37:57 +00:00
skarg 294e257007 Corrected makefiles for demos since I removed the datalink.c file in favor of datalink.h only. 2007-02-01 22:31:35 +00:00
skarg c27c5002d5 integrated the load control object into the demos. 2007-01-26 12:47:46 +00:00
skarg d1cf788641 Added datetime module to demo applications. 2007-01-22 20:31:54 +00:00
skarg fcf942b5f8 Changed some demo main files to main.c and made them use datalink generic API calls. 2006-11-02 21:50:43 +00:00
skarg 4442ba82c2 Updated the VTS3 EPICS for the demo/server example. 2006-10-23 14:36:46 +00:00
skarg d4599d0961 Updated the EPICS for the server demo. 2006-09-27 12:02:36 +00:00
skarg 3d0abf778a indented 2006-08-29 10:48:04 +00:00
skarg 0eca2b07ad Made the BACnet/IP build the default. 2006-08-13 16:55:18 +00:00
skarg 3560e3d06f updated the linux data link layers for changed apdu that passes npdu. 2006-08-13 11:19:42 +00:00
skarg c36d28aa09 2006-08-10 21:11:04 +00:00
skarg 4d19c82f59 Created a demo Multi-state Output object, and added it to the demo applications. 2006-08-05 19:36:55 +00:00
skarg 73df2e1abb Added a utils directory, and changed the Win32 makefiles for Borland C++ to copy the resulting executable into the utils directory. 2006-08-03 18:02:28 +00:00
skarg f58b94efec Added a demo for Binary Value object and Analog Value object. 2006-08-02 11:17:42 +00:00
skarg a17336780b Created EPICS for server demo to be used with VTS. 2006-05-05 19:52:20 +00:00
skarg 0ab54268fa Created demo Life Safety Point object. Integrated it with the demos. 2006-03-23 19:47:38 +00:00
skarg 7e18086c73 Added Binary Output objects to the demos. 2006-03-23 15:43:15 +00:00
skarg e6a37a34a8 Added a Binary Input object to the demo objects and updated the demo applications and device object to support the new object. 2006-03-22 03:51:36 +00:00
skarg f4b1e7fb81 added files to linux build of server demo to support timesync handling. 2006-02-21 22:07:37 +00:00
skarg e1beecb6f2 Added timesync handling to server demo for win32. 2006-02-21 22:05:19 +00:00
skarg 676ecf77a2 refactored the Who-Is and I-Am handling, and cleaned up some comments. 2006-02-20 16:17:46 +00:00
skarg b686fa7ca7 changed c++ comments to c comments using comment.sh script. 2006-02-19 01:33:30 +00:00
skarg d6a891f0d1 running the indent on the files. 2006-02-18 23:11:25 +00:00