Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iot-wg] Struggling with JavaOne Demo

Hi,

I just tried to hook up to the data of the JavaOne Demo [1] and consume
the temperature value using Eclipse SCADA.

So what I came up with was using Paho and the async client:

connect(tcp://iot.eclipse.org:1883) -> on success -> subscribe
(javaone2014/eclipse-greenhouse/sensors/temperature)
sleep(10 seconds)
disconnect() -> wait
exit

While everything works well (connect and disconnect), the subscribe also
seems to succeed, but I never receive any data.

Maybe someone can help me a little bit.

Jens

[1] https://wiki.eclipse.org/IoT/JavaOne2014_Demo

-- 
IBH SYSTEMS GmbH
D-85235 Pfaffenhofen an der Glonn
Läutenring 43
Geschäftsführer / CEO: Dr. Thomas Heitzig

Amtsgericht München
Handelsregister Nummer  HRB 197959
USt ID: DE267945175

Office Munich
D 80992 München
Agnes-Pockels-Bogen 1
T +49 89 18 9 17 49 0

The information transmitted is intended only for the person or entity
to which it is addressed and may contain confidential and/or pivileged
material. Any review, retransmission, dissemination or other use of,
or taking of any action in reliance upon, this information by persons
or entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the
material from any computer.



Back to the top