Commit Graph

64 Commits

Author SHA1 Message Date
skarg e1beecb6f2 Added timesync handling to server demo for win32. 2006-02-21 22:05:19 +00:00
skarg 4e5f4a68e4 Created demo for TimeSync service and tested it on Win32. 2006-02-21 21:54:37 +00:00
skarg fbb3b45038 reverted the who-has back from the who-is copy-paste of the directory which included the CVS directory which checked in the who-is demo as the who-has demo. Aaarghh! 2006-02-20 21:59:40 +00:00
skarg bde803b7f3 added missing module to makefile for whois demo. 2006-02-20 20:47:56 +00:00
skarg 8c60b07635 Added whois demo. 2006-02-20 20:35:45 +00:00
skarg 90fa88844e Added missing module to win32 build of reinit. 2006-02-20 20:19:24 +00:00
skarg 43252c56ce Added missing header file. 2006-02-20 18:00:04 +00:00
skarg de94249c84 added I-Am handler to makefile. 2006-02-20 17:56:52 +00:00
skarg 616982fba3 updated dcc to compile after refactoring the I-Am request. 2006-02-20 17:54:08 +00:00
skarg 4d078ffc6e Created DeviceCommunicationControl demo. 2006-02-20 16:27:15 +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 16c2545f45 Added demo for WhoIs service. 2006-02-20 16:16:09 +00:00
skarg 8a688032a1 indented using indent tool. 2006-02-19 13:04:38 +00:00
skarg adf75a8a03 fixed unit test so it would compile. 2006-02-19 02:02:23 +00:00
skarg b686fa7ca7 changed c++ comments to c comments using comment.sh script. 2006-02-19 01:33:30 +00:00
skarg dee63d45bc Changed all the C++ comments to C comments using comment.sh script. 2006-02-19 01:32:09 +00:00
skarg d6a891f0d1 running the indent on the files. 2006-02-18 23:11:25 +00:00
skarg 021418d11d Adjusted the max input value for instance number, and moved the checks for valid ranges into the numeric portion instead of the string portion for WhoHas demo. 2006-02-17 17:46:40 +00:00
skarg ecb73d6bc0 Changed the apdu size reduction amount for various apdu sizes. 2006-02-17 17:45:09 +00:00
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