[Tinyos-help] http://tinyos.net] can't create new account

2008-08-18 Thread Sigg Benjamin
Good morning I've tried to create a new account on tinyos.net. The link new account leads to http://tinyos.net/scoop/newuser, which does not exists... Is there anyone reading this mail and can fix it? Or is there any other way to get that account? Greetings Beni P.S. the reason

[Tinyos-help] New Eclipse Plugin for TinyOS 2.x available

2008-08-12 Thread Sigg Benjamin
Hi We are currently developing a new plugin for TinyOS in Eclipse and the first public beta version is now available. Some key features: - for TinyOS 2.x, will support NesC 1.2.9 and the new NesC 1.3.x family. - Realtime code validation - Context sensitive code completion - Hyperlink

[Tinyos-help] parameterized interfaces

2008-07-14 Thread Sigg Benjamin
I was reading the tinyos-programming-manual. At the end of Chapter 6.0 there is this little remark: Parameterized interfaces aren’t limited to a single parameter. For example, this is valid code: provides interface Timer[uint8\_t x][uint8\_t y] However, if I try this i get only a syntax-error.