You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,17 @@ A lightweight PyQt6 application designed for FRC teams to quickly synchronize an
6
6
7
7
## Features
8
8
-**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.
10
12
-**Auto-Cleanup:** Option to delete logs from the RIO after a successful sync.
11
13
-**Dark Mode:** Support for both light and dark UI themes.
12
14
13
15
## Installation
14
16
Download the latest version for your operating system from the [Releases](https://github.com/Ihlathi/RioLogManager/releases) page.
15
17
16
18
### macOS
17
-
1. Download the \`RioLogManager-macOS.zip\`.
19
+
1. Download \`RioLogManager-macOS.zip\`.
18
20
2. Extract the application and move it to your \`Applications\` folder (if you would like).
19
21
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**.
20
22
@@ -28,6 +30,8 @@ Once launched, ensure you are connected to the robot radio or via USB-B.
28
30
29
31
### Configuration
30
32
Access the **Preferences** menu to set:
31
-
-**RoboRIO IP:** Defaults to \`10.6.19.2\`.
33
+
-**RoboRIO IP:** Defaults to `10.6.19.2`.
32
34
-**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.
0 commit comments