Anyone know how to set the MOTECOM variable for the MIB600? I just googled: motecom mib600 and found a bunch of messages with varying content but it looks like you should do something like:
export motecom=netw...@localhost:10002 The last number is the port number, which actually makes no sense to me... One of the results of the search is: http://docs.tinyos.net/index.php/Mote-PC_serial_communication_and_SerialForwarder which might help too. But perhaps some of the other messages will be of more help. I find it hard to understand that there isn't a user guide for the programmer that talks about this, but I guess it's easy to believe. To run the script, "cd" to the directory and type "run.sh". However if you don't know how to set the MOTECOM correctly, it's to going to do anything. MS ma. pratama wrote: > I already search on google and mib 60 > > motecom environment is to type : $ export=netw...@ip_address:port. But it do > nothing with the cigwyn.. Can u tell me how to execute the run.sh file in > cigwyn? Do i need to enter the run.sh file directory?what should i type? Thx.. > > > --- On Sat, 5/9/09, Michael Schippling <[email protected]> wrote: > >> From: Michael Schippling <[email protected]> >> Subject: Re: [Tinyos-help] Ask how to make sink as a sender on tinyos 1.1.10? >> To: "ma. pratama" <[email protected]> >> Cc: "Tinyos-Help" <[email protected]> >> Date: Saturday, May 9, 2009, 2:31 PM >> The run.sh file was just a convenient script >> to avoid typing all that you did. They should >> have the same effect. How did it not work? >> If it's the MOTECOM problem I don't know >> what the proper setting for the MIB600 is >> which is why I suggested that Google might >> be your new best friend. >> >> MS >> >> ma. pratama wrote: >>> In the readme file, i found this : >>> 2. The Mote directory contains a "run.sh" >> file which should >>> execute the RadioCommTest program. Just execute this >> file in >>> a cygwin bash window. >>> >>> What does this mean?? i already type: (java -classpath >> "classes/rct.jar\;classes/tinytools.jar" >> RadioCommTest) in the bash command but dont worked. >>> --- On *Fri, 5/8/09, Michael Schippling >> /<[email protected]>/* wrote: >>> >>> From: Michael Schippling <[email protected]> >>> Subject: Re: [Tinyos-help] Ask how to make sink as >> a sender on >>> tinyos 1.1.10? >>> To: "ma. pratama" >> <[email protected]> >>> Cc: "Tinyos-Help" >> <[email protected]> >>> Date: Friday, May 8, 2009, 12:48 PM >>> >>> It's beginning to look like you haven't >> worked through the >>> doc/tutorial...some of this should be covered >> there. I don't >>> know the correct MOTECOM environment variable >> settings for >>> the MIB600. I think it's an ethernet device, >> right? So it's >>> probably some kind of net port number. Search for >> the two >>> strings together and maybe you'll stumble upon >> the right thing. >>> MS >>> >>> ma. pratama wrote: >>> > Hi..sorry to interrupt you again..hope you >> dont mind.. >>> > >>> > This is the step i ve done : >>> > >>> > FYI : im using MIB 600 programmer board and >> micaZ motes >>> > >>> > 1. Install the Robot application on 2 micaZ >> mote with following >>> cygwin command : >>> > $ make micaz reinstall,1 eprb,192.168.1.5 >> and >>> > $ make micaz reinstall,2 eprb,192.168.1.5 ( >> success in compiling ) >>> > >>> > 2. Install TOSBase application on micaz mote >> with following command : >>> > $ make micaz reinstall,0 eprb,192.168.1.5 ( >> success in compiling ) >>> > >>> > 3. I type : java -classpath >>> >> "classes/rct.jar\;classes/tinytools.jar" >> RadioCommTest in the cygwin >>> bash command. But i got this notification : >>> (http://i41.tinypic.com/259z86w.jpg) >>> > <http://i41.tinypic.com/259z86w.jpg> >>> > >>> > What next should i do ?? And, can the sink >> send information to a >>> specific motes, but not broadcast to all motes? >> for example : the >>> sink send data to node 1 & 3 but not to the >> node 2 & 4. >>> > >>> > Thx... >>> > >>> > -Arif- >>> > >>> > >>> >>> > > > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
