Skip to content

IPV4 calculator written in typescript. Computes the network, broadcast and first/last host address

License

Notifications You must be signed in to change notification settings

h4570/network-calculator

Repository files navigation

Network Calculator

CircleCI Coveralls Contributors MIT License

Logo

About the project

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.

Technology stack

Prerequisites

To install this project you need to:

  1. Pull this repository
  2. In project directory -> install npm dependencies:
npm install

Getting Started

To run this project you need to:
In project directory -> compile typescript to javascript

npm run build
  1. In dist directory, run the program:
node main.js

License

Distributed under the Apache License 2.0 License. See LICENSE for more information.

Project Link: https://github.com/h4570/network-calculator

About

IPV4 calculator written in typescript. Computes the network, broadcast and first/last host address

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published