Commit Graph

337 Commits

Author SHA1 Message Date
skarg dff089c57f Added encoding and decoding for ReinitializeDevice service. 2006-02-03 16:30:12 +00:00
skarg 463fee881e Added a character string compare function to be able to unit test. 2006-02-03 15:39:46 +00:00
skarg adb2ef1b5a Added encoding function for context tagged character strings. 2006-02-03 15:38:08 +00:00
skarg 85fcb0380d Added additional hints for VC++ project building. 2006-02-03 15:37:08 +00:00
skarg ba3f445966 created file. 2006-01-25 21:58:45 +00:00
skarg 4b60356d58 Created master makefile for Borland compiler to make the demos. 2006-01-25 21:16:57 +00:00
skarg 2b1b16e96d Changed name of makefile for Borland to makefile.b32 2006-01-25 20:40:22 +00:00
skarg 4a89f25a9b Changed writefile demo Borland makefile name to makefile.b32 2006-01-25 20:39:06 +00:00
skarg 6e181e040c changed makefile for demo readprop for Borland to makefile.b32 2006-01-25 20:36:56 +00:00
skarg f993e66821 changed makefile for Borland to makefile.b32 2006-01-25 20:33:20 +00:00
skarg 27ecdb320e added a clean target for the linux demo makefile. 2006-01-25 20:26:21 +00:00
skarg f64aa656f9 Changed makefile to make the 5 demo applications under Linux. 2006-01-25 20:21:24 +00:00
skarg 5eac898bfb fixed gcc compiler warnings during unit tests. 2006-01-25 19:48:13 +00:00
skarg da26e06512 created makefile for linux for the demo server. 2006-01-25 12:15:37 +00:00
skarg 2eb5d05ce8 Created an automatic way to determine the services supported for the device object by using the handlers list. 2006-01-25 12:14:33 +00:00
skarg 807a7a925f fixed compiler warning under linux 2006-01-25 12:10:48 +00:00
skarg 3ad06a7034 Renamed makefile for Borland C++ to makefile.b32. Use make -f makefile.b32 to compile with Borland. 2006-01-24 21:02:59 +00:00
skarg e661abd100 testing with 480 byte APDUs 2006-01-24 16:45:01 +00:00
skarg 10ce2cf7ce Corrected WriteProperty demo and added simple ack handler. Tested successfully. 2006-01-24 16:44:14 +00:00
skarg 3b3cd30012 created makefile for WriteProperty demo on Linux. 2006-01-24 16:17:55 +00:00
skarg 943fe87ad2 Fixed compiler warning on Linux. 2006-01-24 16:17:18 +00:00
skarg 9cc25117b6 Added makefile for Linux for readprop demo 2006-01-24 16:04:13 +00:00
skarg 05e0432d81 fixed compiler warning on Linux. 2006-01-24 16:03:40 +00:00
skarg dfbcb202ce added unit test makefile for filename module. 2006-01-24 15:59:58 +00:00
skarg c45d7472dd updated makefile for writefile demo for linux. 2006-01-24 15:54:36 +00:00
skarg 6bd363ead2 Fixed makefile for linux to run from the readfile demo directory. 2006-01-24 15:50:20 +00:00
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