Commit Graph

311 Commits

Author SHA1 Message Date
skarg bdd818061b moved demo make files for linux into demo directory. 2006-01-24 15:31:36 +00:00
skarg d779f10bcd moved makefiles for demos into demo directory 2006-01-24 15:30:39 +00:00
skarg bfe6b59ebc Successfully compiling and running the write property demo. Need to test. 2006-01-24 15:16:04 +00:00
skarg 15cdb72e55 Changed the BACnet priority defines to include the definition of NO Priority for this particular stack. Added min and max priority, and checking during write property. 2006-01-24 15:15:17 +00:00
skarg a27446c4d1 added header file to fix compiler warning 2006-01-24 15:13:30 +00:00
skarg a824bda15b Added new character string function to copy character strings. 2006-01-24 15:12:13 +00:00
skarg 32b617b672 Added function to encode the application tag value from a string. Added unit tests. 2006-01-23 13:07:11 +00:00
skarg 22db53dd00 Made the TSM portion optional via a #define (set in the makefile) so that simple server could be compiled without it. 2006-01-23 13:06:01 +00:00
skarg 427eb31e8d Added demo for BACnet simple server in the demo/server directory.
Added demo for BACnet ReadProperty service.
Added demo for BACnet WriteProperty service.
2006-01-23 13:04:29 +00:00
skarg c30464177e Changed the readfile and writefile targets (executables) name to bacarf and bacawf. 2006-01-18 20:20:39 +00:00
skarg 553da515dd Changed the target names to bacarf and bacawf. 2006-01-18 19:35:55 +00:00
skarg 65c2f0cce2 Added makefile for linux port of writefile demo example. 2006-01-17 16:30:27 +00:00
skarg 4b6f3a45a2 updated win32 borland port demo file for new directory layout. 2006-01-17 15:59:30 +00:00
skarg 57d818db1b Corrected the clean target for the borland makefile which wasn't deleting all the object files. 2006-01-17 15:45:37 +00:00
skarg 6768cc719d Added new command line demo for AtomicWriteFile service called writefile. Tested with borland compiler on win32. 2006-01-17 15:44:39 +00:00
skarg 23d2d7546b Added a copy method for octet strings. 2006-01-17 15:42:46 +00:00
skarg 20ca5bcdbd Removed handlers.c after moving the contents of it into the demo/handler directory under separate files. 2006-01-16 19:02:08 +00:00
skarg 04bdad045c Changed amount of readfile request during testing with APDU=480. 2006-01-16 16:40:28 +00:00
skarg cabdeab081 Fixed up most warnings after bacdcode changes to unsigned and signed decoding.
Fixed up the Visual C++ demo in ports/win32/bacnet/
2006-01-16 15:00:22 +00:00
skarg 2adca3320d Modified the demo/readfile to work under linux. 2006-01-15 00:10:29 +00:00
skarg 0ea1bf30bf refactored handlers.c into a bunch of little individual files in the demo/handler/ directory. Handlers begin with h_, and Send files begin with s_. The Send files are prototyped in client.h. 2006-01-14 23:48:03 +00:00
skarg 3be3fdaeef Fixed the BACnet signed integer encoding and decoding, and refactored the unsigned encoding and decoding. Added additional unit tests. 2006-01-14 23:43:37 +00:00
skarg 6abbae5fb0 moved the handlers file to the demo/handler directory. 2006-01-13 21:55:25 +00:00
skarg 857a7ab736 Adding an AtomicReadFille command line demo, and splitting the handlers out of handlers.c. 2006-01-13 21:53:46 +00:00
skarg 4556df7083 updated after moving BACnet object modules. 2006-01-10 21:23:55 +00:00
skarg fb7376c019 updated after move of bacnet object files. 2006-01-10 21:00:31 +00:00
skarg d7ed1480fe Moved the demo objects into demo/object directory, and updated the makefiles and unit tests to handle the move. 2006-01-10 20:36:30 +00:00
skarg 3c1cc848a6 Changed cvs info for release document. 2006-01-07 01:20:43 +00:00
skarg 4fa917931e Added check for datalink layer define. 2006-01-06 13:21:18 +00:00
skarg a7aeb6d7a2 Added cast to get rid of compile warning. 2006-01-06 13:20:32 +00:00
skarg 2a9cea02be commented out the read properties actions so that by default it only acts like a simple server. 2006-01-06 13:19:33 +00:00
skarg 2dd16e5be2 corrected unit tests for character set encodings. 2006-01-05 19:54:52 +00:00
skarg 137f36a977 Modified the character strings encoding to intialize character strings with NULLs at the end. Changed device object demo to use ANSI X34 only. Fixed bug in WriteProperty for Device Object Name. 2006-01-05 18:40:11 +00:00
skarg 105528e7b1 Corrected analog output and analog input bit strings for status flags
which were not getting initialized.  Refactored the bit strings and
moved functionality from bacdcode into bacstr.
2006-01-05 01:29:32 +00:00
skarg d82c2c382d Corrected CharacterString encoding, and added unit test for character string in
BACapp.c.
2006-01-04 20:33:49 +00:00
skarg 00b86b9219 Added more Visual C++ hints. 2006-01-04 19:50:00 +00:00
skarg 3fca3c464e updated comments 2006-01-04 17:14:13 +00:00
skarg 95938b7a51 Added some building hints for Visual C++. 2006-01-03 15:17:38 +00:00
skarg b8b3d24b32 Updated the Visual C++ project. 2006-01-03 13:52:28 +00:00
skarg 96091fd6f4 configured for free Borland command line tools as the default. 2006-01-01 21:33:01 +00:00
skarg 0de4bcd4d8 Updated for Win32 build using Borland compiler. 2006-01-01 20:41:32 +00:00
skarg bc13a45bfd Created static buffer library. 2005-12-23 17:42:32 +00:00
skarg bdecdea485 updated to reflect actual usage. 2005-12-23 17:40:50 +00:00
skarg 1cc71f8d14 changed the modules to use the new BACNet string types.
Modified the device object to handle having the string properties changed via WriteProperty service.
Updated the unit tests.
Updated the demo objects.
2005-12-23 17:39:36 +00:00
skarg 89859a867c added error, abort, and reject optional handlers. 2005-12-19 12:47:19 +00:00
bigjohngoulah 56b7e93010 patch for the fixme comments in bacprop 2005-12-18 00:44:23 +00:00
bigjohngoulah de586de7a6 now using simple ack handler for the write 2005-12-18 00:37:16 +00:00
skarg 1f34710f24 Changed the APDU handler to handle freeing the transactions even when there is a custom handler being used. 2005-12-17 22:37:16 +00:00
skarg 9a9d072e14 added bacstr to linux demo makefile. 2005-12-17 22:23:06 +00:00
skarg 1181201f4e Added BACnet Octet String API. 2005-12-17 22:14:01 +00:00