[Tinyos-help] SERAILFORWARDER CLIENT

2008-02-25 Thread subhash nemani
i exceuted the serialforwarder and i got display saying that listening for the client connections on the port 9001, i have written client application in java ,serialforwarder application is recognising my client also but that data is not being transferred this mail has an client attachment wha

Re: [Tinyos-help] cricket

2008-02-25 Thread Sarfraz Nawaz
I am not sure about TinyOS-2.x but David Moore from MIT had added cricket support to Tossim in TinyOS-1.x. So after placing a few files in proper places it is possible to do "make cricket_pc" on TinyOS-1.x On Tue, Feb 26, 2008 at 3:24 PM, prashan wanigasekara <[EMAIL PROTECTED]> wrote: > Hi ever

[Tinyos-help] cricket

2008-02-25 Thread prashan wanigasekara
Hi everyone, I would like to know whether TOSSIM can be used in a cricket platform. For example would "make cricket sim" work? I would greatly appreciate your help. prashan ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.mi

[Tinyos-help] help

2008-02-25 Thread funofnet Funofnet
Hi, I am a beginner with tossim and tinyos(1.x) and I have several questions: 1. how can I know if I had the complete version of tinyos or not. 2. I want to test surge exemple but when I activated Surgelistner java net.tinyos.surge.MainClass 125 I don't see the topology of my network (are there s

[Tinyos-help] Re: USB UART capacity

2008-02-25 Thread Bhavish Aggarwal
I also tried using TestSerialBandwidth. I commented out the code in TestSerial.java which sends packets to mote. Thus, I'm only sending packets to the PC from mote. Using the "as fast as possible" mode, I can send packets at the rate of approx 100Hz in the direction mote to PC. What limits the rat

[Tinyos-help] Communication TOSSIM with one block of radio

2008-02-25 Thread joan . cesaribohigas
Hi everyone, I'm new in TinyOS and TOSSIM. I'm trying to implement a radio model for TOSSIM simulator. Concretly, radio model nrf2401. In TOSSIM for TinyOS 2.0 only the packet model for the simulations is implemented, I think. Someone can help me and tell me how TOSSIM core can communicat

[Tinyos-help] USB UART capacity

2008-02-25 Thread Bhavish Aggarwal
Hi, I am trying to ascertain the maximum rate at which packets can be sent from mote to PC via USB. I'm using the tinyos-2.0 BaseStation app on both the sender mote and receiver mote. At the sender, I'm using TestSerial to send packets via USB to the mote in a loop without any sleep in between suc

[Tinyos-help] tos-check-env error

2008-02-25 Thread Murray, Ben
reply-all now...just in case it's useful!: the dot makes the prog. look at "the directory I am in right now" and it should really be added to your CLASSPATH as a step in itself, not as a standalone step: export CLASSPATH="C:\cygwin\opt\tinyos-2.x\support\sdk\java\tinyos.jar" export CLASSPATH="$C

RE: [Tinyos-help] Modifying XMeshBase

2008-02-25 Thread Giri Baleri
XMeshBase already supports downstream communication via XCommand interface. You may send commands out to the network using XServe>XCmd. Please refer to the XServe manual below. http://www.xbow.com/Support/Support_pdf_files/XServe_Users_Manual.pdf All the XMesh apps (including XMeshBase support

[Tinyos-help] tos-check-env error

2008-02-25 Thread Ari Chinna
Hi i am a beginner to tinyos. I have installed tinyos-2.x and cygwin and their directories are. cygwin- "c:/cygwin..." java- "c:/programfiles/java/jdk1.5.0_14..." i linked them with this command in cygwin bash shell *"ln -s /cygdrive/c/program files/java/jdk1.5.0_14/bin/javac /bin/javac"* CLASSP

[Tinyos-help] chapter1 : error!!! pls help

2008-02-25 Thread Ari Chinna
Hi i am a beginner to tinyos. I have installed tinyos-2.x and cygwin and their directories are. cygwin- "c:/cygwin..." java- "c:/programfiles/java/jdk1.5.0_14..." i linked them with this command in cygwin bash shell *"ln -s /cygdrive/c/program files/java/jdk1.6.0_01/bin/javac /bin/javac"* CLASSP

RE: [Tinyos-help] error in running java program (SerialForwarder andTestSerial) in linux ubuntu

2008-02-25 Thread Janos Sallai
Bayu, First, you have some problems with your java installation. Although most of the tinyos java tools should work with gcj/CLASSPATH, you're better off with installing a Sun JDK or an IBM JDK. Also, make sure that the current directory is on the classpath, as well as the tinyos jar files.

RE: [Tinyos-help] running tinyOS in Linux Ubuntu

2008-02-25 Thread Janos Sallai
You need to set some environment variables manually. Please refer to the section on environment variables in http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html Janos From: [EMAIL PROTECTED] on behalf of bayu anggorojati Sent: Mon 2/25/2008 5:28 AM T

[Tinyos-help] Modifying XMeshBase

2008-02-25 Thread Lei Mlapom
Hi; I am working with micaz platform. I have a remote note transmiting and the base station is loaded with the XMeshBaseM.nc code. The remote transmits correctly to the base station, but then, I want to transmit a message from the base to the remote and I dont know where I have to insert this.

[Tinyos-help] error in running java program (SerialForwarder and TestSerial) in linux ubuntu

2008-02-25 Thread bayu anggorojati
Hi, I am installing the tinyOS linux ubuntu. Basically I can successfully compile and install the tinyOS program. But when I tried to run a java program, such as SerialForwarder it gave me the following error: Exception in thread "main" java.awt.AWTError: Cannot load AWT toolkit: gnu.java.awt.peer

Re: [Tinyos-help] error on make mica2

2008-02-25 Thread Kevin Klues
Again, this is not a tinyos problem. This is a probelm with setting up your PATH correctly to point to where your java tools are installed. Kevin On Fri, Feb 22, 2008 at 12:44 AM, Ari Chinna <[EMAIL PROTECTED]> wrote: > > I have installed tinyos-2.x version in cygwin > When i type the following

RE: [Tinyos-help] UniqueSend question

2008-02-25 Thread David Moss
UniqueSend is simply a layer inside of radio stacks, providing the "Send" interface to layers above, and using the "Send as SubSend" interface to connect to layers below. Its purpose is to set a unique DSN (data sequence number) byte in the packet's header on the way out. There's a reference

Re: [Tinyos-help] AMSend.SendDone not signalled

2008-02-25 Thread Yi-Tao Wang
It sounds like acknowledgements might be on. The lower layer will keep resending the message and it won't signal sendDone unless it gets an ack for the msg from another mote. On Mon, Feb 25, 2008 at 1:04 AM, Murray, Ben <[EMAIL PROTECTED]> wrote: > You can try running BaseStation and net.tinyos.to

Re: [Tinyos-help] running tinyOS in Linux Ubuntu

2008-02-25 Thread Yi-Tao Wang
You still need to set the environment variables. See http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html for the list of variables that you need to set. David On Mon, Feb 25, 2008 at 3:28 AM, bayu anggorojati <[EMAIL PROTECTED]> wrote: > Hi, > > I am installing tinyOS in Linux Ubuntu b

RE: [Tinyos-help] Can MIB600 use simultaneously two TCP connections?

2008-02-25 Thread Siirtola Harri
MIB600 has only two channels, one for programming (only) and another for comms. So, there's no way other than using SF. As for java vs. C, I don't know. On the other hand, I can't see a reason the apps wouldn't be identical. Harri From: [EMAIL PROTECTED] [

Re: [Tinyos-help] Can MIB600 use simultaneously two TCP connections?

2008-02-25 Thread mikcin
Can MIB600 provide only two connection it itself? Maybe can I use channel 1 to communicate with mote? I would like to avoid using Serial Forwarder. Is it possible? Can C version of Serial Forwarder provide multiple connections or only java version ? Mariusz - Original Message -

[Tinyos-help] running tinyOS in Linux Ubuntu

2008-02-25 Thread bayu anggorojati
Hi, I am installing tinyOS in Linux Ubuntu by following the steps from http://www.tinyos.net/scoop/story/2007/8/15/234856/990 However I got an error when trying to compile the Blink application. Here is the error message: make: *** No rule to make target `micaz'. Stop. Does anybody know what is h

[Tinyos-help] Deluge T2 in TinyOS 2.0.2 release

2008-02-25 Thread Gaurav Chandwani
Hi Guys, We have to deploy a big number of motes with 2 images 1. modified-MutiHopOscilloscope application for Collection, Radio always ON - Cluster Head (CH) 2. modified-RadioCountToLeds , with Radio ON for only transmitting a packet(few ms) and then OFF for say X Minutes - Cluster Node (CN)

RE: [Tinyos-help] Can MIB600 use simultaneously two TCP connections?

2008-02-25 Thread Siirtola Harri
Connect Serial Forwarder to MIB600, it can provide multiple connections to applications (through its port 9001). Regards, Harri From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, February 24, 2008 7:48 PM To: tin

RE: [Tinyos-help] AMSend.SendDone not signalled

2008-02-25 Thread Murray, Ben
You can try running BaseStation and net.tinyos.tools.Listen as detailed in http://www.tinyos.net/tinyos-2.x/doc/html/tutorial/lesson4.html to verify nothing is being transmitted at all. I assume you have Leds toggling or something on: AMSend.send returning success AMSend.sendDone returning SUCCESS

[Tinyos-help] make micaz sim error. Help!

2008-02-25 Thread Ari Chinna
Hi... I have installed tinyos-2.x and cygwin. I linked the java file $ cd /opt/tinyos-2.x $ ln -s /cygdrive/programfiles/java/jadk1.5.0_14/bin/javac/bin/javac But when i type micaz sim i get error 127 $ cd /opt/tinyos-2.x/apps/radioCountToLeds $ make micaz sim i get error as follows mkdir -p b