# # ChangeLog for /vtcross/trunk/src/cognitive_engines # # Generated by Trac 0.11.7 # 07/01/24 09:51:30 Mon, 03 Aug 2009 15:18:26 GMT trnewman [411] * vtcross/trunk/COPYING (added) * vtcross/trunk/Makefile.am (modified) * vtcross/trunk/Makefile.common (modified) * vtcross/trunk/configure.ac (modified) * vtcross/trunk/doc/Makefile.am (modified) * vtcross/trunk/reconf (modified) * vtcross/trunk/src/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.c (deleted) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_Demo.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/libcross_demo.py (modified) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) * vtcross/trunk/src/include/Makefile.am (modified) * vtcross/trunk/src/include/tinyxml/Makefile.am (modified) * vtcross/trunk/src/include/vtcross/Makefile.am (modified) * vtcross/trunk/src/include/vtcross/cbr.h (modified) * vtcross/trunk/src/include/vtcross/common.h (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/include/vtcross/debug.h (modified) * vtcross/trunk/src/include/vtcross/error.h (modified) * vtcross/trunk/src/include/vtcross/libvtcross.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/Makefile.am (modified) * vtcross/trunk/src/lib/socketcomm/Makefile.am (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/lib/tinyxml/Makefile.am (modified) * vtcross/trunk/src/policy_engines/Makefile.am (modified) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/policy_engines/policy_demo.cpp (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 (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) * vtcross/trunk/src/shell/Makefile.am (modified) * vtcross/trunk/src/shell/shell_demo.cpp (modified) Adding Apache license information. Mon, 03 Aug 2009 14:12:34 GMT trnewman [410] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/README (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Added short README about benchmark_dsa.py Using python dict instead of ... Mon, 03 Aug 2009 13:15:45 GMT trnewman [409] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Adding proper license and copyright info Fri, 31 Jul 2009 02:42:42 GMT trnewman [408] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Added exception so code defaults to random channel selection if cross ... Fri, 31 Jul 2009 02:26:07 GMT trnewman [407] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Adding command line options for sensing threshold. Fri, 31 Jul 2009 01:36:45 GMT trnewman [406] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Adding command line argument for using cross or random. Thu, 30 Jul 2009 15:04:21 GMT trnewman [395] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (moved) Renaming to reflect origins. Wed, 29 Jul 2009 20:23:27 GMT trnewman [392] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/dsa.py (modified) Thresholds changing Wed, 29 Jul 2009 20:10:39 GMT trnewman [391] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/dsa.py (modified) Fleshed out DSA reference implementation Wed, 29 Jul 2009 04:31:04 GMT trnewman [390] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/dsa.py (modified) Functional DSA CBR, although it picks a random row. Wed, 29 Jul 2009 03:23:14 GMT trnewman [389] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/dsa.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/generic_usrp.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/pick_bitrate.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/receive_path.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/transmit_path.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/usrp_options.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/libcross_demo.py (added) * 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/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Added DSA CBR reference implementation. Added simple python example ... Mon, 27 Jul 2009 15:50:24 GMT trnewman [376] * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (modified) fixed naming change Mon, 27 Jul 2009 15:49:38 GMT trnewman [375] * vtcross/trunk/examples (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_Demo.cpp (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (added) * vtcross/trunk/src/shell/configs (added) * vtcross/trunk/src/shell/configs/demo.xml (added) * vtcross/trunk/src/shell/configs/example.xml (added) Added DSA CE files, and moved XML configurations to the shell directory. Mon, 20 Jul 2009 02:08:32 GMT trnewman [348] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE (added) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) Adding new DSA CE directory Sat, 18 Jul 2009 19:24:46 GMT trnewman [347] * vtcross/trunk/src/cognitive_engines/CBR_CE (added) * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (moved) * vtcross/trunk/src/cognitive_engines/CBR_CE/Makefile.am (copied) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr.c (moved) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.c (moved) * vtcross/trunk/src/cognitive_engines/CBR_CE/cbr_demo.cpp (moved) * vtcross/trunk/src/cognitive_engines/Makefile.am (added) Created specific subdirectories for each cognitive engine. Sat, 18 Jul 2009 18:44:04 GMT trnewman [345] * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) Forgot to include a file Wed, 15 Jul 2009 21:09:31 GMT trnewman [324] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.cpp (modified) * vtcross/trunk/src/shell/shell_demo.cpp (modified) Bugs and removing debug stuff. Wed, 15 Jul 2009 20:05:12 GMT trnewman [323] * vtcross/trunk/Makefile.am (modified) * vtcross/trunk/Makefile.common (added) * vtcross/trunk/config (added) * vtcross/trunk/config/ac_pkg_swig.m4 (added) * vtcross/trunk/config/ac_python_devel.m4 (added) * vtcross/trunk/config/swig_enable_cxx.m4 (added) * vtcross/trunk/config/swig_python.m4 (added) * vtcross/trunk/reconf (modified) * vtcross/trunk/src/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) * vtcross/trunk/src/include/Makefile.am (modified) * vtcross/trunk/src/include/tinyxml/Makefile.am (modified) * vtcross/trunk/src/include/vtcross/Makefile.am (modified) * vtcross/trunk/src/lib/Makefile.am (modified) * vtcross/trunk/src/lib/socketcomm/Makefile.am (modified) * vtcross/trunk/src/lib/tinyxml/Makefile.am (modified) * vtcross/trunk/src/libvtcross/Makefile.am (modified) * vtcross/trunk/src/libvtcross/swig/Makefile.am (modified) * vtcross/trunk/src/policy_engines/Makefile.am (modified) * vtcross/trunk/src/service_management_layer/Makefile.am (modified) * vtcross/trunk/src/shell/Makefile.am (modified) Added proper macros and cleaned up lib linking issues. Tue, 30 Jun 2009 04:48:14 GMT trnewman [301] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/cbr.c (modified) * vtcross/trunk/src/libvtcross/swig/libcross_demo.py (modified) Demo fixups Tue, 16 Jun 2009 20:12:04 GMT wrodgers [285] * vtcross/trunk/COPYING (modified) * vtcross/trunk/INSTALL (modified) * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.cpp (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo_sml.cpp (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/service_management_layer/sml_demo.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) updating SML demo Tue, 16 Jun 2009 15:29:46 GMT wrodgers [278] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/include/vtcross/components.h (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 (modified) Updated functionality of methods to include ReceiveServices, other minor ... Fri, 29 May 2009 21:15:15 GMT wrodgers [268] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) Minor changes to support SML. Fri, 15 May 2009 15:47:36 GMT wrodgers [255] * vtcross/branches/wrodgers/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) Implemented service DB, transfer methods Tue, 07 Apr 2009 04:42:38 GMT bhilburn [231] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Style fixes for the most part. Perhaps one or two memory leaks. Added a ... Fri, 03 Apr 2009 17:05:41 GMT trnewman [230] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/cbr.c (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/libvtcross.h (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Added a loop in the demo to actually adapt. Added simple adaptation ... Thu, 02 Apr 2009 21:35:03 GMT trnewman [228] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/cbr.c (modified) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/libvtcross.h (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Added sending current parameters in the libvt request optimization ... Tue, 31 Mar 2009 15:17:58 GMT bhilburn [224] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) Fixed memory leak, variable scoping, style issues. Tue, 31 Mar 2009 01:46:13 GMT trnewman [223] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Removed some debug statements. Tue, 31 Mar 2009 01:38:53 GMT trnewman [222] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.cpp (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/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/libvtcross/Makefile.am (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (added) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Added libvtcross functionality. Made socketcomm a little more robust. ... Fri, 27 Mar 2009 00:37:35 GMT trnewman [218] * vtcross/trunk/src/cognitive_engines/CognitiveEngine.cpp (added) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.c (modified) * vtcross/trunk/src/cognitive_engines/cbr_demo.cpp (added) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Addec CE c++ report. 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 ... 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) .