Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
geek-at committed Sep 29, 2017
0 parents commit 4411bee
Show file tree
Hide file tree
Showing 28 changed files with 14,531 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Electron Radius Parser

![Radius parser in action](https://www.pictshare.net/hqo7jwopiw.jpg)

![Display days where a specific user was logged in](https://www.pictshare.net/10s7euqici.jpg)

# Features

- Detect radius log files on Windows NPS automatically
- Drag and Drop NPS log files into the program to parse
- Graphs of usage per Access point, day or hour
- List of failed logins with extended rejection reasons
- List of connected users with detailed information on which day of the month they were connected


# Features in the future
- Live watching the log files for changes
- More graphs
- Filter for users or access points


## Start via installer
Head over to the [Releases](https://github.com/HaschekSolutions/electron-radius-parser/releases) page.

## Start via source

```bash
# If you just want to run the app
npm install
npm start

# If you want to build an executable (win only atm)
npm install electron-builder -g
npm install
npm run dist
```
Loading

0 comments on commit 4411bee

Please sign in to comment.