Package Details: xctu 6.5.13-0

Git Clone URL: https://aur.archlinux.org/xctu.git (read-only, click to copy)
Package Base: xctu
Description: Next Generation Configuration Platform for XBee/RF Solutions.
Upstream URL: http://www.digi.com/products/xbee-rf-solutions/xctu-software/xctu
Keywords: digi xbee xctu zigbee
Licenses: custom
Submitter: noel
Maintainer: Michael-Wigham
Last Packager: Michael-Wigham
Votes: 5
Popularity: 0.000000
First Submitted: 2016-09-07 17:28 (UTC)
Last Updated: 2023-11-06 10:43 (UTC)

Dependencies (9)

Required by (0)

Sources (4)

Latest Comments

peter.babic commented on 2021-02-22 12:36 (UTC)

I was able to install new version 6.5.5 and also providing XCTUcmd with this patch:

diff --git a/PKGBUILD b/PKGBUILD
index 619a891..4126ed5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Manoel Brunnen <manoel.brunnen@gmail.com>

 pkgname=xctu
-pkgver=6.4.4
+pkgver=6.5.5
 pkgrel=0
 pkgdesc="Next Generation Configuration Platform for XBee/RF Solutions."
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@ depends=('gtk2' 'java-runtime' 'libxtst' 'alsa-lib' 'gconf' 'nss' 'libglvnd' 'li
 options=('!strip')
 # install=$pkgname.install
 if [[ $CARCH == 'i686' ]]; then
-    _setup_file=40002880_V.run
-    md5sums=('61ce815688c1e34847e42b1d9c910503')
+    _setup_file=40002880_AB.run
+    md5sums=('b81d444a279d37392a8578c8bbf5ea1a')
 elif [[ $CARCH == 'x86_64' ]]; then
-    _setup_file=40002881_V.run
-    md5sums=('663bde271ae131a429fe07eb75b73479')
+    _setup_file=40002881_AB.run
+    md5sums=('379afc4b4da77f410615bf834ff9cdfa')
 fi
 source=("http://ftp1.digi.com/support/utilities/$_setup_file"
         'launcher.sh'
@@ -46,6 +46,9 @@ package() {
     # Launcher
     install -Dm755 $srcdir/launcher.sh $pkgdir/usr/bin/$pkgname

+    # CLI
+    ln -s $srcdir/$pkgname/XCTUcmd $pkgdir/usr/bin/
+
     # Desktop file
     install -Dm644 $srcdir/$pkgname/icon.xpm $pkgdir/usr/share/icons/hicolor/256x256/apps/xctu.xpm
     install -Dm644 $srcdir/xctu.desktop $pkgdir/usr/share/applications/xctu.desktop

peter.babic commented on 2020-09-14 06:52 (UTC)

Please add /opt/xctu/XCTUcmd into path to enable command line interface usage.

https://www.digi.com/resources/documentation/digidocs/90001458-13/concept/c_command_line_interface.htm

Thank you

noel commented on 2019-11-11 17:33 (UTC)

Please take over, I am not using Arch anymore.

amael commented on 2019-11-02 16:38 (UTC)

Can we update to 6.4.4 ?

https://www.digi.com/products/embedded-systems/digi-xbee/digi-xbee-tools/xctu#productsupport-utilities

pryre commented on 2018-03-05 23:35 (UTC)

I believe that the path "/opt/xctu/radio_firmwares/" should have read-write permissions for all users. Could be wrong, but I was unable to update firmware without being able to write to this directory.

anemo commented on 2017-04-04 21:41 (UTC)

Agree with @elimpfor, really glad to find it here. But, as 6.3.5 is now available, I have flagged it as out-of-date.

ncoder-2 commented on 2017-03-12 14:46 (UTC)

Glad to find this here! Can we update to 6.3.5?