Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikhailms/v-radius
RADIUS implementation in V
https://github.com/mikhailms/v-radius
Last synced: 2 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T00:28:01.000Z (about 1 year ago)
- Last Synced: 2024-11-08T15:39:53.693Z (about 2 months 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 VRationale 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`