root/vtcross/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @367 [367] 15 years sriram Working dsa code for node 1
(edit) @365 [365] 15 years sriram This does not work..keeping a backup
(edit) @364 [364] 15 years sriram This does not work...keeping a backup
(edit) @363 [363] 15 years sriram Adding a print statement
(edit) @362 [362] 15 years sriram correcting syntax errors
(edit) @361 [361] 15 years sriram Correcting errors
(edit) @359 [359] 15 years sriram More changes for getting the sync and data going one after the other
(edit) @358 [358] 15 years sriram Adding more changes to incorporate communication signal and spectrum sense
(edit) @357 [357] 15 years sriram some changes to receive path
(edit) @356 [356] 15 years sriram Adding code for the communication channel..very much base line...need to …
(edit) @354 [354] 15 years sriram Printing individual power values...checking stats
(edit) @351 [351] 15 years sriram Increasing the fft size to 512 to get better estimate
(edit) @350 [350] 15 years sriram Removing syntax error
(edit) @349 [349] 15 years sriram Simply prints power in the mentioned band
(edit) @340 [340] 15 years sriram Added the spec sense..Its is dirty Tim
(edit) @339 [339] 15 years sriram Changes
(edit) @330 [330] 15 years sriram Hardcoding some more receive path options
(edit) @329 [329] 15 years sriram Adding changed for spectrum sense
(edit) @327 [327] 15 years sriram Have added the spectrum sense part to code
(edit) @325 [325] 15 years sriram Hardcoding the channel to 1
(edit) @322 [322] 15 years sriram Forgot one.
(edit) @321 [321] 15 years sriram Adding supplemental files that are needed
(edit) @320 [320] 15 years sriram Adding node 2
(edit) @319 [319] 15 years sriram Adding files for DSA gnuradio app
(edit) @277 [277] 15 years wrodgers Updating SML functionality
(edit) @275 [275] 15 years wrodgers Updated data management, added function descriptions, fixed a few errors
(edit) @267 [267] 15 years wrodgers Added full service and mission support. Still needs debugging to work …
(edit) @255 [255] 15 years wrodgers Implemented service DB, transfer methods
(edit) @250 [250] 15 years wrodgers Fixed SML compile errors
(edit) @249 [249] 15 years wrodgers test2
(edit) @248 [248] 15 years wrodgers s
(edit) @247 [247] 15 years anonymous Started work on SML-side CE socket
(edit) @245 [245] 15 years bhilburn Merge branch 'cactus-sectorizedPE' into local-sectorizedPE
(edit) @244 [244] 15 years trnewman isada
(edit) @243 [243] 15 years bhilburn Realized that there isn't a memory leak. Just really, really confusing …
(edit) @242 [242] 15 years bhilburn Create branch sectorizedPE
(edit) @241 [241] 15 years bhilburn Pass #2 at cbr.h. Lots of TODOs, and some questions about the …
(edit) @240 [240] 15 years bhilburn First pass at making cbr.h readable.
(edit) @238 [238] 15 years bhilburn Initial copy of function declerations from cbr.c to cbr.h
(edit) @237 [237] 15 years bhilburn Simple typos and missing headers.
(edit) @236 [236] 15 years bhilburn Create branch fixingCBR
(edit) @235 [235] 15 years bhilburn Managed to unintenionally recreate this branch. Deleting again. My bad =(
(edit) @234 [234] 15 years bhilburn Create branch bhilburn
(edit) @233 [233] 15 years bhilburn Deleting the old development branch for autofoo stuff; merge complete.
(edit) @160 [160] 15 years bhilburn Added a couple more LOGs to make the output easier to trace.
(edit) @159 [159] 15 years bhilburn Fixed a potential bug that would have occured if parenthesis were not …
(edit) @158 [158] 15 years bhilburn Renaming lib/sockets to lib/socketcomm to keep the naming convention …
(edit) @157 [157] 15 years bhilburn All of these files were moved into the new static lib directory.
(edit) @156 [156] 15 years bhilburn Reorganized the socket functions to form a static library to link against …
(edit) @155 [155] 15 years bhilburn Implemented the old default policy engine in our new PolicyEngine? class. …
(edit) @154 [154] 15 years bhilburn Further developing the components.h file to properly define classes.
(edit) @153 [153] 15 years bhilburn Fixed backwards preproc declerations in components.h and containers.h, …
(edit) @152 [152] 15 years bhilburn Fleshing out some of the argument types for component functions.
(edit) @151 [151] 15 years bhilburn Removed unnecesary includes.
(edit) @150 [150] 15 years bhilburn Ported the default policy engine demo to our new C++ codebase.
(edit) @149 [149] 15 years bhilburn Bug fixes to the socket_comm functions. Minor changes.
(edit) @148 [148] 15 years bhilburn ERROR and WARNING functions now support a variable number of arguments, …
(edit) @147 [147] 15 years bhilburn Ported commonly used functions to the new socket_comm.h include. Bunch of …
(edit) @146 [146] 15 years bhilburn The DEBUG and LOG functions now support a variable number of arguments.
(edit) @145 [145] 15 years bhilburn Adding a error reporting functions to a new header, error.h.
(edit) @144 [144] 15 years bhilburn Slightly modified the debug fuction and added a new LOG function.
(edit) @143 [143] 15 years bhilburn Made the VTCROSS_DEBUG field useful, added the new socket comm header to …
(edit) @142 [142] 15 years bhilburn Moving commonly defined & used socket functions to their own header file. …
(edit) @141 [141] 15 years bhilburn Argh. This was dumb. I'm tired. Renaming the policy engine implementation …
(edit) @140 [140] 15 years bhilburn Created the PolicyEngine? implementation file. Have not yet added it to the …
(edit) @139 [139] 15 years bhilburn Created error.h and debug.h for VTCROSS error/warning reporting.
(edit) @138 [138] 15 years bhilburn Okay, seriously, I promise it's right this time.
(edit) @137 [137] 15 years bhilburn I have no idea how this worked.
(edit) @136 [136] 15 years bhilburn Migrated to using autoconf-generate config.h so that compile lines are …
(edit) @135 [135] 15 years bhilburn The README was horribly out of date. This one isn't really good either …
(edit) @134 [134] 15 years bhilburn Threading wasn't being used anywhere. Removed it from the autofoo files.
(edit) @133 [133] 15 years bhilburn Improving autofoo files.
(edit) @132 [132] 15 years bhilburn Deleting old makefiles from the pre-autofoo days.
(edit) @131 [131] 15 years bhilburn The VTCROSS now successfully builds and links. Building tinyml and …
(edit) @130 [130] 15 years bhilburn CBR demo now building and linking properly, although the code still needs …
(edit) @129 [129] 15 years bhilburn Policy engine demo now compiling and successfully building a binary. The …
(edit) @128 [128] 15 years bhilburn This file no longer exists. Having trouble making git talk to svn properly …
(edit) @127 [127] 15 years bhilburn Started moving everything to c++ so that it can use the headers properly. …
(edit) @126 [126] 15 years bhilburn Accidently added the policy_demo binary file at some point. Deleting it.
(edit) @125 [125] 15 years bhilburn Header include directory now properly configured for system install, and …
(edit) @124 [124] 15 years bhilburn Deleting old CBR directory.
(edit) @123 [123] 15 years bhilburn Case-based reasoner is really a cognitive engine; putting that directory …
(edit) @122 [122] 15 years bhilburn Autoconf and Automake appear to be properly processing all source …
(edit) @121 [121] 15 years bhilburn Handling directories that were deleted by git-svn but weren't recorded …
(edit) @120 [120] 15 years bhilburn Creating automake files for the various parts of the VTCROSS system. Got …
(edit) @119 [119] 15 years bhilburn Adding LIBTOOL macros and libtoolize to bootstrapping process to allow us …
(edit) @118 [118] 15 years bhilburn Using libtool, not legacy library stuff. Changing configure.ac …
(edit) @117 [117] 15 years bhilburn Adding empty automake files for subdirectories... will populate later.
(edit) @116 [116] 15 years bhilburn Adding bootstrap script for autofoo building.
(edit) @115 [115] 15 years bhilburn Added preproc code to headers to prevent multiple scans, told git to …
(edit) @114 [114] 15 years bhilburn Fixed gitignore file, adding options to autoconf file.
(edit) @113 [113] 15 years bhilburn Copied over my .gitignore to make handling the autofoo stuff easier.
(edit) @112 [112] 15 years bhilburn Adding doc directory, moving all source directories to proper 'src' …
(edit) @111 [111] 15 years bhilburn Fixed a dump typo in my automake file, adding other files required by the …
(edit) @110 [110] 15 years bhilburn Starting the process of making the code GNU-build compatible.
(edit) @109 [109] 15 years bhilburn Adding implementation file for VTCROSS API.
(edit) @108 [108] 15 years bhilburn Created initial header exporting all public functions for the VTCROSS …
(edit) @107 [107] 15 years bhilburn Deleting old empty directories that git-svn didn't handle like I wanted.
(edit) @106 [106] 15 years bhilburn Second round of renames, added directory for the SML.
(edit) @105 [105] 15 years bhilburn Totally re-organized the codebase. This totally breaks everything. I mean …
Note: See TracRevisionLog for help on using the revision log.