arnm / pyroute

Simple Python Routing Table Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyroute

Local Development

  1. Install python3:
brew install python
  1. Install pipenv:
brew install pipenv
  1. In project top-level directory, install all packages:
pipenv install
  1. Run the script:
pipenv run python pyroute.py route input/tableinputfile1FIX.txt input/addressinputfile1FIX.txt

About

Simple Python Routing Table Emulator


Languages

Language:Python 100.0%