Hi ,
         I am trying to simulate my ported code on simulavr and
getting the following error :
 " libtermcap.so.2 => not found " // using ldd
I know the package is deprecated and not available for ubuntu. Can anyone
help by providing teh file and /or a version of avr-gdb that doesnt use the
lib .

Thanks,
--
Subhojit Basu




On Thu, Nov 3, 2011 at 11:14 PM, <
[email protected]> wrote:

> Send Tinyos-help mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
> or, via email, send a message with subject or body 'help' to
>        [email protected]
>
> You can reach the person managing the list at
>        [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Tinyos-help digest..."
>
>
> Today's Topics:
>
>   1. Include Group ID in packet (Telosb - TmoteSky)
>      (Jorge R. Beingolea G.)
>   2. Re: hardware and software ack in CC2420 (Sergio Gonzalez)
>   3. Re: Arch Linux (Enrico Treu)
>   4. Re: Error while running net.tinyos.tools.Listen -- URGENT
>      (Michael Schippling)
>   5. Re: Tiny OS port to AVR32+CC2520 (Subhojit Basu)
>   6. Change bytes in the message (Rudimar Engel)
>   7. Reading the usb port without the java Listen (what is     the
>      byte RSSI) (Jorge R. Beingolea G.)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 03 Nov 2011 13:44:04 -0200
> From: "Jorge R. Beingolea G." <[email protected]>
> Subject: [Tinyos-help] Include Group ID in packet (Telosb - TmoteSky)
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi All,
>
> Could please help me with this problem?
>
> I need separate the Networks in groups, and discovers what in structure
> of the package one has 1 byte for indicate group id (*Group ID* (00) (1
> byte) : indicated that not using any group ID) , however, do not know how.
>
> when compiling the oscilloscope application, is used the following command:
>
> make telosb install,1
>
> and to determine the group in frame?
>
> In Makedefaults, edit the following line:
>
> DEFAULT_LOCAL_GROUP
>
> thinking that this would be the case, however, did not notice any change
> in the frame!...
>
> Can anyone help me with this problem?
>
>
> Jorge Beingolea
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20111103/eb3effc3/attachment-0001.htm
>
> ------------------------------
>
> Message: 2
> Date: Thu, 03 Nov 2011 08:56:16 -0700
> From: Sergio Gonzalez <[email protected]>
> Subject: Re: [Tinyos-help] hardware and software ack in CC2420
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Napoleon,
>
> When working in the HW mode, the transceiver automatically issues an ACK
> upon receiving a data packet from the MAC layer. A local notification is
> also sent to the system to let it know that there is a packet ready for
> reading, but for some obscure reason the packet is not always delivered
> to higher layers.
>
> To solve this issue, software ACKs can be enabled and the system then
> takes responsibility of issuing the ACK after the packet has been
> delivered to higher layers, thus making the process more reliable (but
> it's not prefect either). Note that using the SW ACK option slows down
> the overall data transfer process and consequently affects throughput.
>
> Sergio
>
> > Hi,
> >        I am reading the code of CC2420.
> >        I do not understand the difference between hardware and software
> ack.  And also I am wondering which part in CC2420 responsible for
> generating ack frame.
> >       Thank you.
> >
>
>                                                                  Napoleon.
>
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 03 Nov 2011 16:58:45 +0100
> From: Enrico Treu <[email protected]>
> Subject: Re: [Tinyos-help] Arch Linux
> To: tinyos <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="utf-8"
>
> As long as you have a working developer environment (compiler, parser and
> libs) you should be able to build from the repository.
> This way should work for any distribution.
>
>
>
> Magnus Morton <[email protected]> schrieb:
>
> Hi,
>
>
> Does anyone have any experience building and using the TinyOS toolchain on
> Arch Linux, particularly with telosb?
>
>
> Many thanks,
>
> Magnus
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20111103/614b002f/attachment-0001.htm
>
> ------------------------------
>
> Message: 4
> Date: Thu, 03 Nov 2011 10:29:43 -0600
> From: Michael Schippling <[email protected]>
> Subject: Re: [Tinyos-help] Error while running net.tinyos.tools.Listen
>        -- URGENT
> To: "Modi, Jenis Ashokkumar" <[email protected]>
> Cc: "[email protected]"
>        <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> ahha....
>
> I guess you are using a network base-station/programming adapter.
> I'm afraid you'll have to find documentation for that adapter.
> If you send the name and number of that beast maybe someone
> will know how to use it correctly. I only use serial or USB
> devices.
>
> It will probably boil down to figuring out the network address
> and port number to use with the -comm argument. I notice that
> the value you sent: "[email protected].**.***:10002" has those
> wild-card *'s which is probably not correct. 192.168... is
> usually a locally routed net, so that part could be right.
> Presuming that you used it for programming you should have
> the right IP address someplace, I just don't know about
> the :port #.
>
> MS
>
> Modi, Jenis Ashokkumar wrote:
> > Hi Michael,
> >
> > Thanks for the reply. I have installed both my motes using RJ 45(or say
> using IP address) cable only. I cannot use the Serial cable connection to
> my motes as it can be just connected using RJ 45 cable. I am confused about
> the below lines which is there on
> http://docs.tinyos.net/tinywiki/index.php/Mote-PC_serial_communication_and_SerialForwarder#BaseStation_and_net.tinyos.tools.Listen.
>  which says that,
> > "BaseStation is receiving your BlinkToRadio packets and sending them to
> the serial port, so if it is plugged into a PC we can view these packets.
> The Java tool Listen is a basic packet sniffer: it prints out the binary
> contents of any packet it hears."
> >
> > So, my question is that, "is it necessary for me to have my mote
> connected to PC (via serial com port) ? or Is there any mechanism via which
> I can sniff this packets as I am using RJ 45 cable to connect to my motes?
> I don't have serial port connection to my motes. "
> >
> > Waiting for your kind reply.
> >
> > Thanks & Regards,
> > Jenis
> >
> > -----Original Message-----
> > From: Michael Schippling [mailto:[email protected]]
> > Sent: Wednesday, November 02, 2011 9:08 AM
> > To: Modi, Jenis Ashokkumar
> > Cc: [email protected]
> > Subject: Re: [Tinyos-help] Error while running net.tinyos.tools.Listen
> -- URGENT
> >
> > It's a little unclear, but I'm going to assume that your point 2 means
> > that you have installed Basestation on the mica2 that is plugged into
> > the host computer. And further that you are seeing leds blink as one
> > would hope...
> >
> > Then, the error you are getting indicates that Listen is expecting to
> > connect to a network port, usually the SerialForwarder. This is the
> > default behavior, but I always recommend just forgetting about SF and
> > going direct, as it were. To connect Listen to the actual input port
> > you need to set use something like "-comm serial@COM1:mica2" where
> > COM1 is the I/O port your mica2 is plugged into. You can also
> > set the same string in a MOTECOM environment variable and not have
> > to bother with it on the command line.
> >
> > Probably searching for MOTECOM will turn up some better advice.
> >
> > MS
> >
> >
> > Modi, Jenis Ashokkumar wrote:
> >>
> >> Hi All,
> >>
> >> Could you please help me for this part? I want to run Listen
> >> application and want to see the packet it sees. These are the steps
> >> which I am following.
> >>
> >> This is what I did in steps. 1. Install mica2 motes on
> >> apps/tutorials/BlinkToRadio. (on 2 different motes) 2. Install mica2
> >> mote (one of the mote where BlinkToRadio is installed) on
> >> apps/Basestation application. 3. java net.tinyos.tools.Listen -comm
> >> [email protected].**.***:10002
> >>
> >> This throws me "Error on
> >> [email protected].**.***:10002:java.net.ConnnectException: Connection
> >> refused". Please let me know If I am following wrong steps. I am
> >> following this link for getting output.
> >>
> >>
> http://docs.tinyos.net/tinywiki/index.php/Mote-PC_serial_communication_and_SerialForwarder
> >>
> >>
> >>
> >>
> >> Thanks & Regards, Jenis
> >>
> >>
> >>
> >>
> >>
> >> _______________________________________________ Tinyos-help mailing
> >> list [email protected]
> >>
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> >
> >
>
>
> ------------------------------
>
> Message: 5
> Date: Thu, 3 Nov 2011 23:07:19 +0530
> From: Subhojit Basu <[email protected]>
> Subject: Re: [Tinyos-help] Tiny OS port to AVR32+CC2520
> To: [email protected]
> Message-ID:
>        <CAHyx6tnEeG_gEYYucoAhyLcrjjazcRBtvPNHYG8Q=eoznzq...@mail.gmail.com
> >
> Content-Type: text/plain; charset="iso-8859-1"
>
> HI,
>
>   - Installed T2 and set-up tools
>   - Started porting tos/chips/atm128 to tos/chips/atm32
>      - Some confusion regarding MCUCSR as the bit organization is different
>      - The GPIO Interrupts are also vastly different with different CSR's,
>      would it be safe to neglect them for now ?
>
> Regards,
>
> --
> Subhojit Basu
>
> http://in.linkedin.com/in/subhojitb
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20111103/8988945f/attachment-0001.htm
>
> ------------------------------
>
> Message: 6
> Date: Thu, 3 Nov 2011 15:42:39 -0200
> From: Rudimar Engel <[email protected]>
> Subject: [Tinyos-help] Change bytes in the message
> To: [email protected]
> Message-ID:
>        <CAPzLiJEUkETwJ0zOC7bYFpxjwxz-2=iawzn1hbx-fqtao59...@mail.gmail.com
> >
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello!
>
> I want change the bytes in the message send of the micaz mote. Someone can
> help-me, how can I manipulate the Bytes in the message, not only the
> payload bytes, but all the bytes of the message, meta data, header and
> others.
>
> Rudimar.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20111103/588f3020/attachment-0001.htm
>
> ------------------------------
>
> Message: 7
> Date: Thu, 03 Nov 2011 15:40:28 -0200
> From: "Jorge R. Beingolea G." <[email protected]>
> Subject: [Tinyos-help] Reading the usb port without the java Listen
>        (what is        the byte RSSI)
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>
>
> Hi all,
>
> I'm working on an application to process the Telosb, using Oscilloscope
> application.
>
> I started by collecting and reading data through the USB port, and
> realized that the process of reading directly from USB port, without the
> use of command java Listen, 2 bytes are added to the beginning of the
> frame and 3 to end.
>
> In the package (Oscilloscope application = 36 bytes), I could not
> identify any byte that corresponds to the RSSI.
>
> What I wonder is if some of the additional bytes (2 before and 3 bytes
> at end) may be of RSSI and are abstracted when using the command java
> Listen
>
> could you help me?
>
>
> Jorge
>
>
>
> ------------------------------
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
> End of Tinyos-help Digest, Vol 103, Issue 6
> *******************************************
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to