An open API service indexing awesome lists of open source software.

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)

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.

![Demo Image](res/image.png)

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.