Commit Graph

45 Commits

Author SHA1 Message Date
skarg 2d2bb55c3c removed unused modules. 2006-02-16 21:57:27 +00:00
skarg 44587d5b81 Cleaned up gcc build on linux for whohas and i-have changes. 2006-02-16 21:53:23 +00:00
skarg 5fcf45a781 Created I-Have service encoding/decoding/unit test.
Added handlers for I-Have and Who-Has.
Added send for I-Have and Who-Has.
Created demo for WhoHas.
Added I-Have handling in server demo.
2006-02-16 21:35:06 +00:00
skarg a550441f4e Fixed unit tests under Linux after DCC changes. 2006-02-13 22:14:03 +00:00
skarg f8dd54e58d Cleaned up makefiles for Win32 from DCC changes. 2006-02-13 12:56:20 +00:00
skarg 566749508c Added DeviceCommunicationControl in the demos and into the stack. 2006-02-10 22:44:34 +00:00
skarg 6d8d5b83ca Added demo handler for DeviceCommunicationControl service. Added demo send functions for DeviceCommunicationControl and ReinitializeDevice client services. 2006-02-10 22:43:35 +00:00
skarg 6d0f6adb90 Fixed Device Address Binding by allowing a zero length APDU to be passed back from the objects, and used -1 as signal for error encoding. 2006-02-09 17:50:48 +00:00
skarg 09dc4d1f04 Added Device Address Binding property to Device Object, a required property. 2006-02-09 17:31:27 +00:00
skarg f68780ea5e Added Code::Blocks project for read property demo.
Added value decoding and display for read property demo.
Removed the I-Am at the beginning of read property demo.
2006-02-09 17:29:47 +00:00
skarg caaf9befef Added demo handler for ReinitializeDevice service, and included it in the demo/server. Tested using Synergy Lighting panel client on the serial console. 2006-02-06 16:54:21 +00:00
skarg 2027720ae0 Added ReinitializeDevice to Linux makefile and tested compilation under linux. 2006-02-05 03:16:18 +00:00
skarg b39216690e Added a demo for RenitializeDevice service. 2006-02-03 21:55:14 +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 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 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 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 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 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 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 857a7ab736 Adding an AtomicReadFille command line demo, and splitting the handlers out of handlers.c. 2006-01-13 21:53:46 +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