¡KodeGeek.com está de vuelta!
Buscar en otros sitios:
Blogalaxia:kodegeek, bocaproyectos
Technorati:kodegeek, bocaproyectos
To2blogs:kodegeek, bocaproyectos
Del.icio.us:kodegeek, bocaproyectos
Etiquetas: bocaproyectos, kodegeek
Etiquetas: bocaproyectos, kodegeek
Etiquetas: blog, kodegeek, proveedor de servicios


Etiquetas: jfreechart, kodegeek, perk, sentilla, swing
Etiquetas: java, kodegeek, sentilla, vacaciones
NEW! Sentilla Work (Beta) for Mac and LinuxLos instalaré en algún momento el fin de semana, vamos a ver que tal se porta.
Downloads of the Beta release of Sentilla Work for both Mac OS X and Ubuntu Linux are now available for current Perk customers at the following URLs:
- Sentilla Work (Beta) for Linux
- Sentilla Work (Beta) for Mac OS X
Go to the URL for your OS of choice and login as
XXXXXX
and use the password
ZZZZZZZZ
After you download the release to your computer and expand the files, refer to the Release Notes included with the builds for installation instructions (page 10) and important notices. You do not need to reinstall mote firmware for this release; your current Perk firmware will work on both the Mac OS X and Linux platforms.
Note that you cannot install firmware with the Mac OS X release.Christine at Sentilla
Saludos cordiales,Desgraciadamente nunca obtuve respuesta. Así, ¿que puede hacerse en estos casos?
Desde hace tiempo que disfruto de su sitio web y sus noticias, sin embargo noté que su sitio web no ofrece el formato RSS (el cual permite suscripción a sus titulares cada vez que hay actualización) y por ello escribí un programa el cual muestra el contenido del mismo en ese formato:
http://kodegeek.com/2009/03/rss-de-globovision-est-roto-ii-java-al.shtml
Sin embargo desde el día de ayer dicho programa está siendo bloqueado en su sitio web y me pregunto si es posible que el acceso a la página pueda ser re-establecido o si alguien puede trabajar conmigo para verificar que es lo que está mal.
Muchas gracias de antemano.
José Vicente Núñez Zuleta, Kodegeek.com
/usr/java/jdk1.5.0_01/bin/java -DproxySet=true -DproxyHost=XXX.ZZZ.YYY -DproxyPort=8080 -DUser-Agent "Kodegeek1.0/Es Hora de que escriban un RSS" -classpath /home/kodeg2/jars/RSS-1.0.jar:/home/kodeg2/jars/jdom.jar:/home/kodeg2/jars/rome-0.9.jar:. com.kodegeek.blog.rss.GlobovisionHtml2Rss /home/kodeg2/public_html/rss/globovision.rssAdemás de ponerle esta nueva línea de código:
URLConnection connection = globovisionURL.openConnection();
connection.setRequestProperty("User-Agent", System.getProperty("User-Agent", USER_AGENT));
reader = new BufferedReader(new InputStreamReader(connection.getInputStream()));
Etiquetas: censura, globovision, html to rss, java, kodegeek, noticias

Sender sender = SenderDriver.create("local");
short count = 0;
TempMessage datamsg = new TempMessage();
datamsg.moteId = id;
while(true) {
count++;
leds.toggle(count);
// Play with the leds
datamsg.count = count;
datamsg.temperature = tempSensor.read();
// Read the temperature
sender.send(datamsg);
Thread.sleep(WAIT_TIME);
}
Sencillo hasta ahora, ¿no es así?client = new HostClient();
client.connect();
Receiver receiver =
ReceiverDriver.create(TempMessage.class);
while(true) {
receiver.setReceive().submit().block(500);
if (receiver.isDone()) {
TempMessage msg = receiver.getData();
log.log(Level.INFO, String.format(
"Mote ID: %d, Count: %d, Temperature: %fC\n",
msg.moteId,
msg.count,
msg.temperature.doubleValue(CELSIUS)));
}
}
Etiquetas: java, kodegeek, perk, pervasive computing, sentilla






Etiquetas: filthy rich clients, java, javafx, javaone, javaone2008, kodegeek, netbeans
Etiquetas: buscador, google personalized search, google reader, kodegeek