| JWaveLib - Java library allowing easy integration of Coronis sensors network |
JWaveLib is a Java middleware library implementing the Wavenis© protocol to allow easy communication between any Java enabled device and a network of Wavenis© sensor modules using the Coronis Systems products.
The JWaveLib is available in different versions depending on the user's need : the SDK and API .
JWaveLib focuses on integrator needs by decreasing their development time, assuring code quality and fully tested Wavenis© protocol implementation. JWaveLib respects the ultra-low power philosophy of the Wavenis© modules by limiting to the strict minimum the number of requests between the WavePort and the network of modules.
Features :
Interested ? Get the pdf product documentation. Javadoc and class diagram can be downloaded from the Download section for registered user. No account yet? Register Check out the FAQ in our support center .
Versions :
Code example :
Using JWaveLib is as simple as the following code snippet :
// initialise Waveport WavePort wpt = new SerialWavePort("waveport1", "/dev/ttyUSB0");// initialise a Wavetherm using no Wavetalk WaveTherm wth1 = new WaveTherm("031907301989", wpt, null); int temperature = wth1.getCurrentValue(); // initialise Waveflow using no Wavetalk WaveFlow wfl1 = new WaveFlow("021607314289", wpt, null);int index = wfl1.getCurrentValue(); DataSet dst = wfl1.getDailyData();
Legals :
Waveport, Wavetherm, Waveflow, WaveTalk and Wavetank are products of Coronis Systems. Wavenis® is a registered trademark of Coronis Systems
|
|
| Last Updated ( lundi, 21 décembre 2009 ) |