GithubHelp home page GithubHelp logo

ctp-castalia's People

Contributors

ucolesanti avatar

Watchers

 avatar

ctp-castalia's Issues

make error on CtpCastalia-beta-1.01

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Unable to make

What version of the product are you using? On what operating system?
CtpCastalia-beta-1.01.zip + Castalia 3.1 + Omnet 4.1 on FEDORA 11


Please provide any additional information below.
[kiranpal@kiranpal Castalia-3.1]$ make
g++ -c -O2 -DNDEBUG=1 -fno-stack-protector -fPIC  -DXMLPARSER=libxml 
-DWITH_PARSIM -DWITH_NETBUILDER  -I. -Isrc -Isrc/helpStructures -Isrc/node 
-Isrc/node/application -Isrc/node/application/bridgeTest 
-Isrc/node/application/connectivityMap 
-Isrc/node/application/ctpTestingApplication 
-Isrc/node/application/simpleAggregation -Isrc/node/application/throughputTest 
-Isrc/node/application/valuePropagation -Isrc/node/application/valueReporting 
-Isrc/node/communication -Isrc/node/communication/mac 
-Isrc/node/communication/mac/baselineBanMac 
-Isrc/node/communication/mac/bypassMac -Isrc/node/communication/mac/cc2420Mac 
-Isrc/node/communication/mac/mac802154 -Isrc/node/communication/mac/tMac 
-Isrc/node/communication/mac/tunableMac -Isrc/node/communication/radio 
-Isrc/node/communication/routing -Isrc/node/communication/routing/bypassRouting 
-Isrc/node/communication/routing/ctpNoe 
-Isrc/node/communication/routing/ctpNoe/components 
-Isrc/node/communication/routing/multipathRingsRouting 
-Isrc/node/mobilityManager -Isrc/node/mobilityManager/lineMobilityManager 
-Isrc/node/mobilityManager/noMobilityManager -Isrc/node/resourceManager 
-Isrc/node/sensorManager -Isrc/physicalProcess 
-Isrc/physicalProcess/carsPhysicalProcess 
-Isrc/physicalProcess/customizablePhysicalProcess -Isrc/wirelessChannel 
-I/home/kiranpal/omnetpp-4.2b2/include -o 
out/gcc-release//src/node/application/ctpTestingApplication/CtpTestingApplicatio
n.o src/node/application/ctpTestingApplication/CtpTestingApplication.cc
src/node/application/ctpTestingApplication/CtpTestingApplication.cc: In member 
function ‘void CtpTestingApplication::update_packets_received(int, int)’:
src/node/application/ctpTestingApplication/CtpTestingApplication.cc:78: error: 
no matching function for call to ‘CtpTestingApplication::declareOutput(const 
char [17], int&)’
src/helpStructures/CastaliaModule.h:87: note: candidates are: void 
CastaliaModule::declareOutput(const char*)
src/node/application/ctpTestingApplication/CtpTestingApplication.cc: In member 
function ‘void CtpTestingApplication::update_ddr_per_sn(int, int)’:
src/node/application/ctpTestingApplication/CtpTestingApplication.cc:88: error: 
no matching function for call to ‘CtpTestingApplication::declareOutput(const 
char [9], int&)’
src/helpStructures/CastaliaModule.h:87: note: candidates are: void 
CastaliaModule::declareOutput(const char*)
make: *** 
[out/gcc-release//src/node/application/ctpTestingApplication/CtpTestingApplicati
on.o] Error 1



Original issue reported on code.google.com by [email protected] on 10 Sep 2011 at 5:40

modification in header

Sir ,
     I am a Mtech student in India . I am doing research on CTP protocol , I will like your help in knowing where exact the header part of coding is there . And what effect it will have if I use the reserved bits of CTP for some modification in the protocol.


Hoping a postive reply.

THANK YOU SIR.

Original issue reported on code.google.com by [email protected] on 9 Sep 2013 at 6:32

effect of changing TOSH_DATA_LENGTH parameter from 28 to 60(TosEnvironment.h file in routing folder)

What steps will reproduce the problem?
1. when I use packet size more than 23 byte it is not transmitted over the 
network
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
3.0 castalia under ubuntu 10.04 LTS 

Please provide any additional information below.

to solve this problem I changed the parameter TOSH_DATA_LENGTH from 28 to 
60(TosEnvironment.h file in routing folder) and it works well.
I want to ask if this legal or not, and if this will have side effects on the 
performance of the routing protocol or not.


please answer me as quickly as possible I need this truly 

Original issue reported on code.google.com by [email protected] on 19 Nov 2011 at 5:59

Not able to install ctp-castalia

Dear Sir 
  I have done all the steps as described in the readme.txt file but i am not able to install ctp-castalia I am using uBuntu 11.10 , Omnet++ 4.2.1 and Castalia 3.2 for the installation of ctp-castalia.  when I make the ctp-castalia I get the following error message. Help me to remove this error.

Surender Malan


Original issue reported on code.google.com by [email protected] on 10 Dec 2012 at 2:48

Attachments:

trying to change the congestion threshold in CTP

What steps will reproduce the problem?
1. when I change the congestion threshold in FE I see no change on the output  
I change the value of "congestionThreshold" parameter at the initialization 
function in the CtpForwardingEngin.cc file

I am trying to disable the rout change at congestion.

What is the expected output? What do you see instead?
I think that the output should be changed when we change the congestion 
threshold

What version of the product are you using? On what operating system?
I am using the latest version of CTP,  ubuntu 10.4 OS 

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 28 Oct 2012 at 6:18

Issue Castalia 3.2

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Error in module (cCompoundModule) SN.node[0].Communication.Routing(id=31) 
during network setup: Class "Ctp" not found --perhaps its code was not linked 
in, or the class wasn´t registered with Register_Class(), or in the case of 
modules and channels, with Define_Module()/Define_Channel()

What version of the product are you using? On what operating system?

CtpCastalia-beta-1.01.zip + Castalia 3.2 + Omnet 4.1 on Windows 7

Please provide any additional information below.
I already read the other issues post and did all the needed changes regarding 
Castalia 3.2. Please advice :)

Original issue reported on code.google.com by [email protected] on 25 Nov 2011 at 12:53

multipath rings routing

What steps will reproduce the problem?
1. i am trying to use multipathringsrouting protocol in castalia
2. for that i have created one simulation script in castalia for 16 nodes 
deployed in 4x4 grid.

3. but as per the behevior of multipathring routing protocol i m not getting 
expected output.

What is the expected output? What do you see instead?
for multipath rings routing it is expected that if nodes is not directly within 
communication range of sink node , then intermidiate not should forward these 
pkts until it reaches to sink node..
but instead of it when i m trying to simulate network with predefine topology 
sink node is not receiving any pkts..

What version of the product are you using? On what operating system?
i am using omnetpp-4.1 and castalia-3.2 under fedora14 OS




plz give me solution for this problem.
thanks..






Original issue reported on code.google.com by [email protected] on 14 Oct 2011 at 6:46

Make errors

What steps will reproduce the problem?
1. following your directions to use CTP within Castalia


What is the expected output? What do you see instead?
expected is there is no bugs and errors.
after copying included files and follow make clean, ./makemake, make i get the 
following output

-Isrc/node/mobilityManager -Isrc/node/mobilityManager/lineMobilityManager 
-Isrc/node/mobilityManager/noMobilityManager -Isrc/node/resourceManager 
-Isrc/node/sensorManager -Isrc/physicalProcess 
-Isrc/physicalProcess/carsPhysicalProcess 
-Isrc/physicalProcess/customizablePhysicalProcess -Isrc/wirelessChannel 
-I/home/laith/omnetpp/omnetpp-4.1/include -o 
out/gcc-release//src/node/application/ctpTestingApplication/CtpTestingApplicatio
n.o src/node/application/ctpTestingApplication/CtpTestingApplication.cc
In file included from 
src/node/application/ctpTestingApplication/CtpTestingApplication.cc:19:
src/node/application/ctpTestingApplication/CtpTestingApplication.h:54: error: 
‘ApplicationGenericDataPacket’ has not been declared
src/node/application/ctpTestingApplication/CtpTestingApplication.cc: In 
function ‘cObject* __uniquename_21()’:
src/node/application/ctpTestingApplication/CtpTestingApplication.cc:21: error: 
cannot allocate an object of abstract type ‘CtpTestingApplication’
src/node/application/ctpTestingApplication/CtpTestingApplication.h:34: note:   
because the following virtual functions are pure within 
‘CtpTestingApplication’:
src/node/application/VirtualApplication.h:63: note:     virtual void 
VirtualApplication::fromNetworkLayer(ApplicationPacket*, const char*, double, 
double)
src/node/application/ctpTestingApplication/CtpTestingApplication.cc: At global 
scope:
src/node/application/ctpTestingApplication/CtpTestingApplication.cc:44: error: 
variable or field ‘fromNetworkLayer’ declared void
src/node/application/ctpTestingApplication/CtpTestingApplication.cc:44: error: 
‘ApplicationGenericDataPacket’ was not declared in this scope
src/node/application/ctpTestingApplication/CtpTestingApplication.cc:44: error: 
‘rcvPacket’ was not declared in this scope
src/node/application/ctpTestingApplication/CtpTestingApplication.cc:45: error: 
expected primary-expression before ‘const’
src/node/application/ctpTestingApplication/CtpTestingApplication.cc:45: error: 
expected primary-expression before ‘double’
src/node/application/ctpTestingApplication/CtpTestingApplication.cc:45: error: 
expected primary-expression before ‘double’
src/node/application/ctpTestingApplication/CtpTestingApplication.cc: In member 
function ‘void CtpTestingApplication::update_packets_received(int, int)’:
src/node/application/ctpTestingApplication/CtpTestingApplication.cc:78: error: 
no matching function for call to ‘CtpTestingApplication::declareOutput(const 
char [17], int&)’
src/helpStructures/CastaliaModule.h:87: note: candidates are: void 
CastaliaModule::declareOutput(const char*)
src/node/application/ctpTestingApplication/CtpTestingApplication.cc: In member 
function ‘void CtpTestingApplication::update_ddr_per_sn(int, int)’:
src/node/application/ctpTestingApplication/CtpTestingApplication.cc:88: error: 
no matching function for call to ‘CtpTestingApplication::declareOutput(const 
char [9], int&)’
src/helpStructures/CastaliaModule.h:87: note: candidates are: void 
CastaliaModule::declareOutput(const char*)
make: *** 
[out/gcc-release//src/node/application/ctpTestingApplication/CtpTestingApplicati
on.o] Error 1


What version of the product are you using? On what operating system?
I am using version 1.01, under ubuantu 10.4 LTS (Castalia 3.2, omnetpp 4.1)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Sep 2011 at 4:48

trying to run make for the beta 1.1 version of CTP on castalia 3,2

What steps will reproduce the problem?
1.make
2.
3.

What is the expected output? What do you see instead?
ctp is not making

What version of the product are you using? On what operating system?
omnet-4.2 castalia 3.2 on ubunto

Please provide any additional information below.
The error it shows is the class routingpacket no member called 
getRoutingInteractionControl




Original issue reported on code.google.com by [email protected] on 10 Jul 2012 at 6:37

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.