I think it's not related to Tymo, but to your configuration of AMSenderC.
You should provide an implementation of AMSend events (sendDone) to AMSenderC.

For example (after upda:
ClientM.AMSend -> AMSenderC

On Sun, Nov 8, 2009 at 2:28 AM, francisco cassimiro
<[email protected]> wrote:
> Yes. The configuration is this:
>
> #include "routing_table.h"
> #include "Messages.h"
> configuration SourcesC{
> }
> implementation{
>
>    components ClientM;
>    components new AMSenderC(6);
>    components new AMReceiverC(6);
>     components MainC;
>     components DymoNetworkC;
>     components ActiveMessageC;
>
>     ClientM.AMControl -> ActiveMessageC;
>        ClientM.Boot -> MainC;
>        ClientM.DymoSplitControl-> DymoNetworkC.SplitControl;
>        ClientM.Intercept -> DymoNetworkC.Intercept[1];
>        ClientM.MHPacket -> DymoNetworkC;
>        ClientM.MHReceive -> DymoNetworkC.Receive[1];
>        ClientM.MHSend -> DymoNetworkC.MHSend[1];
>        ClientM.Packet -> AMSenderC;
>        ClientM.Receive -> AMReceiverC;
> }
>
> Thank you very much.
>
> 2009/11/7 Romain Thouvenin <[email protected]>
>>
>> Hello Francisco,
>>
>> Can you show us your SourcesC configuration ?
>>
>> As for the warning, you can safely ignore it.
>>
>> -- Romain
>>
>> On Sat, Nov 7, 2009 at 9:01 AM, francisco cassimiro
>> <[email protected]> wrote:
>> >
>> > Hello.
>> > I've got a problem: my application uses the Tymo, but when I compile
>> > the source gives this error:
>> >
>> > In file included from
>> > /opt/tinyos-2.1.0/tos/lib/net/tymo/dymo/DymoServiceC.nc:34,
>> >                  from
>> > /opt/tinyos-2.1.0/tos/lib/net/tymo/dymo/DymoNetworkC.nc:38,
>> >                  from SourcesC.nc:12:
>> > In component `DymoEngineM':
>> > /opt/tinyos-2.1.0/tos/lib/net/tymo/dymo/DymoEngineM.nc: In function
>> > `incr_seqnum':
>> > /opt/tinyos-2.1.0/tos/lib/net/tymo/dymo/DymoEngineM.nc:83: warning:
>> > decimal constant is so large that it is unsigned
>> > In component `SourcesC.AMSenderC.AMQueueEntryP':
>> > /opt/tinyos-2.1.0/tos/system/AMQueueEntryP.nc: In function
>> > `Send.sendDone':
>> >
>> > /opt/tinyos-2.1.0/tos/system/AMQueueEntryP.nc(SourcesC.AMSenderC.AMQueueEntryP):58:
>> > AMSend.sendDone not connected
>> > make: ** [exe0] Erro 1
>> >
>> >
>> > This seems to be problem with the AMQueueEntryP, and I have already
>> > connected it with another with the DymoNetworkC.MHSend [1].
>> > Can anyone help me, thank you.
>> > --
>> > Francisco Cassimiro Neto.
>> > Antes de tudo, filho de Deus.
>> >
>> > _______________________________________________
>> > Tinyos-help mailing list
>> > [email protected]
>> > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>> >
>
>
>
> --
> Francisco Cassimiro Neto.
> Antes de tudo, filho de Deus.
>

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to