xbee-java icon indicating copy to clipboard operation
xbee-java copied to clipboard

what's up with rxtx and rxtx-native

Open grimace opened this issue 5 years ago • 3 comments

seems like this might be a problem using this Library:

[WARNING] The POM for org.rxtx:rxtx:jar:2.2 is missing, no dependency information available
[WARNING] The POM for org.rxtx:rxtx-native:jar:macosx:2.2 is missing, no dependency information available
[WARNING] The POM for com.digi:android-sdk:jar:5.1.1 is missing, no dependency information available
[WARNING] The POM for com.digi:android-sdk-addon:jar:3 is missing, no dependency information available

Has there been any progress on this?

grimace avatar May 24 '19 23:05 grimace

It looks like that RXTX Version 2.2 hab been removed from maven repo.

    - https://repo.maven.apache.org/maven2/org/rxtx/rxtx/2.2/rxtx-2.2.pom
   - https://repo.maven.apache.org/maven2/org/rxtx/rxtx/2.2/rxtx-2.2.jar
   - https://jitpack.io/org/rxtx/rxtx/2.2/rxtx-2.2.pom
   - https://jitpack.io/org/rxtx/rxtx/2.2/rxtx-2.2.jar

are dead.

antipovi avatar Jul 22 '19 08:07 antipovi

What about switching to https://fazecast.github.io/jSerialComm/ for example seems to be more maintained or decapsulate the serial communication so one could use it's own serial library

bootsy52 avatar Dec 03 '19 22:12 bootsy52

What about switching to https://fazecast.github.io/jSerialComm/ for example seems to be more maintained or decapsulate the serial communication so one could use it's own serial library

That's an excellent idea considering how old RXTX is, but wouldn't that require a pretty major rewrite of this entire library?

christianitis avatar Jan 22 '21 14:01 christianitis