Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`