You should not have had to apply that patch.  If you did, Phil's fix
closing issue 32 isn't properly part of the repository you're using,
or the fix wasn't right.  I'd suggest getting that resolved first,
then figuring out whether the ppp implementation is working.

There are tests for the ppp implementation within tos/lib/ppp/tests,
which I think work with the ppp version merged to tinyos and which
would allow you to validate it with a Python PPP implementation.  To
eliminate any issues with whether your pppd is working, I suggest
trying those (after figuring out why the unmodified trunk doesn't
work).  Start with the simpler ones, like HdlcEcho.

I also suggest asking on tinyos-help or tinyos-devel; I'm not actively
developing with TinyOS at this time and can't help too much,
especially on a platform I don't have.

Peter

On Tue, Jan 24, 2012 at 12:02 PM, Fernando Antonio Marques Filho
<[email protected]> wrote:
> I applyed the mica.patch that you created and that solved the compilation
> error, but the pppd command still doesnt connect to the mote. I tried both
> the apps/PppRouter and /tos/lib/ppp/tests/Ipv6/.
>
> I'm not sure if there´s something wrong with how I use the pppd, or if the
> code is wrong on the mote. ( I'm currently using a VM)
>
>
> Fernando
>
>
>
> On Tue, Jan 24, 2012 at 3:05 PM, Peter Bigot <[email protected]> wrote:
>>
>> Sounds like the issue is really
>> http://code.google.com/p/tinyos-main/issues/detail?id=32
>>
>> Please re-open that one if there's still a problem.
>>
>> Peter
>>
>> On Tue, Jan 24, 2012 at 10:59 AM, Fernando Antonio Marques Filho
>> <[email protected]> wrote:
>> > Hello!
>> >
>> >  I'm a master  degree student and I'm currently working with TinyOS. I
>> > saw
>> > that you fixed the issue 29 on TinyOS  (
>> > http://code.google.com/p/tinyos-main/issues/detail?id=29  ) regarding
>> > the
>> > use of PppRouter on micaz nodes. But, I've downloaded the latest tinyos
>> > code
>> > from  http://tinyos-main.googlecode.com/svn/trunk/  and I still get
>> > errors
>> > with:
>> >
>> >     PlatformLed.h not found
>> >     component PlatformLedC not found
>> > ( those two I can fix by copy/modify the telosa one)
>> >
>> >     component AlarmMilli32C not found
>> >
>> > For this last one, I created an AlarmMilli32C in the /tos/chips/atm128
>> > folder and delegated to Atm128AlarmAsyncP.nc. I had to add params, the
>> > first
>> > one is the precision (TMilli) and the last one the divider (used for
>> > clock
>> > source),  I also had to comment the overflow signal.  I tested with all
>> > possilities for but I simply cant connect to the mote using pppd, it
>> > sends
>> > the packaget to the mode, but the mote doesnt reply.
>> >
>> >   Could you help me? Or do you know anyone that could?
>> >
>> > Thanks!
>> >
>> > Fernando
>
>

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

Reply via email to