Skip to content

Commit 998e2ce

Browse files
committed
update readme
1 parent cae8b8a commit 998e2ce

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ A lightweight PyQt6 application designed for FRC teams to quickly synchronize an
66

77
## Features
88
- **Real-time Monitoring:** Tracks RoboRIO disk usage and connection status.
9-
- **Fast Sync:** Pulls logs from \`/home/lvuser/akitlogs\` via SFTP.
9+
- **Fast Sync:** Pulls logs from the robot via SFTP.
10+
- **Log Management:** Browse, search, and manage logs stored both locally and on the RoboRIO.
11+
- **AdvantageScope Integration:** Directly open local logs in AdvantageScope from within the app.
1012
- **Auto-Cleanup:** Option to delete logs from the RIO after a successful sync.
1113
- **Dark Mode:** Support for both light and dark UI themes.
1214

1315
## Installation
1416
Download the latest version for your operating system from the [Releases](https://github.com/Ihlathi/RioLogManager/releases) page.
1517

1618
### macOS
17-
1. Download the \`RioLogManager-macOS.zip\`.
19+
1. Download \`RioLogManager-macOS.zip\`.
1820
2. Extract the application and move it to your \`Applications\` folder (if you would like).
1921
3. When you open it for the first time, MacOS will complain about it not being signed. You can override this at the bottom of System Settings/Privacy & Security. **Open**.
2022

@@ -28,6 +30,8 @@ Once launched, ensure you are connected to the robot radio or via USB-B.
2830

2931
### Configuration
3032
Access the **Preferences** menu to set:
31-
- **RoboRIO IP:** Defaults to \`10.6.19.2\`.
33+
- **RoboRIO IP:** Defaults to `10.6.19.2`.
3234
- **Save Location:** Local directory where logs will be stored.
35+
- **Robot Logs:** Remote path on the RIO where logs are located.
36+
- **AdvantageScope Path:** Location of the AdvantageScope executable.
3337
- **Dark Mode:** Toggle UI appearance.

0 commit comments

Comments
 (0)