Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/attify/attify-badge-tool
Hardware Security Research and Serial Communication tool (to be used with Attify Badge)
https://github.com/attify/attify-badge-tool
attify-badge embedded hardware iot uart
Last synced: about 14 hours ago
JSON representation
Hardware Security Research and Serial Communication tool (to be used with Attify Badge)
- Host: GitHub
- URL: https://github.com/attify/attify-badge-tool
- Owner: attify
- License: mit
- Created: 2020-10-28T06:26:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T14:52:21.000Z (over 2 years ago)
- Last Synced: 2023-03-07T10:22:26.119Z (over 1 year ago)
- Topics: attify-badge, embedded, hardware, iot, uart
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Attify badge tool
Attify badge tool requires Python 3.
## Installation
```
$ git clone https://github.com/attify/attify-badge-tool
$ cd attify-badge-tool
$ pip3 install -r requirements.txt
```Alternatively you can download a precompiled appimage binary from **[releases](https://github.com/attify/attify-badge-tool/releases)**
## Running
```
$ python3 serial-console.py
```## Screenshot
![](./images/1.png)
## Usage
- Enter the path to the serial port, select a baud rate and press connect.
- To send a command to the port, type in the upper text box and hit Enter.
- To clear the screen, press "Clear Console".
- The "Enable Filter" option turns on string filtering. Any line containing the filter string is not displayed.
- The "Enable Timer" option starts a timer window for the given number of seconds. Every time you send a command to the port, the window opens for the specified time. Messages received within the time frame are displayed. Anything received after the window has been closed are discarded.