https://github.com/mikhailms/v-radius
RADIUS implementation in V
https://github.com/mikhailms/v-radius
Last synced: 3 months ago
JSON representation
RADIUS implementation in V
- Host: GitHub
- URL: https://github.com/mikhailms/v-radius
- Owner: MikhailMS
- Created: 2022-07-10T22:08:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T00:28:01.000Z (over 2 years ago)
- Last Synced: 2025-06-02T14:55:51.872Z (about 1 year ago)
- Language: V
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# V RADIUS
Pure (as far as this code goes) implementation of RADIUS in V
Rationale behind this project:
1. Want to practice new language and believe implementing RADIUS protocol is a good way to do so
## Testing
```
vlang dictionary_test.v
^^^ is a bit un-verbose, so I recommend following instead
vlang dictionary_test.v -stats
```
## Notes
1. Development is done against `V of version 0.4.2 9051ac8`