Tagged Questions

0
votes
3answers
201 views

Capture ANT output

Can anyone suggest to me the best way to capture the output from an ANT command? I'm writing some routing tests for sun spot devices. The command itself returns network statistics. I'm trying to …
1
vote
3answers
658 views

What’s the best way to monitor a socket for new data and then process that data?

Please pardon my C#.Net newbie status. If this is obvious and I missed it from the docs, a link to the relevant page or sample code would be appreciated. I am working on an application that will …
8
votes
4answers
379 views

Is anyone using SunSPOTs or another sensor/controller platform?

I'm curious how many people out there (well, on StackOverflow at least) have played with Sun's SunSPOT technology. SunSPOTs are wireless sensor devices that can also control robotic platforms, like …
0
votes
2answers
348 views

Do you recommend TTL, SPI or I2C with SunSPOT

I am starting to try to interface with some external components (Skyetek M1 Mini or M1 RFID scanner) than supports the following protocols TTL, SPI or I2C. I am wondering which one of these routes you …