[Tinyos-help] Modification of packet on-the-fly in RPL

2013-11-07 Thread Raihan Kamal
Hi, My Problem is: An intermediate relay node needs to modify some fields of a packet when it receives it from on its way to the Sink. Can do it in CTP, but failed to do in RPL (udp). A-> B > BS Here A is the sender, when B receives a packet from A, it should modify some field of the pack

[Tinyos-help] Intermediate node needs to modify packet

2013-10-11 Thread Raihan Kamal
I need to do some processing by an intermediate node. For instance 3 nodes are arranged like A, B, C. where A is the sender, B is the intermediate node (just relay the packet) and C is the BS (receiver). First A sends it to B. When B receives it, B modifies some of the fields of the packet (does

[Tinyos-help] Deluge for a specific mote of the network

2012-06-07 Thread Raihan Kamal
Hi, I want to reprogram over-the-air for a specific mote (for instance ID=5). In a network I have Basestation (with ID=1) and 4 motes with IDs 2,3,4,5. Now I need to change the program image of node 5 when the network is operational, i.e. Need to disseminate prog. Image to a specific mote. >Fro

[Tinyos-help] tinyos 2.1.1 on ubuntu 12.04, compilation problem

2012-05-15 Thread Raihan Kamal
Hi, I installed tinyos 2.1.1 on ubuntu 12.04 but can not compile any program because of the msp430 package. I got some instructions from Phil such as: If you point your package manager at http://tinyos.stanford.edu/tinyos/dists/ubuntu.old You should be able to get the old msp430 packages. Phil

[Tinyos-help] mig problem after system upgrade (ubuntu 11.10)

2011-10-18 Thread Raihan Kamal
Hi I used ubuntu 10.04, recently I upgraded to 11.10 but can not run mig to generate corresponding java class. There is no problem with the code (source and makefile) since I ran it correctly many times few months ago. Now it complains like: *two source files specified (PLATFORM_NULL and NESC=131)

[Tinyos-help] Tossim help needed

2011-09-13 Thread Raihan Kamal
Is possible to install two different applications in a network in tossim? For instance a network has 5 nodes, 4 nodes will install one application and 1 node will run another application. So far I have seen the documentation all nodes in the network (in tossim) have the identical application instal