Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRsim

Based on c++ 11 and CMake

Instruction

Write your own simulation class and run it in the main.cpp.

Structure

/CRsim/ChanHop

Dir for all rendezvous schemes

/CRsim/Global

Dir for global parameters and configurations

configure.h

Global configurations

global.h

Global parameters for simulations. Just change or add your own.

include.h

included headers

/CRsim/Lib

Dir for all libaries

CR_debug.h

useful functions to print log

CR_fun.h

useful functions in simulations

CR_graph.h, CR_graph.cpp

graph theory libary

CR_math.h, CR_math.cpp

useful math functions for simulations

CR_vec.h

two dimensional vector and related operations

/CRsim/Network

Dir for networking setup and getting running-time parameters

/CRsim/User

Dir for SUs and PUs

/CRsim/current_simulation

Dir for your current simulation class

About

A simple simulation platform for cognitive radio networks

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages