Java application for monitoring a Zigbee devices

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Java application for monitoring a Zigbee devices

1,386 Views
markez
Contributor I

hi,

 

It's the first time I use ZB. As part of a project for my University last year,  I want to create a java application for monitoring a sensor data.

I have a coordinator plug into pc via usb and my java application use a java.comm library for communication with ZB coordinator.

I use a MC1322x NSK and I work with Smart Energy profile of Beestack.

I would like to know How can I send a ZLC command for require data from End Device with java?

 

Can anyone help me, please?

 

thanks

Labels (1)
0 Kudos
1 Reply

393 Views
erooll
Contributor II

Hi Markez,

I recommend to you, use rxtx library; this library is ported to windows and linux instead java.comm that are avaliable to Solaris SPARC, Solaris x86, and Linux x86.
Also could be usefull this api:http: //code.google.com/p/xbee-api/, but was designed to Xbee modules.

0 Kudos