• Jumpstart your IoT projects with WisToolBox
Get the fastest device management tool to configure and deploy your RAK end devices.
• Sync with RAK ID
Power up the app’s capabilities by signing in with RAK ID - an authentication tool developed by RAKwireless. Store up to 1 GB of data on the cloud and sync changes as they happen in real time. Set up an entire network of RAK devices and supporting apps for your IoT projects with RAK ID as the single source of truth.
• Magic with RAKwireless Unified Interface (RUI3)
The RAKwireless Unified Interface V3 (RUI3) is designed to help IoT developers make their IoT products faster. It is compatible to RAK LPWAN modules. It supports the standard AT Commands which is known to many people, as well as the Binary Mode. The Binary mode is an improved version of the AT command with its efficient byte-array based protocol and implementation of checksum. RUI3 also allows you to create your own custom firmware using RUI3 APIs that are compatible to popular IDEs like Arduino and Visual Studio. With custom firmware, you will not need any external host microcontroller or microprocessor which can save you cost, circuit board space and current consumption.
• Make the most of LoRaWAN
Choose from the available configuration to set up your device, switch between network modes, join the vast LoRaWAN network, and change configuration freely. Meet the all-new and modern interface to stay connected at all times with your devices or enjoy the timeless console experience.
• Move with the speed of templates
Configure a device and save the configuration as a template in one click. Create hundreds of templates to configure as many devices as you wish. Import templates, store them on the cloud and edit as you go.
• Stay up-to-date on firmware
Keep the devices open to official RAK firmware updates, or bring your own custom firmware. Import firmware on a click, store them on the cloud and update as you go.
Thank you for downloading WisToolBox. We hope you’ll like it! Questions? Suggestions? Please send them to support@wistoolbox.rakwireless.com
What's new in version 1.4.4:
Bug fixes:
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
Snap is available for Red Hat Enterprise Linux (RHEL) 8 and RHEL 7, from the 7.6 release onward.
The packages for RHEL 7, RHEL 8, and RHEL 9 are in each distribution’s respective Extra Packages for Enterprise Linux (EPEL) repository. The instructions for adding this repository diverge slightly between RHEL 7, RHEL 8 and RHEL 9, which is why they’re listed separately below.
The EPEL repository can be added to RHEL 9 with the following command:
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
sudo dnf upgrade
The EPEL repository can be added to RHEL 8 with the following command:
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf upgrade
The EPEL repository can be added to RHEL 7 with the following command:
sudo rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Adding the optional and extras repositories is also recommended:
sudo subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms"
sudo yum update
Snap can now be installed as follows:
sudo yum install snapd
Once installed, the systemd unit that manages the main snap communication socket needs to be enabled:
sudo systemctl enable --now snapd.socket
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap
and /snap
:
sudo ln -s /var/lib/snapd/snap /snap
Either log out and back in again or restart your system to ensure snap’s paths are updated correctly.
To install WisToolBox for Desktop, simply use the following command:
sudo snap install wistoolbox
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.