Page 1 of 1

JAVA direct client?

Posted: 29 Mar 2021 17:51
by komsky
Hi

I'm aware that there are some outdated JAVA clients, like this one: https://github.com/gpulido/razberry-java-client-library
Is there an active JAVA client, and not JAVA to REST API, but rather something like direct JAVA to Serial Port?
I'm essentially looking for something like this: https://z-wave.me/z-way/develop-quick-intro/ but JAVA instead of C++

Any suggestions?

Many thanks
komsky

Re: JAVA direct client?

Posted: 30 Mar 2021 01:22
by PoltoS
This intro is for C. Obviously you can make a wrapper on top of C to make it look Java

Re: JAVA direct client?

Posted: 04 Jun 2021 09:27
by rposcro
Please check my solution here: https://github.com/rposcro/jwavez, worth checking Wiki there, I'm going to expand it soon.
I'll appreciate your feedback ;)