Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 457 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 457 Bytes

Resume

A small flask API with just a route that starts a function to apply some commands on Huawei OLT, i'm using telnet lib to connect OLT

Running server

  1. Open you terminal and go to the location of the server.py file (use the cd command to navigate between three directories)
  2. Run the command python server.py

Warning

The second step may be different depending on your OS or your python version