Tagged Questions

10
votes
4answers
889 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 ...
2
votes
3answers
57 views

Java -Ant Integration Problem

I have created a Greenhouse Monitoring system using SunSPOTS. The code modules are written in java. The problem I face is that I need to run these programs using ant commands. Im able to do it through ...
1
vote
2answers
90 views

BaseTokenFilterFactory not found by Solr with custom filter

I'm trying to write and use a custom filter for Solr. The parent application is a Rails app using the Sunspot gem. I've got a filter factory in myorg/solr/analysis/TestThingFilterFactory.java: ...
0
votes
0answers
155 views

Why Ubuntu 11.04 under 64b is not able to identify sunspots on serial port?

I am running SunSpot sdk under ubuntu 11.04,64bit.I have connected my sunspot basestation and after running ant info for my spot it is not possible to be identified. I am getting the following: ant ...
0
votes
5answers
143 views

General Statement for SecureRandom return Error - Java

I've searched throughout different forums and now I am finally putting my question as I can't find specific answer. I am writing security protocol for SunSPOT Sensors as my final year Project. I ...