This project is a short example of network calculations. After entering of an IPV4 address and subnet mask, script is computing the broadcast, network and first/last host address.
To install this project you need to:
- Pull this repository
- In project directory -> install npm dependencies:
npm install
To run this project you need to:
In project directory -> compile typescript to javascript
npm run build
- In dist directory, run the program:
node main.js
Distributed under the Apache License 2.0 License. See LICENSE
for more information.
Project Link: https://github.com/h4570/network-calculator