[Tinyos-help] Using ncg and one hop blink app

2010-11-08 Thread Ibrahim Abbas
Hi all, I want to write a simple blink app which is single hop based, that is base station will recev the message from serial connection and will forward to another mote which will blink on message reception. How to write the code *in c* which will send message over serial port to base station (se

Re: [Tinyos-help] Using ncg and one hop blink app

2010-11-09 Thread krisa
Hi! I wont be perfectly helpful, seeing as I practically havent used C at all, but I can guide you in the right direction. Basically thiese are the steps: 1) Be able to read & write stream of bytes to/from your usb port in C 2) Implement base station mote in tinyos, which should be able to send Rad