Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ananthb/dhcp-121
DHCP Classless Subnet Routes (Option 121) Calculator
https://github.com/ananthb/dhcp-121
dhcp elm elm-ui
Last synced: 27 days ago
JSON representation
DHCP Classless Subnet Routes (Option 121) Calculator
- Host: GitHub
- URL: https://github.com/ananthb/dhcp-121
- Owner: ananthb
- Created: 2024-10-19T13:54:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T07:03:00.000Z (3 months ago)
- Last Synced: 2024-10-24T08:12:31.060Z (3 months ago)
- Topics: dhcp, elm, elm-ui
- Language: Elm
- Homepage: http://dhcp-121.devhuman.net/
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculate DHCPv4 Option 121 Values
Calculate values for the Classless Static Route Option for
Dynamic Host Configuration Protocol (DHCP) version 4.## Build
Install [Elm](https://elm-lang.org/).
Run `elm make` to build the project.```console
$ elm make src/Main.elm --output=public/app.js
Success! Compiled 1 module.Main ─> public/app.js
```
Serve the `public` directory using a web server.