Coder Social home page Coder Social logo

wycofane / sdn Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 286 KB

Python SDN Control Center with Flask

License: GNU General Public License v3.0

Python 32.09% HTML 67.87% Shell 0.02% Batchfile 0.02%
python sdn ae sdn-control-center flask jinja2 cisco communication database website

sdn's Introduction

SDN python

Python SDN control center with Flask. Mainly build for the GUI.

Flask web server with Jinja2 object paired with the beautiful bootstrap v5 framework. This SDN control center is a school project and is not a real thing. It should simulate how it could look and "feel".

The control center uses pre-defined buttons, to control the Cisco sandbox SD-Wan environment using the rest-API.

The whole project takes security very seriously, that's why SQL injections are not possible and passwords get stored in a md5 hash. Neither me nor anyone else has access to the password in your DB.

As you probably have seen many resource references (mainly in the HTML part) go to a website named Wycofane.de. That's my personal project and is not finished yet. The website is built similar, but there is no communication with Cisco. Wycofane.de communicates with the Proxmox rest-API.

Get started:

Read the Documentation -> Wiki

Dependencies:

Flask
Jinja2
requests
mysql-connector-python

The SQL syntax for creating the database tables:

create table users (userID int AUTO_INCREMENT, username varchar(255) Not null, password char(32) Not null, status int, primary key (userID));         

create table invitation (invID int AUTO_INCREMENT, inKey char(32) not null, primary key (invID));

sdn's People

Contributors

felixwinkelmann avatar marekw98 avatar wycofane avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.