Hi Daniele,

This is my view of the purpose of the different packages and whether you 
would need them in your case:
- comm: low-level serial interface, needed
- message: TinyOS message abstraction, needed
- mviz: TOSSIM visualisation?, not needed (probably even outdated)
- packet: high-level mote interface (between comm and message): needed
- sf: Serial Forwarder, probably only needed if you explicitly use the 
serial forwarder
- sim: TOSSIM classes?, not needed
- tools: Some additional libraries for some TinyOS extensions, might be 
needed depending on your application
- util: helper classes for the other packages, most likely needed

So you could try to remove the mviz, sim, and tools packages. You might 
also be able to remove the sf package.

Cheers,
Urs



Michael Schippling wrote:
> I'm cc'ing back to the help list...
> 
> I don't use T2, nor SF actually, so I'm not much help.
> I presume that the Packetizer and below code is similar
> if not identical to T1. Below that code you'll find the
> serial interfaces. I don't know what you are trying to
> accomplish though...
> 
> MS
> 
> Daniele Ricci wrote:
>> I have serialforwarder 2.x it isn't good? which version I have to take?
>> So packetizer and moteIf are essential?
>> thanks for answers.
>>
>>  > Date: Thu, 13 Aug 2009 11:50:40 -0600
>>  > From: [email protected]
>>  > To: [email protected]
>>  > CC: [email protected]
>>  > Subject: Re: [Tinyos-help] s.f. packages that use tinyos
>>  >
>>  > In the old days Packetizer.java and MoteIF.java were the gatekeepers
>>  > to the serial ports.
>>  >
>>  > MS
>>  >
>>  > Daniele Ricci wrote:
>>  > > Hi,
>>  > > you know which packages of serialForwarder interact with tinyOS and 
>> what
>>  > > are indipendent?
>>  > > I need to remove the packets not needed to comunicate with serial 
>> ports.
>>  > > there are many packages: comm,message,mviz,packet,sf,sim,tools,util
>>  > > I'm sure not all are used for the implementation of serialforwarder.
>>  > >
>>  > > Can help me to eliminate some of them?
>>  > >
>>  > > thanks
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to