# # ChangeLog for /vtcross/trunk # # Generated by Trac 0.11.7 # 06/26/24 15:48:45 Thu, 26 Mar 2009 17:28:54 GMT bhilburn [214] * vtcross/trunk/src/shell/shell_demo.cpp (modified) Removed a file header that got copied over from PolicyEngine. Thu, 26 Mar 2009 17:23:40 GMT bhilburn [213] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Making field names more descriptive and easier to read. Also, added a ... Thu, 26 Mar 2009 17:17:33 GMT bhilburn [212] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Manually adding GetRemoteComponentType to the shell since it doesn't ... Thu, 26 Mar 2009 17:05:40 GMT bhilburn [211] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/shell_demo.cpp (modified) Removing unnecessary includes and adding one to components.h that ... Thu, 26 Mar 2009 17:01:23 GMT bhilburn [210] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Transitioning to C++ dynamic memory calls rather than C calls. Thu, 26 Mar 2009 16:53:27 GMT bhilburn [209] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Simply whitespace fixes. Thu, 26 Mar 2009 16:21:13 GMT bhilburn [208] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) %s/\t/\ \ \ \ /g Thu, 26 Mar 2009 14:40:14 GMT jgaeddert [207] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (added) * vtcross/trunk/src/shell/Makefile.am (modified) * vtcross/trunk/src/shell/cr_shell.cpp (deleted) * vtcross/trunk/src/shell/shell_demo.cpp (added) Added CognitiveRadioShell class and Shell demo. Tue, 24 Mar 2009 22:28:31 GMT bhilburn [206] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Wrote out basic structure for the WaitForSignal for the SML. Note that ... Tue, 24 Mar 2009 22:28:30 GMT bhilburn [205] * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Split up the register/deregister and service messages, as discussed. Tue, 24 Mar 2009 22:03:08 GMT bhilburn [204] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Fleshed out the basic functions of the SML class. The meat is still ... Tue, 24 Mar 2009 22:03:08 GMT bhilburn [203] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Making ConnectToRemoteComponent an engine function since the SML doesn't ... Tue, 24 Mar 2009 22:03:07 GMT bhilburn [202] * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Wrote the policy engine's reset function and properly initialized the ... Tue, 24 Mar 2009 22:03:06 GMT bhilburn [201] * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Properly closing sockets when the PolicyEngine shuts down. Tue, 24 Mar 2009 21:33:27 GMT bhilburn [200] * vtcross/trunk/.gitignore (modified) * vtcross/trunk/src/service_management_layer/Makefile.am (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/service_management_layer/sml_demo.cpp (added) Initial work to get SML class compiling with a working skeleton. Still ... Tue, 24 Mar 2009 21:33:27 GMT bhilburn [199] * vtcross/trunk/src/include/vtcross/Makefile.am (modified) Apparently trying to add a library to the header inline compilation ... Tue, 24 Mar 2009 17:24:31 GMT bhilburn [198] * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Adding a note about a possible speed enhancement. I think it is ... Tue, 24 Mar 2009 01:53:48 GMT bhilburn [197] * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Stupid typos. Tue, 24 Mar 2009 01:48:45 GMT bhilburn [196] * vtcross/trunk/src/include/vtcross/libvtcross.h (modified) Removing redundant functions in libvtcross Tue, 24 Mar 2009 01:38:08 GMT bhilburn [195] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/shell/cr_shell.cpp (modified) CE_Info didn't make sense anymore since it was really describing the ... Tue, 24 Mar 2009 01:29:50 GMT bhilburn [194] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Finished implementing basic structure of WaitForSignal, added new ... Mon, 23 Mar 2009 14:52:02 GMT bhilburn [193] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Minor change to make things more consistent. Mon, 23 Mar 2009 14:52:01 GMT bhilburn [192] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Removed older declerations for the GetRemoteComponentType function. Mon, 23 Mar 2009 14:52:00 GMT bhilburn [191] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Renamed the private socketFD to commandSocketFD to make it easier to ... Mon, 23 Mar 2009 14:52:00 GMT bhilburn [190] * vtcross/trunk/src/include/vtcross/Makefile.am (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Implemented the GetRemoteComponentType function is the components header ... Mon, 23 Mar 2009 14:51:59 GMT bhilburn [189] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) This had been bothering me. Mon, 23 Mar 2009 14:51:58 GMT bhilburn [188] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Finished migration to functions using private socketFD field rather than ... Mon, 23 Mar 2009 14:51:57 GMT bhilburn [187] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/policy_engines/policy_demo.cpp (modified) Abandoning the RemoteComponent struct; migrating to a simple socketFD ... Mon, 23 Mar 2009 03:35:05 GMT bhilburn [186] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/policy_engines/policy_demo.cpp (modified) Made the remotecomponent struct public since information hiding doesn't ... Sun, 22 Mar 2009 19:00:49 GMT bhilburn [185] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) PolicyEngine code now compiling with new RemoteComponent struct changes. ... Sun, 22 Mar 2009 19:00:48 GMT bhilburn [184] * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Added a new CreateClientSocket function, using the new RemoteComponent ... Sun, 22 Mar 2009 19:00:47 GMT bhilburn [183] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) Implemented a remote component information struct in containers that can ... Sun, 22 Mar 2009 04:38:35 GMT bhilburn [182] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) Need to get the components using standard TCP/IP structs to store ... Sun, 22 Mar 2009 04:38:35 GMT bhilburn [181] * vtcross/trunk/src/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.c (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/shell/cr_shell.cpp (modified) Implemented a more standard way of registering/deregistering components ... Sun, 22 Mar 2009 04:38:33 GMT bhilburn [180] * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Making message char* types const. Sun, 22 Mar 2009 04:38:32 GMT bhilburn [179] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/shell/cr_shell.cpp (modified) Moved a shell-specific function back into the shell source file. Sat, 21 Mar 2009 21:47:26 GMT bhilburn [178] * vtcross/trunk/src/shell/cr_shell.cpp (modified) More cleanup in the shell file. Starting to burn out on refactoring. ... Sat, 21 Mar 2009 21:47:26 GMT bhilburn [177] * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Cleaned up the new additions to the socketcomm library. Sat, 21 Mar 2009 21:47:25 GMT bhilburn [176] * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Moved three functions from the shell's implementation to the socket ... Sat, 21 Mar 2009 21:06:47 GMT bhilburn [175] * vtcross/trunk/src/shell/cr_shell.cpp (modified) Got the shell over to using the proper SendMessage. Sat, 21 Mar 2009 21:06:46 GMT bhilburn [174] * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Moving the SendMessage function over to a const char*, which (I think) ... Sat, 21 Mar 2009 21:06:46 GMT bhilburn [173] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) The cstring experiment failed. Heading back to std::strings. Sat, 21 Mar 2009 21:06:45 GMT bhilburn [172] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) Updating implementation file to reflect usage of cstrings. Sat, 21 Mar 2009 21:06:44 GMT bhilburn [171] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) Migrating back to using cstrings, which is definitely the better choice ... Sat, 21 Mar 2009 21:06:43 GMT bhilburn [170] * vtcross/trunk/src/include/vtcross/cbr.h (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/include/vtcross/libvtcross.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) Added at _ton_ of TODOs where documentation needs to be written. Fri, 20 Mar 2009 17:59:53 GMT bhilburn [169] * vtcross/trunk/src/shell/cr_shell.cpp (modified) First pass at refactoring the parse_ce_config function. Still tons of ... Fri, 20 Mar 2009 04:04:05 GMT bhilburn [168] * vtcross/trunk/src/shell/Makefile.am (modified) * vtcross/trunk/src/shell/cr_shell.cpp (modified) Making everything play nicely. Note that the shell is a huge mess right ... Fri, 20 Mar 2009 03:57:14 GMT bhilburn [167] * vtcross/trunk/src/shell/cr_shell.cpp (modified) Fixing side-affect of a regex to use strong bit-typing. Fri, 20 Mar 2009 03:55:15 GMT bhilburn [166] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/shell/cr_shell.cpp (modified) Starting converting the shell code to our new design and good code ... Fri, 20 Mar 2009 03:55:14 GMT bhilburn [165] * vtcross/trunk/src/include/vtcross/containers.h (modified) None is going to use experimtal g++ libs; being realistic and removing ... Thu, 19 Mar 2009 17:37:36 GMT bhilburn [164] * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Added some TODOs to the following files: Thu, 19 Mar 2009 14:17:26 GMT bhilburn [163] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (added) * vtcross/trunk/src/service_management_layer/dir_place_holder.temp (deleted) Deleting old empty file, adding implementation file for the SML. Fri, 13 Mar 2009 21:10:01 GMT bhilburn [162] * vtcross/trunk/CR_engines (deleted) * vtcross/trunk/CR_policy (deleted) * vtcross/trunk/CR_shell (deleted) Deleting old directories from trunk that git-svn didn't handle. Fri, 13 Mar 2009 21:08:39 GMT bhilburn [161] * vtcross/trunk/.gitignore (added) * vtcross/trunk/AUTHORS (added) * vtcross/trunk/COPYING (added) * vtcross/trunk/CR_engines/CBR/Makefile (deleted) * vtcross/trunk/CR_engines/CBR/src/cbr.c (deleted) * vtcross/trunk/CR_engines/CBR/src/cbr.h (deleted) * vtcross/trunk/CR_engines/CBR/src/sqlite3.c (deleted) * vtcross/trunk/CR_engines/CBR/src/sqlite3.h (deleted) * vtcross/trunk/CR_engines/CBR/src/sqlite3ext.h (deleted) * vtcross/trunk/CR_policy/Makefile (deleted) * vtcross/trunk/CR_policy/src/main_policy_engine.c (deleted) * vtcross/trunk/CR_policy/src/sqlite3.c (deleted) * vtcross/trunk/CR_policy/src/sqlite3.h (deleted) * vtcross/trunk/CR_policy/src/sqlite3ext.h (deleted) * vtcross/trunk/CR_shell/Makefile (deleted) * vtcross/trunk/ChangeLog (added) * vtcross/trunk/INSTALL (added) * vtcross/trunk/Makefile.am (added) * vtcross/trunk/NEWS (added) * vtcross/trunk/README (modified) * vtcross/trunk/configure.ac (added) * vtcross/trunk/doc (added) * vtcross/trunk/doc/Makefile.am (added) * vtcross/trunk/doc/doc_placeholder.temp (added) * vtcross/trunk/examples (added) * vtcross/trunk/examples/example.ce.xml (moved) * vtcross/trunk/examples/example.xml (moved) * vtcross/trunk/reconf (added) * vtcross/trunk/src (added) * vtcross/trunk/src/Makefile.am (added) * vtcross/trunk/src/cognitive_engines (added) * vtcross/trunk/src/cognitive_engines/Makefile.am (added) * vtcross/trunk/src/cognitive_engines/cbr.c (moved) * vtcross/trunk/src/cognitive_engines/cbr_demo.c (moved) * vtcross/trunk/src/include (added) * vtcross/trunk/src/include/Makefile.am (added) * vtcross/trunk/src/include/tinyxml (added) * vtcross/trunk/src/include/tinyxml/Makefile.am (added) * vtcross/trunk/src/include/tinyxml/tinystr.h (moved) * vtcross/trunk/src/include/tinyxml/tinyxml.h (moved) * vtcross/trunk/src/include/vtcross (added) * vtcross/trunk/src/include/vtcross/Makefile.am (added) * vtcross/trunk/src/include/vtcross/cbr.h (moved) * vtcross/trunk/src/include/vtcross/common.h (added) * vtcross/trunk/src/include/vtcross/components.h (added) * vtcross/trunk/src/include/vtcross/containers.h (added) * vtcross/trunk/src/include/vtcross/debug.h (added) * vtcross/trunk/src/include/vtcross/error.h (added) * vtcross/trunk/src/include/vtcross/libvtcross.h (added) * vtcross/trunk/src/include/vtcross/socketcomm.h (added) * vtcross/trunk/src/lib (added) * vtcross/trunk/src/lib/Makefile.am (added) * vtcross/trunk/src/lib/socketcomm (added) * vtcross/trunk/src/lib/socketcomm/Makefile.am (added) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (added) * vtcross/trunk/src/lib/tinyxml (added) * vtcross/trunk/src/lib/tinyxml/Makefile.am (added) * vtcross/trunk/src/lib/tinyxml/tinystr.cpp (moved) * vtcross/trunk/src/lib/tinyxml/tinyxml.cpp (moved) * vtcross/trunk/src/lib/tinyxml/tinyxmlerror.cpp (moved) * vtcross/trunk/src/lib/tinyxml/tinyxmlparser.cpp (moved) * vtcross/trunk/src/libvtcross (added) * vtcross/trunk/src/libvtcross/Makefile.am (added) * vtcross/trunk/src/libvtcross/libvtcross.cpp (added) * vtcross/trunk/src/policy_engines (added) * vtcross/trunk/src/policy_engines/Makefile.am (added) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (added) * vtcross/trunk/src/policy_engines/policy_demo.cpp (added) * vtcross/trunk/src/service_management_layer (added) * vtcross/trunk/src/service_management_layer/Makefile.am (added) * vtcross/trunk/src/service_management_layer/dir_place_holder.temp (added) * vtcross/trunk/src/shell (added) * vtcross/trunk/src/shell/Makefile.am (added) * vtcross/trunk/src/shell/cr_shell.cpp (moved) . Mon, 16 Feb 2009 22:03:33 GMT [99] * vtcross/trunk/CR_engines/CBR/src/main_cognitive_engine.c (modified) Modded code to fit new protocols Mon, 16 Feb 2009 21:56:54 GMT [98] * vtcross/trunk/CR_policy/Makefile (added) * vtcross/trunk/CR_policy/src (added) * vtcross/trunk/CR_policy/src/cbr.c (added) * vtcross/trunk/CR_policy/src/cbr.h (added) * vtcross/trunk/CR_policy/src/main_policy_engine.c (added) * vtcross/trunk/CR_policy/src/sqlite3.c (added) * vtcross/trunk/CR_policy/src/sqlite3.h (added) * vtcross/trunk/CR_policy/src/sqlite3ext.h (added) Added policy engine code Mon, 16 Feb 2009 21:54:59 GMT [97] * vtcross/trunk/CR_shell/src/main_client.c (deleted) * vtcross/trunk/CR_shell/src/main_cognitive_radio.cpp (modified) cleaning up code Thu, 12 Feb 2009 15:13:34 GMT trnewman [96] * vtcross/trunk/CR_shell/src/main_cognitive_engine.cpp (deleted) * vtcross/trunk/CR_shell/src/main_cognitive_radio.cpp (modified) * vtcross/trunk/CR_shell/src/socket (deleted) Removed uneeded files. Mon, 09 Feb 2009 21:51:58 GMT trnewman [95] * vtcross/trunk/CR_engines/CBR/src/main_cognitive_engine.c (modified) * vtcross/trunk/CR_shell/Makefile (modified) * vtcross/trunk/CR_shell/src/main_cognitive_radio.cpp (modified) Cleaned up the code and put in the hooks for optimization request ... Mon, 09 Feb 2009 20:35:18 GMT trnewman [94] * vtcross/trunk/CR_policy (added) Added holder for policy engine Mon, 09 Feb 2009 20:00:23 GMT trnewman [93] * vtcross/trunk/Makefile (deleted) * vtcross/trunk/another.xml (deleted) Removing unessecary files Mon, 09 Feb 2009 19:59:11 GMT trnewman [92] * vtcross/trunk/CR_engines (copied) * vtcross/trunk/CR_shell (copied) * vtcross/trunk/src (deleted) * vtcross/trunk/xml (deleted) Updating trunk Mon, 17 Nov 2008 21:02:26 GMT ahe [36] * vtcross/trunk/src/cbr.c (modified) * vtcross/trunk/src/main_cbr.c (modified) integrate ezxml Mon, 17 Nov 2008 19:57:35 GMT ahe [33] * vtcross/trunk/Makefile (modified) * vtcross/trunk/src/cognitive_engine.c (added) * vtcross/trunk/src/cognitive_engine.h (added) * vtcross/trunk/src/main_cognitive_engine.c (added) cactus: adding cognitive engine base functions Mon, 17 Nov 2008 03:26:23 GMT ahe [32] * vtcross/trunk/xml/example.ce.xml (modified) modified xml file Mon, 17 Nov 2008 03:08:28 GMT ahe [31] * vtcross/trunk/src/main_cbr.c (modified) parse example.ce.xml and pass xml file name as parameter to main Fri, 14 Nov 2008 21:39:54 GMT jgaeddert [30] * vtcross/trunk/another.xml (modified) * vtcross/trunk/xml/example.ce.xml (modified) xml: minor changes to comments, etc. Fri, 14 Nov 2008 15:32:35 GMT jgaeddert [29] * vtcross/trunk/Makefile (modified) adding ezxml target Thu, 13 Nov 2008 20:40:16 GMT ahe [28] * vtcross/trunk/another.xml (added) * vtcross/trunk/src/cbr.c (modified) * vtcross/trunk/src/cbr.h (modified) * vtcross/trunk/src/ezxml.c (added) * vtcross/trunk/src/ezxml.h (added) * vtcross/trunk/src/main_cbr.c (modified) * vtcross/trunk/src/main_test.c (added) incorporate ezxml with cbr Tue, 28 Oct 2008 15:28:14 GMT jgaeddert [27] * vtcross/trunk/Makefile (modified) * vtcross/trunk/src/main_cognitive_radio.c (moved) improving Makefile Fri, 24 Oct 2008 19:52:19 GMT jgaeddert [26] * vtcross/trunk/Makefile (modified) * vtcross/trunk/src/cbr.c (modified) * vtcross/trunk/src/main_test.c (modified) adding cbr to cognitive_engine_test Fri, 24 Oct 2008 19:20:20 GMT jgaeddert [25] * vtcross/trunk/src/cbr.c (modified) * vtcross/trunk/src/main_cbr.c (modified) modifying cbr search to return 0 when no solution is found Wed, 22 Oct 2008 18:16:51 GMT ahe [24] * vtcross/trunk/src/cbr.c (modified) clean the code Wed, 22 Oct 2008 18:09:19 GMT ahe [23] * vtcross/trunk/src/cbr.c (modified) get returned values from cbr search Wed, 22 Oct 2008 18:00:21 GMT ahe [22] * vtcross/trunk/src/cbr.c (modified) get returned values from cbr search Wed, 22 Oct 2008 17:11:34 GMT ahe [21] * vtcross/trunk/src/cbr.c (modified) use callback return search results Fri, 17 Oct 2008 21:06:55 GMT ahe [20] * vtcross/trunk/src/cbr.c (modified) * vtcross/trunk/src/main_cbr.c (modified) adding search statement Thu, 16 Oct 2008 23:30:58 GMT ahe [19] * vtcross/trunk/src/cbr.c (modified) update cbr_search in cbr.c Thu, 16 Oct 2008 22:58:04 GMT ahe [18] * vtcross/trunk/src/cbr.c (modified) * vtcross/trunk/src/main_cbr.c (modified) update cbr_create, cbr_free, cbr_print, cbr_add_row in cbr.c Mon, 13 Oct 2008 19:52:30 GMT jgaeddert [17] * vtcross/trunk/src/cbr.c (modified) using strcpy instead of iteration Fri, 10 Oct 2008 15:46:33 GMT ahe [16] * vtcross/trunk/Makefile (modified) * vtcross/trunk/src/cbr.c (added) * vtcross/trunk/src/cbr.h (added) * vtcross/trunk/src/main_cbr.c (added) * vtcross/trunk/src/sqlite3.c (added) * vtcross/trunk/src/sqlite3.h (added) * vtcross/trunk/src/sqlite3ext.h (added) adding sqlite3 source (sorry such a huge file), cbr test Wed, 08 Oct 2008 15:06:37 GMT jgaeddert [15] * vtcross/trunk/src/main_utility.c (modified) * vtcross/trunk/src/utility.c (modified) * vtcross/trunk/src/utility.h (modified) reformatting goals, etc.; still needs work Wed, 08 Oct 2008 14:51:37 GMT jgaeddert [14] * vtcross/trunk/Makefile (modified) * vtcross/trunk/src/main_utility.c (added) * vtcross/trunk/src/utility.c (added) * vtcross/trunk/src/utility.h (added) adding utility functions, basic concept; not yet functional Wed, 08 Oct 2008 14:12:56 GMT jgaeddert [13] * vtcross/trunk/xml (added) * vtcross/trunk/xml/example.ce.xml (added) adding example.ce.xml file Tue, 07 Oct 2008 19:27:26 GMT jgaeddert [12] * vtcross/trunk/Makefile (added) * vtcross/trunk/README (added) * vtcross/trunk/src (added) * vtcross/trunk/src/cognitive_radio_test.c (added) * vtcross/trunk/src/cognitive_radio_test.h (added) * vtcross/trunk/src/main_test.c (added) initial import of cactus files Tue, 07 Oct 2008 19:17:14 GMT jgaeddert [9] * vtcross/trunk (added) creating directory structure for CE research