Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-19 | Initial readmeHEADmaster | Aaron Ball | |
2015-12-19 | First complete working version | Aaron Ball | |
Will calculate all ips in any given range. Also correctly parses from string to ipv4 type. It also now supports user input rather than needing to hard-code test values. Included GPL v3 headers and license file Fixed ipv4_inc. Was only incrementing correctly on the first octet. Subsequent octets would increment beyond 255. This is now fixed. | |||
2015-12-18 | Initial commit. | Aaron Ball | |
Almost there. We can currently calculate an ipv4, increment, convert to int. Working on converting to string though. Also need slash syntax expansion still. |