# # ChangeLog for /vtcross/trunk # # Generated by Trac 0.11.7 # 06/17/24 19:34:44 Tue, 13 Oct 2009 15:32:46 GMT trnewman [502] * vtcross/trunk/src/cross-examples/python/gnuradio-examples/generic_usrp.py (added) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/pick_bitrate.py (added) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/receive_path.py (added) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/transmit_path.py (added) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/usrp_options.py (added) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/usrp_receive_path.py (added) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/usrp_transmit_path.py (added) Adding gnuradio files. Sat, 03 Oct 2009 23:29:31 GMT bhilburn [499] * vtcross/trunk/src/cross-examples/python/gnuradio-examples/benchmark_dsa.py (modified) Some changes to benchmark_dsa.py that didn't get included in the last ... Sat, 03 Oct 2009 22:48:33 GMT bhilburn [498] * vtcross/trunk/src/cross-examples/python/gnuradio-examples/benchmark_dsa.py (modified) * vtcross/trunk/src/include/vtcross/libvtcross.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) Numerous changes. A VTCROSS shell can now be remote relative to the ... Fri, 02 Oct 2009 19:34:38 GMT bhilburn [497] * vtcross/trunk/src/include/vtcross/cbr.h (modified) All SQL problems hammered out and tested. Fri, 02 Oct 2009 19:32:00 GMT bhilburn [496] * vtcross/trunk/src/include/vtcross/cbr.h (modified) Fixing SQL comma splice. Fri, 02 Oct 2009 19:23:00 GMT bhilburn [495] * vtcross/trunk/src/include/vtcross/cbr.h (modified) Fixing the same SQL error in a later line. Fri, 02 Oct 2009 19:17:24 GMT bhilburn [494] * vtcross/trunk/src/include/vtcross/cbr.h (modified) Fixing an SQL command error. Mon, 28 Sep 2009 21:12:26 GMT bhilburn [493] * vtcross/trunk/src/cross-examples/python/gnuradio-examples/README (modified) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/benchmark_dsa.py (modified) Fixing whitespace issues in benchmark_dsa.py, updated contact info. Fri, 18 Sep 2009 14:25:13 GMT bhilburn [479] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) A few changes to the SML which might be necessary for the sql code to ... Wed, 09 Sep 2009 20:04:18 GMT bhilburn [478] * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) Fixing the math include to C++ standards. Wed, 09 Sep 2009 18:01:14 GMT bhilburn [477] * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) The OSSIE CBR is now properly using strings. Wed, 09 Sep 2009 18:01:14 GMT bhilburn [476] * vtcross/trunk/src/include/vtcross/cbr.h (modified) I have no idea how this was getting past the compiler. Wed, 09 Sep 2009 18:01:13 GMT bhilburn [475] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) The DSA CE is now properly using std::strings. Wed, 09 Sep 2009 18:01:13 GMT bhilburn [474] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) Missed a few char* casts last time - removing them now. Wed, 09 Sep 2009 18:01:12 GMT bhilburn [473] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) The CBR_CE is now properly using strings. Wed, 09 Sep 2009 18:01:12 GMT bhilburn [472] * vtcross/trunk/src/include/vtcross/cbr.h (modified) Cleaned up the CBR code and converted it from c-strings to std::string. ... Wed, 09 Sep 2009 18:01:11 GMT bhilburn [471] * vtcross/trunk/src/include/vtcross/cbr.h (modified) Larger-block reformats. About to start converting from c-strings to ... Mon, 07 Sep 2009 22:11:52 GMT bhilburn [470] * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/cbr.c (deleted) * vtcross/trunk/src/include/vtcross/cbr.h (modified) Converted the OSSIE CE over to the C++ CBR by creating a child class of ... Mon, 07 Sep 2009 21:28:20 GMT bhilburn [469] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (deleted) * vtcross/trunk/src/include/vtcross/cbr.h (modified) Moved over the necessary CBR functionality for DSA_CE using the new C++ ... Mon, 07 Sep 2009 21:04:29 GMT bhilburn [468] * 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 (deleted) * vtcross/trunk/src/include/vtcross/cbr.h (modified) Fully implemented the CBR as a C++ class, and using it within the CBR_CE ... Mon, 07 Sep 2009 16:47:30 GMT bhilburn [467] * vtcross/trunk/src/libvtcross/swig/cross.py (deleted) * vtcross/trunk/src/libvtcross/swig/libvtcross_wrap.cpp (deleted) I'm a moron - undoing the last commit. Mon, 07 Sep 2009 16:45:47 GMT bhilburn [466] * vtcross/trunk/src/libvtcross/swig/cross.py (added) * vtcross/trunk/src/libvtcross/swig/libvtcross_wrap.cpp (added) Adding SWIG files to the SCM. Mon, 07 Sep 2009 16:43:48 GMT bhilburn [465] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) * 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/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_Demo.cpp (modified) * vtcross/trunk/src/include/vtcross/Makefile.am (modified) * vtcross/trunk/src/include/vtcross/cognitive_engine.h (added) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/cross_shell.h (added) * vtcross/trunk/src/include/vtcross/policy_engine.h (added) * vtcross/trunk/src/include/vtcross/service_management_layer.h (added) * vtcross/trunk/src/policy_engines/PolicyEngine.cpp (modified) * vtcross/trunk/src/policy_engines/policy_demo.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) * vtcross/trunk/src/shell/shell_demo.cpp (modified) First step in revamping component architecture in preperation for fixing ... Fri, 04 Sep 2009 15:32:27 GMT trnewman [464] * vtcross/trunk/src/cross-examples/python/gnuradio-examples/benchmark_dsa.py (modified) Removing the set_freq function call from benchmark_dsa.py Fri, 04 Sep 2009 01:37:42 GMT trnewman [463] * vtcross/trunk/src/cross-examples/python/gnuradio-examples/benchmark_dsa.py (modified) Updating to work with latest gnuradio utilities. Thu, 03 Sep 2009 16:29:03 GMT bhilburn [461] * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Merge branch 'local-fixingSML' into local-trunk Thu, 03 Sep 2009 04:23:49 GMT trnewman [458] * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/cbr.c (modified) Bug fixes for ossie demo Wed, 02 Sep 2009 22:33:48 GMT cdietric [457] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/cbr.c (modified) * vtcross/trunk/src/shell/configs/ossie_demo.xml (modified) updates for CROSS-OSSIE demo Wed, 02 Sep 2009 15:29:24 GMT trnewman [453] * vtcross/trunk/configure.ac (modified) Fixed bug for older versions of automake where macro didnt propagate Wed, 02 Sep 2009 14:31:34 GMT bhilburn [452] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/src/shell/Makefile.am (modified) * vtcross/trunk/src/shell/configs/Makefile.am (modified) Making autofoo work properly with the shell/configs directory. Wed, 02 Sep 2009 03:16:34 GMT trnewman [451] * vtcross/trunk/src/shell/configs/Makefile.am (added) This is also needed for including configs into dist Wed, 02 Sep 2009 03:07:14 GMT trnewman [450] * vtcross/trunk/configure.ac (modified) Fixing configs bug Tue, 01 Sep 2009 20:52:42 GMT trnewman [449] * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/cbr.c (modified) * vtcross/trunk/src/shell/Makefile.am (modified) Added timestamp in OSSIE demo, probably should make this a common thing ... Tue, 01 Sep 2009 15:35:28 GMT bhilburn [448] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Commenting out the printDatabase function since it isn't complete, and ... Mon, 31 Aug 2009 21:53:53 GMT bhilburn [447] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Fixed the print database command to operate like the rest of the code in ... Mon, 31 Aug 2009 21:30:09 GMT bhilburn [446] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Cleaned up the code, but it still needs to be heavily refactored. Lots ... Fri, 28 Aug 2009 20:53:43 GMT bhilburn [445] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) 55% done with code cleanup. Discovered a variable scoping issue that is ... Fri, 28 Aug 2009 15:58:02 GMT bhilburn [444] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) 40% done reworking the SML source. Wed, 26 Aug 2009 22:49:00 GMT bhilburn [443] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Code cleanup in the sqlite DB creation functions. Wed, 26 Aug 2009 22:35:44 GMT bhilburn [442] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Fixed a memory leak (and redundant memory allocation), and moved the ... Wed, 26 Aug 2009 22:35:43 GMT bhilburn [441] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Mostly style fixes. Changing over some fprintf's to use the proper ... Wed, 26 Aug 2009 22:35:43 GMT bhilburn [440] * vtcross/trunk/src/include/vtcross/components.h (modified) Replacing tabs with spaces. Wed, 26 Aug 2009 21:19:39 GMT bhilburn [439] * vtcross/trunk/src/libvtcross/swig/Makefile.am (modified) * vtcross/trunk/src/libvtcross/swig/libvtcross.i (modified) * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Fixed local includes. In order for autofoo installs to work, the install ... Tue, 25 Aug 2009 19:00:10 GMT bhilburn [438] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Made 2221 substitions (tabs to spaces) on nearly 800 lines. Tue, 25 Aug 2009 18:40:40 GMT bhilburn [437] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Mostly style fixes (tabs -> spaces, wrong indentation, etc). Tue, 25 Aug 2009 18:40:39 GMT bhilburn [436] * vtcross/trunk/src/include/vtcross/debug.h (modified) I'm an idiot and forgot WARNING was already in error.h Tue, 25 Aug 2009 17:35:50 GMT bhilburn [435] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Now outputting socketFD in of registered components in logs, returning ... Tue, 25 Aug 2009 17:35:50 GMT bhilburn [434] * vtcross/trunk/src/include/vtcross/debug.h (modified) Creating a 'WARNING' macro that outputs to stderr so we don't output ... Tue, 25 Aug 2009 17:20:37 GMT bhilburn [433] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Reworked memory allocation in the constructors a bit more. Looking at, ... Tue, 25 Aug 2009 17:15:46 GMT bhilburn [432] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Fixed a memery allocation issue that might have segfaulted, and a memory ... Tue, 25 Aug 2009 17:15:45 GMT bhilburn [431] * vtcross/trunk/src/include/vtcross/components.h (modified) Fixing some data typing issues, and some style bugs. Mon, 24 Aug 2009 21:00:04 GMT bhilburn [430] * vtcross/trunk/AUTHORS (modified) * vtcross/trunk/README (modified) Adding authors and a line about installing to the readme. Mon, 24 Aug 2009 21:00:03 GMT bhilburn [429] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/reconf (modified) * vtcross/trunk/src/Makefile.am (modified) * vtcross/trunk/src/libvtcross/Makefile.am (modified) Reworked the build process for libvtcross so that it would build in the ... Mon, 17 Aug 2009 20:18:11 GMT trnewman [421] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) SML bug fixed Mon, 17 Aug 2009 19:34:45 GMT trnewman [420] * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Increased timeout. Just a HACK for the socket timeout problem. Fri, 07 Aug 2009 15:03:00 GMT wrodgers [419] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Updated c-string operations to c++ Wed, 05 Aug 2009 15:53:31 GMT trnewman [418] * vtcross/trunk/src/cognitive_engines/CBR_CE/CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (modified) Cleaning up warnings Wed, 05 Aug 2009 15:50:41 GMT trnewman [417] * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE (added) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/Makefile.am (added) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_CE.cpp (added) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/OSSIE_Demo.cpp (added) * vtcross/trunk/src/cognitive_engines/OSSIE_DEMO_CE/cbr.c (added) Adding OSSIE demo CE. Wed, 05 Aug 2009 15:08:41 GMT trnewman [416] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples (deleted) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) * vtcross/trunk/src/cross-examples (added) * vtcross/trunk/src/cross-examples/c++ (added) * vtcross/trunk/src/cross-examples/python (added) * vtcross/trunk/src/cross-examples/python/gnuradio-examples (added) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/README (copied) * vtcross/trunk/src/cross-examples/python/gnuradio-examples/benchmark_dsa.py (copied) * vtcross/trunk/src/cross-examples/python/libcross_demo.py (copied) * vtcross/trunk/src/shell/configs/ossie_demo.xml (added) Moving examples around to a more appropiate directory. Mon, 03 Aug 2009 15:24:30 GMT trnewman [414] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/README (modified) Small update. Mon, 03 Aug 2009 15:23:38 GMT trnewman [413] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/generic_usrp.py (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/pick_bitrate.py (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/receive_path.py (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/transmit_path.py (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/usrp_options.py (deleted) removing uneeded files. Mon, 03 Aug 2009 15:21:36 GMT trnewman [412] * vtcross/trunk/src/libvtcross/Makefile.am (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross_demo_sml.cpp (modified) * vtcross/trunk/src/libvtcross/swig/Makefile.am (modified) * vtcross/trunk/src/libvtcross/swig/__init__.py (modified) * vtcross/trunk/src/libvtcross/swig/libcross_demo.py (modified) * vtcross/trunk/src/libvtcross/swig/libvtcross.i (modified) Adding Apache license information. 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:29:51 GMT trnewman [394] * vtcross/trunk/src/libvtcross/swig/__init__.py (added) Forgot to add this little trick file to ensure the python package is ... Wed, 29 Jul 2009 20:24:20 GMT trnewman [393] * vtcross/trunk/src/shell/configs/dsa_gnuradio.xml (added) adding dsa xml configuration file 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 ... Tue, 28 Jul 2009 14:56:50 GMT trnewman [386] * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/libvtcross/swig/Makefile.am (modified) Improving swig installation. Mon, 27 Jul 2009 17:18:48 GMT trnewman [377] * vtcross/trunk/src/libvtcross/swig/Makefile.am (modified) Fixed some wierd include bugs 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 19:26:41 GMT trnewman [355] * vtcross/trunk/configure.ac (modified) Incremented version number 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 Sat, 18 Jul 2009 18:05:46 GMT trnewman [342] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/src/Makefile.am (modified) * vtcross/trunk/src/libvtcross/swig/Makefile.am (modified) Fixing swig make 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. Fri, 10 Jul 2009 19:45:56 GMT trnewman [317] * vtcross/trunk/src/lib/socketcomm/Makefile.am (modified) Fixed makefile to install socket communications library. Fri, 10 Jul 2009 17:45:38 GMT wrodgers [316] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Updated SML and Shell for new I/O model, minor bug fixes Thu, 09 Jul 2009 13:28:05 GMT wrodgers [313] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Minor changes to finalize LT/GT in IF statements Wed, 08 Jul 2009 16:08:06 GMT wrodgers [310] * vtcross/trunk/COPYING (deleted) * vtcross/trunk/INSTALL (deleted) Removed INSTALL and COPYING since they are both autogenerated by ... Wed, 08 Jul 2009 02:28:35 GMT wrodgers [309] * vtcross/trunk/COPYING (modified) * vtcross/trunk/INSTALL (modified) Updated Install/Copying to automake 1.10 Tue, 07 Jul 2009 20:35:40 GMT wrodgers [308] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) slight modification to SML Tue, 30 Jun 2009 05:02:42 GMT trnewman [302] * vtcross/trunk/examples/demo.xml (added) * vtcross/trunk/examples/example.ce.xml (modified) * vtcross/trunk/examples/example.xml (modified) * vtcross/trunk/src/libvtcross/swig/libcross_demo.py (modified) Python demo updates 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, 30 Jun 2009 03:55:01 GMT trnewman [300] * vtcross/trunk/configure.ac (modified) Added python and swig checks Tue, 30 Jun 2009 03:52:29 GMT trnewman [299] * vtcross/trunk/src/include/vtcross/containers.h (modified) * vtcross/trunk/src/libvtcross/Makefile.am (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/libvtcross/swig (added) * vtcross/trunk/src/libvtcross/swig/Makefile.am (added) * vtcross/trunk/src/libvtcross/swig/libcross_demo.py (added) * vtcross/trunk/src/libvtcross/swig/libvtcross.i (added) Added python swig interface Mon, 29 Jun 2009 15:26:57 GMT wrodgers [296] * vtcross/trunk/src/include/vtcross/containers.h (modified) Minor modifications to support new XML features Mon, 29 Jun 2009 15:24:24 GMT wrodgers [295] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Fixed minor errors/compressed XML read operation Tue, 23 Jun 2009 19:22:35 GMT wrodgers [294] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Added nested conditionals, service paramaters, more dynamic conditional ... Fri, 19 Jun 2009 18:03:08 GMT wrodgers [293] * vtcross/trunk/src/service_management_layer/ServiceManagementLayer.cpp (modified) Added non-observ/param inputs for missions