zsmartsystems / com.zsmartsystems.zigbee.sniffer

ZigBee sniffer using Ember NCP and routing packets to Wireshark for display
Eclipse Public License 1.0
33 stars 18 forks source link

Request for recompiled JAR file #29

Closed carlsondev closed 10 months ago

carlsondev commented 1 year ago

I recently found this project which looks extremely useful; however, I can't connect to my device because the protocol version is version 9.

This is simply because of a check in the com.zsmartsystems.zigbee.dongle.ember dependency where the EZSP_MAX_VERSION=8 in the compiled version of this program. That variable was recently updated to 10, so, to help myself and others, I was hoping that an updated JAR file could be compiled and uploaded, possibly under "Releases" or "Tags", to help with future debugging.

Thank you to the single person who appears to be maintaining most of the code in this organization. Great work!

MattWestb commented 1 year ago

The latest EZSP protocol released is 11 and very likely next release is getting 12 then many changes is made with functions and commands.

nonodename commented 11 months ago

+1 for updating the compiled jar, but to update to latest JSSC which supports ARM Macs. The 2.8.0 version throws an InvocationTargetException: Caused by: java.lang.UnsatisfiedLinkError: jssc.SerialNativeInterface.openPort(Ljava/lang/String;Z)J

Electrocat01 commented 10 months ago

Hi everyone, I rebuilt the project with the latest version of ZSS ZigBee wich have a newer JSSC version so it don't crash anymore (at least on Windows 11).

You can find it down this release (I can't upload JARs here sorry).

I hope it helps and please let me know if it works or not!

cdjackson commented 10 months ago

The JAR can be found in the releases section.