[Tinyos-help] Deluge

2009-05-08 Thread Leon Steenkamp
In tos\lib\net\Deluge\extra\NetProgM.nc there is the following: command error_t NetProg.programImageAndReboot(uint32_t imgAddr) { reprogramImgAddr = imgAddr; return call ReprogramGuard.okToProgram(); } event void ReprogramGuard.okToProgramDone(bool ok) { BootArgs bootAr

[Tinyos-help] Deluge

2010-08-03 Thread ranal fernando
hi all, can i use deluge service to send a considerably large byte array? basically i'm sending a TOSThread as a byte array. thanks ranal ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu htt

[Tinyos-help] Deluge

2008-04-01 Thread Reema Mathew - Michael
Hi, I use Iris motes from xbow. Is Deluge available with Iris Platform? Is there any documentation regarding this. Thanks in advance Reema - Sent from Yahoo! Mail. A Smarter Inbox.___ Tiny

[Tinyos-help] Deluge

2006-06-06 Thread Adam
How to use Deluge to programe several motes together with different ID? Thanks. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Deluge

2009-06-11 Thread Razvan Musaloiu-E.
Hi! On Fri, 8 May 2009, Leon Steenkamp wrote: > In tos\lib\net\Deluge\extra\NetProgM.nc there is the following: > > > command error_t NetProg.programImageAndReboot(uint32_t imgAddr) > { >reprogramImgAddr = imgAddr; >return call ReprogramGuard.okToProgram(); > } > > event void Rep

Re: [Tinyos-help] Deluge

2009-06-12 Thread Leon Steenkamp
Thanks for the reply, I did figure it out after a while. I misread the code initially. But for some reason the mote was reporting that the supply voltage was too low and did not want to reboot. I thought that this was not possible as the mote was plugged into a USB port. Until I physically measured

[Tinyos-help] Deluge tutorial

2010-01-13 Thread Geetha S
Hello, I am looking for a proper working tutorial on Tiny OS *DELUGE* for Fedora 9. I will appreciate if you can forward it to me. Thanks a ton. SG ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-

[Tinyos-help] Deluge T2

2010-01-25 Thread David Guillén
Hi all, I was looking at the file BlinkAppC.nc and I don't know what is "DelugeC.Leds -> LedsC;" Does somebody know why we make this wiring?? Regards, David ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley

[Tinyos-help] Deluge sample

2010-10-31 Thread Puya Ghazizadeh
I have tinyos 2.1.0. I want to run Deluge sample on iris motes. Base on manual in http://docs.tinyos.net/index.php/Deluge_T2 first step is: % cd $TOSROOT/tools % ./Bootstrap ... % ./configure ... % cd tinyos/misc % make ; make install but I can find $TOSROOT folder in my tinyos folder!

[Tinyos-help] Deluge protocol

2010-11-07 Thread acgomes
Hello, Is the Deluge reprogramming protocol open source? How can i get the code of the Deluge reprogramming protocol? Congratulation for you help. Best regards, António Gomes This message was sent using IMP, the Internet Messaging

[Tinyos-help] Deluge T2

2014-05-12 Thread Anbu Sorna
Hi     Deluge T2 (tinyos -2.x) is not working for IRIS motes in Ubuntu 12.04.  Pleaselet me know how to solve this issue.___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos

[Tinyos-help] Deluge : reboot

2007-08-10 Thread Charles Wagner
Hi, I am using a micaz platform. With Deluge 2.0 formatting the flash, installing Deluge, pinging the node, installing the golden image ( modified Blink with DelugeC for example) and image1 and image2 is OK But when trying to reboot from image X ( --> reboot message , DONE) or issuing repe

[Tinyos-help] Deluge T2

2007-11-19 Thread weiping SONG
Hi all, There seems be a bug when I reboot BaseStation with: tos-deluge /deb/ttyUSB0 telosb -b 1 Then I can not ping BasseStation with errors: pinging node ... ERROR: Unable to retrieve image information over serial. Thanks weiping ___ Tinyos-help

RE: [Tinyos-help] Deluge

2008-04-02 Thread Giri Baleri
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Reema Mathew - Michael Sent: Tuesday, April 01, 2008 8:46 PM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] Deluge Hi, I use Iris motes from xbow. Is Deluge available with Iris Platform? Is there any documentation

[Tinyos-help] Deluge T2

2008-05-22 Thread Reema Mathew - Michael
Hi   I am able to compile and reprogram iris mote(mib520) using apps/tests/deluge/Blink 1.My node 1(intially programmed thru mib520) is having apps/tests/deluge/Blink program   2.Now, i program my base station node 0 %CFLAGS=-DDELUGE_BASESTATION make iris install,0 mib520,/dev/ttyUSB0   3.For re

[Tinyos-help] Deluge question

2005-10-26 Thread raj raj
Hi all,   When Deluge is used for network (re)programming, it sends the original binary code with the Deluge attached to it. If the original code is of small size, then major portion of the binary transmitted corresponds to that of Deluge itself. For example, when transferring simple Blink applicat

[Tinyos-help] deluge weirdness..

2005-11-11 Thread wayne deprince jr
ahoy all, we are having a very strange problem with deluge. basically, when injecting images into any slot (we are using 6 images), the last written image will overwrite some/all others (as reported by deluge -p) by either: + just changing the "prog name" and "compiled on" fields and leavi

[Tinyos-help] Deluge Wiring

2005-12-06 Thread Matt Orlofsky
All,   I noticed that the Main component is used in DelugeC.nc.  NetProgC.StdControl is wired to Main.StdControl (see below).   Main.StdControl -> NetProgC;   It seems like a bad idea to have the Main component included.  Specifically in instances where Deluge is started and stopped in

[Tinyos-help] Deluge question

2005-12-21 Thread raj raj
Hi all, I am trying to modify the Deluge application. I am using Deluge 1.0 (Tinyos 1.1.11). I have DelugeBasic as image 0 and (say) Blink as image 1. Using programImgAndReboot() command provided by NetProg Interface, I can make my mote running image 1 to reboot from image 0. But I cannot do the r

[Tinyos-help] Deluge Question

2006-01-17 Thread raj raj
 Hi all,I have been using Deluge 1.0  for some time now. I have DelugeBasic as image 0 and my application as image 1. I have upgraded the image 1 many times. Now all of a sudden when I try to inject new application as image 1 , it saysNode requesting version 126, wrong version.I dont

[Tinyos-help] Deluge question

2006-02-01 Thread Shweta Jain
Hi all, I am trying to inject the golden image into mica2 as described in the Deluge 2.0 manual. I just want to know how long does the process take? I am injecting the DelugeBasic image. I can see that the packets written and read counters in the Serialforwarder are increasing. [EMAIL PROTECTED]

[Tinyos-help] Deluge propagation

2006-02-02 Thread Holger Marquardt
Hi all! I'm having very strange behavior with my mica2 nodes. I installed FormatFlash and DelugeBasic on node 1 (ID=1) laid it aside and installed the same on node 0 (ID=0). Then I inject a modified Blink App to image 1. Reboot to image 1. Node 0 starts with Blink, node 1 showed no reaction (red

[Tinyos-help] deluge question

2006-02-02 Thread Shweta Jain
Hi all Can somebody tell me why does deluge get stuck at Getting data for image 0? I am connected to a mica2dot node. [EMAIL PROTECTED] java]# java net.tinyos.tools.Deluge --ping Pinging node ... Connected to Deluge node. Getting data for image [0] [EMAIL PROTECTED] java]# java net.tinyos.tools.D

[Tinyos-help] Deluge Error

2006-02-15 Thread Chang Li
Title: Message I formatted the Flash to run code in FormatFalsh and then install DelugeBasic and run Serial Forwarder. However when I tried to run  % java net.tinyos.tools.Deluge --ping the error message "write packet error." was displayed. What is the problem? The TinyOS version is 1.1.15.  

[Tinyos-help] Deluge Functionality

2006-02-20 Thread kotay
Hi, I just installed TinyOS 1.1.15 (and therefore Deluge as well) and I am testing it. Here is my status (2-node network, node numbers 1 and 3, node 1 connected to the PC serial port): * --inject - works * --reboot - works * --reboot --nodeid=1 - works, but both nodes reboot * --reboot --node

[Tinyos-help] Deluge Messages

2006-02-27 Thread Holger Marquardt
Hello all! I'm trying to disable the epidemic behavior of Deluge 2.0. I want to program only one Mica2 node selected by the Id. If I make the nodes respond only to messages for their Id, the basestation (the node connected to the pc) doesn't respond, too (well, that's good so far), but it also

[Tinyos-help] deluge documentation

2006-04-06 Thread Andrea Pacini
Is deluge-manual.pdf in /doc folder sufficient to understand Deluge and how to use it ? If not, where can I find more documentation ? Thanks Andrea ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-

Re: [Tinyos-help] Deluge

2006-06-06 Thread Sankar Gorthi
First, do the format flash part (tinyos-1.x/apps/TestDeluge/FormatFlash/) compile the code in that folder and program your motes. next, go to the DelugeBasic folder (tinyos-1.x/apps/TestDeluge/DelugeBasic/) and compile your code and program with the id's you want to use. Sankar. On Tue,

Re: [Tinyos-help] Deluge

2006-06-06 Thread Sankar Gorthi
oops. hit send too fast there. now, like i was saying, once you've programmed them with DelugeBasic, plug in one of the motes in the programmer board and then use the Deluge tools to write the Goldenimage into the goldenimage image :). then follow the instructions in the manual: http://ww

Re: [Tinyos-help] Deluge tutorial

2010-01-13 Thread Chieh-Jan (Mike) Liang
http://docs.tinyos.net/index.php/Deluge_T2 Mike On Jan 13, 2010, at 2:39 PM, Geetha S wrote: > Hello, > > I am looking for a proper working tutorial on Tiny OS DELUGE for Fedora 9. I > will appreciate if you can forward it to me. Thanks a ton. > > SG >

[Tinyos-help] Deluge T2 Applications

2010-01-18 Thread David Guillén
Hi all, I am using Deluge T2 with telosb motes. I would like to make my program's code suitable for Deluge T2 because now it does not properly answer to Deluge commands. The question is : Which differences must have an application to work with Deluge T2? I have seen the differences between Blink

Re: [Tinyos-help] Deluge T2

2010-01-25 Thread Chieh-Jan (Mike) Liang
It is for Deluge to blink the leds to indicate status. It is exposed to the user applications because users can decide whether they want Deluge to use leds for this purpose or not. Mike On Jan 25, 2010, at 1:54 PM, David Guillén wrote: > Hi all, > > I was looking at the file BlinkAppC.nc and

Re: [Tinyos-help] Deluge T2

2010-01-25 Thread David Guillén
Thanks Mike. If I wanted to create an application that works with Deluge T2, shall I know something else apart from what it is said in Deluge T2 manual? I have tried to make a new Deluge application taking an old one and adding: components DelugeC; in the AppC.nc BOOTLOADER=tosboot in the Makefil

Re: [Tinyos-help] Deluge sample

2010-10-31 Thread Chieh-Jan (Mike) Liang
$TOSROOT is a shell variable pointing to the root of your TinyOS directory. You probably have already set it up during installation. Mike On Oct 31, 2010, at 12:28 PM, Puya Ghazizadeh wrote: > I have tinyos 2.1.0. I want to run Deluge sample on iris motes. Base on > manual in http://docs.tinyo

[Tinyos-help] Deluge T2 + netbsl

2011-01-14 Thread José A. Tarifa
Hi to all! I've a Tmote Connect unit, and a Tmote Sky mote connected to it. I can install a "normal" program through "netbsl" command. For example, the Blink app (previously compiled): [cygwin] $ make telosb reinstall netbsl,192.168.1.100:10001 cp build/telosb/main.ihex build/tel

[Tinyos-help] Deluge / Rateless deluge

2011-03-28 Thread Filip Maes
Hello, I'm a last year student and for my thesis I need the source code of deluge and rateless deluge, can somebody tell me where I can find it? Yours sincerely, Filip Maes ___ Tinyos-help mailing list Tinyos-

[Tinyos-help] deluge T2 problem

2011-11-30 Thread sadun silva
hi all, i'm trying to get deluge to work. i installed the base station program in /tests/deluge/BaseStation using make telosb install,0 bsl,/dev/ttyUSB0 this mote id is 0 & it is connected to the USB after that i tried to execute tos-deluge serial@/dev/ttyUSB0:115200 -p 0 just to ping the mot

[Tinyos-help] deluge improvement questions

2012-03-24 Thread Bíró , András
Hi Guys, Our company is planning to use deluge for remote programming, but we have some problems with it, and we're wandering if someone improved it or someone is improving it. Our problems: -Rollback feature would be nice. I know it could be achieved with the three images, but it could be done au

[Tinyos-help] Deluge t2 issues

2012-12-10 Thread sadun silva
Hi all, I have been working with deluge for couple of days now. I checked out the tree from google code. (so a stable version). But I ran in to following problems. 1. I do not have any way to erase the volumes. -e switch does not work. I tried installing an all new blink application thinking it w

[Tinyos-help] Deluge / Rateless deluge

2014-03-19 Thread liuh0620
Hi, Have you got the source code of deluge and rateless deluge? I need it now too ,so could you tell me? Thank you very much! ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listi

[Tinyos-help] Deluge T2 multiplatform

2014-04-01 Thread Emanuel Lima Lima
Hi all, I'm currently working with Deluge T2 and this protocol is only available for a group of platforms. I came ask you if someone tried to put Deluge T2 to work with a platform that doesn't belong to this group, like Shimmer2r for example? The help will be much appreciated. Best regards, E

[Tinyos-help] Deluge T2 multiplataform

2014-04-04 Thread Emanuel Lima Lima
Hi all, I'm currently working with Deluge T2 and this protocol is only available for a group of platforms. I came ask, if someone tried to put Deluge T2 to work with a platform that doesn't belong to this group, like Shimmer2r for example? The help will be much appreciated. Best regards, Ema

[Tinyos-help] DELUGE in TOSSIM

2007-06-15 Thread Micfox Micfox
Hi, After struggling with the environmental setting for TOSSIM, I finally got it to Deluge... However, when I attempted to run the main.exe (even with one node). I still got the eeprom errors (It seems the size of required eeprom is bigger than the presetting one): ==

Re: [Tinyos-help] Deluge : reboot

2007-08-10 Thread Charles Wagner
José Manuel Sánchez-Matamoros Pérez a écrit : I am using Tinyos 1.1.15 What version of tinyos are you using? I had a similar problem, but i don't remeber how i solved it. I think there is a problem with some files of the last version in tinyos 1.x, but i don't remeber what files were wrong. I'

Re: [Tinyos-help] Deluge : reboot

2007-08-10 Thread José Manuel Sánchez-Matamoros Pérez
What version of tinyos are you using? I had a similar problem, but i don't remeber how i solved it. I think there is a problem with some files of the last version in tinyos 1.x, but i don't remeber what files were wrong. I'll try to remeber it. On 8/10/07, Charles Wagner <[EMAIL PROTECTED]> wrote:

Re: [Tinyos-help] Deluge T2

2007-11-19 Thread Chieh-Jan (Mike) Liang
Hi Weiping, Can you tell me the steps you took? Thank you Mike weiping SONG wrote: Hi all, There seems be a bug when I reboot BaseStation with: tos-deluge /deb/ttyUSB0 telosb -b 1 Then I can not ping BasseStation with errors: pinging node ... ERROR: Unable to retrieve image information o

[Tinyos-help] Deluge(ify) MultihopOscilloscope

2008-02-13 Thread Andrew Parson O'Brien
Hello, I'm trying to modify a vanilla MultihopOscilliscope so that it may serve as a Deluge T2-enabled app. Following the manual, I included "TINYOS_NP=BNP" in the Makefile and added a DelugeC component in MultihopOscilliscopeAppC.nc. At first it complained about StorageVolumes.h but aft

[Tinyos-help] Deluge T2 Dissemination

2008-02-14 Thread Bernardo Maciel
Hello, I'm working with Deluge T2 to use in a Tmote Sky testbed. So far I have looked into various documents and material, including the mailing list (eg http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2007-December/030076.html ), but I keep having one issue. I have updated my system (

[Tinyos-help] Deluge T2 troubles

2008-03-18 Thread alessiobarbirato
Hi all, I'm trying to install Deluge following the programming manual available on link http://www.tinyos.net/tinyos-2.x/doc/html/deluge-t2-manual.html, but i have some troubles. I followed step by step all the instructions but when I try to compile it, i have these problems. $ ./burn /COM8 t

[Tinyos-help] Deluge 2.0 question

2008-03-31 Thread vbhatia
Hello, I was going through Deluge.java code for Deluge java toolchain and noticed that we can specify the nodeid while injecting, rebooting, erasing etc, the image. This means, it does support Heterogeneous reprogramming, ie selective reboooting and reprogramming if images to nodes based on their

[Tinyos-help] Deluge on mica2?

2008-05-16 Thread fhg07
Is there any way to make it work on a platform different from telosb? (specifically, on a mica2 mote network) Thanks, Fernando. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinf

Re: [Tinyos-help] Deluge T2

2008-05-23 Thread Janos Sallai
h as apps/Blink, you’re locked out, since the nodes wouldn’t talk the Deluge protocol any more. Janos From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Reema Mathew - Michael Sent: Friday, May 23, 2008 1:10 AM To: tinyos-help Subject: [Tinyos-help] Deluge T2 Hi

[Tinyos-help] Deluge install problem

2008-10-09 Thread y...@cs.utk.edu
Hello, I am having trouble to load deluge into my Mica2 motes. The mote that I have is MIB510. I am using Cygwin with USB port (COM5). I got the no such file or directory error when I make&load the program into the mote. == > make mica2 reinstall,19 mib510,COM

[Tinyos-help] Deluge image size

2008-11-04 Thread BAI LI
Hi All, I have another question. How big of program I can inject in the mote. I am using Telosb mote. From datasheet, I can see 8MHz Texas Instruments MSP430 microcontroller (10k RAM, 48k Flash). It means I have 48k to store my program. If My current program is 20k, I only can inject 28k for new i

[Tinyos-help] Deluge in Oscilloscope

2006-08-18 Thread Claro Noda
Hello everyone.reading throgh the changelog... for boomerang 2.0.3 (released 07 aug 2006) it says "oscilloscope application now include deluge" i don't get it.i'm sure to have installed v2.02 (from cd)the motes programmed with oscilloscope are sending "A1" AM type packets with lenght 1Cwhere are c

[Tinyos-help] deluge node programming

2006-09-04 Thread Firat TARAKTAS
Hi, I want to ask a few questions about deluge. 1. I programmed one node with TOSBase application and connected to my serial port. And other node is programmed with DelugeBasic application. Is it correct? 2. In beta/Deluge/README.txt, it says "create the directory net/tinyos/deluge and copy a

[Tinyos-help] Deluge and mica2

2006-12-28 Thread Pablo Gil Montaño
Hi all, I'm using tinyos-1.x from CVS and I'm trying to install Deluge on mica2 motes. I've followed the instructions in Deluge documentation at [1]. I have formatted the flash and installed DelugeBasic application, but when I try to load DelugeBasic as the application in the Golden Image I get

[Tinyos-help] Deluge in TinyOS

2007-02-23 Thread Faraz Zahabian
-- Forwarded message -- From: Faraz Zahabian <[EMAIL PROTECTED]> Date: Feb 23, 2007 1:35 PM Subject: Deluge in TinyOS To: tinyos-help@millennium.berkeley.edu I have set up Deluge and I am able to inject images to Mica2 motes but all the motes in the network have the same set of im

[Tinyos-help] Deluge in TinyOS

2007-03-04 Thread Faraz Zahabian
I have set up Deluge and I am able to inject images to Mica2 motes but all the motes in the network have the same set of images? I was wondering if there is a way to inject different set of images to different motes in the network? for example if I have motes X and Y, I want to be able to inject i

[Tinyos-help] Deluge in Tinyos

2007-03-07 Thread Faraz Zahabian
Hello everyone, I am just wondering if there is anyway to access the moteID that we pass to the mote when installing the DelugeBasic using the following command: make mica2 install, 2 I mean I want to be able to access it from one of the images code. As a simple exam

[Tinyos-help] Deluge in Tossim

2007-04-05 Thread Phong Nguyen
Hi all, I'm trying to use Deluge inside Tossim (tinyos-1.1.15), and have built DelugeBasic with pc plateform. Then i have tried to lauch it (main.exe) with just one mote, and it seems ok, the flash eeprom being initizialized. Then i started the SerialForwarder tool with -comm tossim-serial (a

Re: [Tinyos-help] Deluge question

2005-10-26 Thread Krisakorn Rerkrai
Hi, I remember that Jonathan (who invented this protocol) mentioned about this issue some time ago. I can quote his comment here: " Every node must be running the Deluge protocol. This means that you will need to manually install the golden image app on all nodes which you want to be "deluge-enabl

Re: [Tinyos-help] Deluge question

2005-10-26 Thread Krontiris Ioannis
To my understanding, when you have Deluge installed to the motes, you could send Blink alone, but then you would not have deluge anymore on the motes, and so you wouldn't be able to reprogram them again. So, the program image that you send to the motes must contain blink AND deluge. When you try t

Re: [Tinyos-help] Deluge question

2005-12-22 Thread 刘巍
Hi, Dear all I also want to modify Deluge program.We want to use a network coding based on windows style.So anyone especially Deluge project team can give me some advise or detailed document ,thanks a lot:) === 2005-12-22 04:03:03 您在来信中写道:=== >Hi all, > >I am trying to modify t

[Tinyos-help] Deluge frame format

2006-01-05 Thread Cesar Leon Soledispa
Hi, I am analyzing the Deluge and I need to know where i can find info about the format of a typical Deluge Frame and the fields that are included in this frame.Thanks.-- César León Soledispa Tel: +56 (32) 79 73 30Movil: +56 9 359 15 18http://cleon.no-ip.com/~cesar _

[Tinyos-help] Deluge Help Required

2006-01-22 Thread Pradip De
Hi All, As per the Deluge Manual 2.0, I am trying to reprogram nodes over the air. I have successfully compiled the modified Blink image after installing the DelugeBasic as the Golden Image in all the nodes of the network. However, when I do an Inject the code does not propagate to t

[Tinyos-help] Deluge 1.0 trouble

2006-02-16 Thread Dario Zaccardini
Hi to all! I'm setting up my tmote node for use with Deluge but I have some trouble! I'm trying to install the GoldenImage application and then running the Deluge java application to ping the node but it doesn't reply. I'm following the instruction in deluge-manual.pdf found under tinyos-1.x

Re: [Tinyos-help] Deluge Messages

2006-02-28 Thread Ioannis Krontiris
Hi Holger, Can you be more specific on what you want to do? Do you want the program image disseminated and stored in all nodes but you choose which one will load it, or you want only a specific node to store the image in its memory, and then load it ? Because, as you know, the nodes first stor

[Tinyos-help] Deluge on mica2dots

2006-04-19 Thread Jacob Sorber
I am having trouble using Deluge to program mica2dots.  I am following the Deluge tutorial and I am able to successfully program them, but when I send the reboot command it doesn't run the requested image.  Does anyone have any idea what I'm doing wrong? On a related note, is Deluge robust enough

[Tinyos-help] Deluge compilation on micaz

2009-09-08 Thread BAI LI
Hi, I have followed the intructions from the Deulge tutorial and also installed pyserial tools as required. I met the following error when i tried to inject blink image to micaz administra...@jujumao /opt/tinyos-2.x/apps/tests/deluge/Blink $ tos-deluge /dev/ttyS5:115200 -i 1 build/micaz/tos-image

[Tinyos-help] Deluge T2 reprogramming problem

2010-01-22 Thread Vikram vik76
Hello, I have installed initially GoldenImage default program on all the motes (MICAz). Then I reprogrammed over-the-air all the motes it with a test Blink program. It worked. Subsequently, I reprogrammed the motes again with an another application. I included the volumesxxx.xml file for the delug

[Tinyos-help] Deluge T2 BaseStation problems

2010-02-23 Thread Ryan Emerson
I have recently being trying to use Deluge T2 and have been following this manual: http://www.tinyos.net/tinyos-2.x/doc/html/deluge-t2-manual.html I can sucessfully run the following commands in the GoldenImage directory: CFLAGS=-DDELUGE_BASESTATION make micaz install,0 mib510,/dev/ttyS2 Howeve

[Tinyos-help] Deluge T2 with CTP

2010-10-19 Thread 白惠文
Can someone tell me whether Deluge T2 works correctly with CTP in tinyos-2.1 now? I'm using the most recent tinyos from CVS. However, I still observe weird behaviors when using Deluge with CTP. I know there were bugs before, but they should have been fixed. If someone is currently using Delug

[Tinyos-help] Deluge on new platform

2010-12-29 Thread Devasenapathy
Hello All I have an exact replica of a tmote-sky on which I need to use deluge. I have the following issue with this: I followed the instructions in the Deluge T2 page: http://docs.tinyos.net/index.php/Deluge_T2 as is and see that the expected response is seen on tmotes. So I know that my t

[Tinyos-help] Deluge T2 and netbsl

2011-01-07 Thread jostargal
Hi to all!I've a Tmote Connect unit, and a Tmote Sky mote connected to it.I can install a "normal" program through "netbsl" command. For example, the Blink app (previously compiled):[cygwin]$ make telosb reinstall netbsl,192.168.1.100:10001cp build/telosb/main.ihex build/telosb/main

[Tinyos-help] Deluge T2 and netbsl

2011-01-07 Thread jostargal
Hi to all! I've a Tmote Connect unit, and a Tmote Sky mote connected to it. I can install a "normal" program through "netbsl" command. For example, the Blink app (previously compiled): [cygwin] $ make telosb reinstall netbsl,192.168.1.100:10001 cp build/telosb/main.ihex build/telos

Re: [Tinyos-help] Deluge T2 + netbsl

2011-01-17 Thread José A. Tarifa
I've tried it in another computer and now it works: $ CFLAGS=-DDELUGE_BASESTATION make telosb install netbsl,192.168.1.100:10001 First it loads the "tosboot" and then loads the main program without erase memory. * I've the "netbsl.extra" file modified on line #29: $(BOOTLOADER) -> $(BOOTLOADER_

[Tinyos-help] Deluge image maximum size

2011-01-18 Thread José A. Tarifa
Hi all! I'm working with Deluge T2 in Tmote Sky (telosb) under Cygwin. I wonder what's the maximum size of a tos image that work OK with Deluge dissemination. I've an app with 38000B in ROM and 4000B in RAM, but when I compile the same application (make telosb) with DelugeC component included,

[Tinyos-help] Deluge image maximum size

2011-01-27 Thread José A. Tarifa
Hi all! I'm working with Deluge T2 in Tmote Sky (telosb) under Cygwin. I wonder what's the maximum size of a tos image that work OK with Deluge dissemination. I've an app with 38000B in ROM and 4000B in RAM, but when I compile the same application (make telosb) with DelugeC component included,

Re: [Tinyos-help] deluge T2 problem

2011-11-30 Thread Razvan Musaloiu-E.
Quick question: is the latest SVN? If not, can you try that? :-) -- Razvan ME On Wed, Nov 30, 2011 at 4:19 PM, sadun silva wrote: > hi all, > > i'm trying to get deluge to work. i installed the base station program in > /tests/deluge/BaseStation using > > make telosb install,0 bsl,/dev/ttyUSB0

Re: [Tinyos-help] deluge T2 problem

2011-12-15 Thread sadun silva
thanks a lot! solved! i got it to work. i did not have automake installed on my system. silva On Thu, Dec 1, 2011 at 1:40 PM, sadun silva wrote: > hi, > > Thanks a lot for the prompt reply. > it is not the latest svn. But when i tried to follow the instructions (in > the Deluge T2 wiki) with

Re: [Tinyos-help] deluge T2 problem

2011-12-15 Thread sadun silva
hi, Thanks a lot for the prompt reply. it is not the latest svn. But when i tried to follow the instructions (in the Deluge T2 wiki) with the latest version (after an svn checkout from googlecode) it gives the following set of errors. when i go to /tools & type ./Bootstrap + aclocal ./Bootstrap:

Re: [Tinyos-help] deluge T2 problem

2011-12-15 Thread sadun silva
hi, when i try to compile the GoldenImage it gives me the following error. tos/lib/net/Deluge/DelugePageTransferP.nc: In function `DelugePageTransferP__BlockWrite__writeDone': /opt/tinyos-main-read-only/tos/lib/net/Deluge/DelugePageTransferP.nc:455: Internal compiler error in gen_lowpart, at emit

Re: [Tinyos-help] deluge T2 problem

2011-12-16 Thread Razvan Musaloiu-E.
Can you please follow the instructions from here: http://tinyprod.net/razvanm/debian/ It compiles properly with them on my system. -- Razvan ME On Mon, Dec 5, 2011 at 6:00 PM, sadun silva wrote: > > hi, > > when i try to compile the GoldenImage it gives me the following error. > > tos/lib/ne

[Tinyos-help] Deluge T2 roleback Goldenimage

2012-03-11 Thread Augusto Soares
Hi all. i'm trying to use deluge T2 to disseminate new program across network, i'm using telosb motes. i can disseminate the new program successfully (i.e the Blink app). my problem is how can i rollback the GoldenImage after a successfully disseminate a program so i can disseminate more programs

Re: [Tinyos-help] Deluge T2 problem

2012-05-24 Thread Hamid Rafiei Karkvandi
Hi, I would like to add some new information to my post, it seems the error: - AttributeError: 'NoneType' object has no attribute 'data' is generated by Python engine. I am not that skilled in Python yet, but after doing some search, I found out that the problem should be mainly because getIdent

Re: [Tinyos-help] Deluge T2 problem

2012-05-24 Thread Hamid Rafiei Karkvandi
Ok, after some investigation I found out that when I am trying to ping or inject an image to the mote, the following error occurs in the read function of tos-deluge file: def read(imgNum, offset, length): r = [] sreqpkt = FMReqPacket((FM_CMD_READ, imgNum, offset, length, [])) hamtemp=

Re: [Tinyos-help] Deluge T2 problem

2012-05-25 Thread Gagandeep Singh
Hi everybody, I am getting the problem while compiling for Tossim [gags@gags RadioCountToLeds]$ make micaz sim [gags@gags RadioCountToLeds]$ make micaz sim mkdir -p simbuild/micaz mig python -target=micaz -DIDENT_APPNAME=\"RadioCountToLed\" -DIDENT_USERNAME=\"gags\" -DIDENT_HOSTNAME=\"gags\"

Re: [Tinyos-help] Deluge T2 problem

2012-05-25 Thread cyan phoenix
hi, if you are using GCC in Linux, your gcc version may be 4.6, refer to http://sourceforge.net/tracker/?func=detail&aid=3153727&group_id=56288&atid=480036for any suggestion. 2012/5/25 Gagandeep Singh > Hi everybody, > > I am getting the problem while compiling for Tossim > > [gags@gags RadioCou

[Tinyos-help] Deluge for image propagation

2012-10-16 Thread mkelly
Hello, I am attempting to perform a relatively simple task using Deluge in TinyOS 2.1.1 and am having an issue. My goal is, given three iris motes, first disseminate a program from the basestation mote (1) to another mote (2) with GoldenImage installed. This works as expected. What I would like

Re: [Tinyos-help] Deluge t2 issues

2012-12-10 Thread András Bíró
Hi Sadun, On Mon, Dec 10, 2012 at 5:18 PM, sadun silva wrote: > Hi all, > > I have been working with deluge for couple of days now. I checked out the > tree from google code. (so a stable version). But I ran in to following > problems. > > 1. I do not have any way to erase the volumes. -e switc

[Tinyos-help] Deluge simulation with TOSSIM

2013-12-31 Thread mmz_tinyos
Hi, All Have you ever simulated deluge with tossim? or any hint on it ? Thanks for your attention. Best regards.___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Deluge T2 on shimmer

2014-03-24 Thread Emanuel Lima Lima
Hi, I successfully implemented Deluge T2 in telosb motes, but now i want to put Deluge T2 to work with Shimmer2R motes, that run TinyOS as well. I know that i would need to change de source code from Deluge T2 to work with another plataform (since Deluge T2 works only with telosb and micaz).

Re: [Tinyos-help] Deluge T2 multiplataform

2014-04-04 Thread Martin Cerveny
Hello. On Fri, 4 Apr 2014, Emanuel Lima Lima wrote: > I'm currently working with Deluge T2 and this protocol is only available for > a group of platforms. I came ask, if someone tried to put > Deluge T2 to work with a platform that doesn't belong to this group, like > Shimmer2r for example? > Th

[Tinyos-help] Deluge with selective reprogramming

2014-04-15 Thread Emanuel Lima Lima
Hi all, Someone worked in extend the Deluge to support selective reprogramming? Any help will be much appreciated. Best regards, Emanuel Lima ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu ht

[Tinyos-help] Deluge reboot works intermittently

2007-11-12 Thread David Henry
My platform is tmoteinvent (msp430). I have a problem where rebooting from certain applications to another does not always work. However clicking the reset button brings up the new application i.e. reboot information was written to internal flash. I know that I enter the resetMote() function by a

[Tinyos-help] Deluge and Application size

2007-11-13 Thread Alban Hessler
Hi, I have a rather big application, and when using it with deluge, it crashes. Without deluge, it does not. If also I reduce my application (removing some component), the application does not crash. If the application is more than 64 Ko, do I need increase the volume sizes? Best regards, Alban

Re: [Tinyos-help] Deluge(ify) MultihopOscilloscope

2008-02-14 Thread Kevin Klues
What are the reported RAM / ROM sizes of your compiled app. It looks like the binary may be too large Kevin On Wed, Feb 13, 2008 at 1:33 PM, Andrew Parson O'Brien <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to modify a vanilla MultihopOscilliscope so that it may > serve as a Deluge

Re: [Tinyos-help] Deluge T2 Dissemination

2008-02-14 Thread Chieh-Jan (Mike) Liang
I think that slot 0 is for golden image, and its code can't be disseminated over the air. Mike On Feb 14, 2008, at 9:39 AM, Bernardo Maciel wrote: If I do it in slot 1, everything works perfectly. But with slot 0, I can only reprogram the base station and not disseminate! Am I doing anythin

Re: [Tinyos-help] Deluge T2 Dissemination

2008-02-15 Thread Bernardo Maciel
I see... regoogling I found this: https://www.millennium.berkeley.edu/pipermail/tinyos-help/2007-July/026472.html Is it now possible to add new volumes? Or are there any plans to make this feature available? Bernardo On Feb 15, 2008, at 5:49 AM, Chieh-Jan (Mike) Liang wrote: I think that

  1   2   3   4   >