https://github.com/acute-technology-inc/tba-release
Acute TravelBus Analyzer Desktop Application (Linux Release)
https://github.com/acute-technology-inc/tba-release
linux linux-app linux-application logic-analyzer measurement protocol-analyzer ubuntu
Last synced: about 2 months ago
JSON representation
Acute TravelBus Analyzer Desktop Application (Linux Release)
- Host: GitHub
- URL: https://github.com/acute-technology-inc/tba-release
- Owner: acute-technology-inc
- Created: 2024-05-27T01:23:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T08:47:57.000Z (9 months ago)
- Last Synced: 2025-01-18T14:35:00.216Z (3 months ago)
- Topics: linux, linux-app, linux-application, logic-analyzer, measurement, protocol-analyzer, ubuntu
- Homepage: https://www.acute.com.tw/en/
- Size: 88.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TravelBus Anaylzer Desktop Application (Linux Release)
Public release of TravelBus Analyzer desktop application for Acute's TravelBus products.
**_NOTE:_** The application on Linux platform are still marked as beta versions. Please create an issue if you encounter any errors when running the program.
## Supported Models
| Types | Product |
| ---------------------------- | --------------------------------------------- |
| Logic Analyzer | Acute TravelBus 3000 series
Acute TravelBus 2000 series
Acute TravelBus 1000 series |## Supported Operating System
Ubuntu 18.04+ (Bionic Beaver)
## Download TravelBus Analyzer
Download the latest version of the application from the [**Releases**](https://github.com/acute-technology-inc/tba-release/releases/latest) page.
TravelBus Analyzer application is provided in an **AppImage** format, and all previous versions can also be found in the release page.
## Update TravelBus Analyzer
One can update it manually by downloading the latest version of the application.
Or, you can use **AppImageUpdate** GUI tool to update the application.
Execute **AppImageUpdate-x86_64.AppImage** and select TravelBus_Analyzer-x86_64.AppImage for updating.See also [AppImageUpdate](https://github.com/AppImageCommunity/AppImageUpdate) for more information.
## Instructions
AppImages requires making the file into executable before using it.
Check the box that says **Allow executing file as program** as shown in the image.

Or, you can type
```
chmod a+x TravelBus_Analyzer-x86_64.AppImage
```Simply double-click the file to launch the application after the file is changed into an executable file.
Next, the application requires udev rules to allow non-root access to Acute’s
devices. Thus, you may need to install the udev rule file that you can obtain from
`LinuxSoftwareResources.tar.gz`.1. Download the udev file.
2. Type the following command in the terminal.```
sudo cp 99-AcuteUSB.rules /etc/udev/rules.d
```3. Restart PC.
4. Launch the application.## Troubleshooting
See [Troubleshooting guide](TROUBLESHOOTING.md) if you encounter any issues regarding the application.