Giter VIP home page Giter VIP logo

aut-cic-internet's Introduction

AUT Internet System

GitHub Workflow Status GitHub GitHub Pipenv locked Python version GitHub release (latest SemVer including pre-releases)

Introduction

This service with the help of a MicroTik switch and Radius server meters students internet connections. login page which is served by this server, fowards credentials to the MicroTik server and then uses Radius information based on request's IP address to find out about internet usage status.

internet.drawio

How to run locally

For testing and development this server needs a free-radius database but here I created a migrations folder that contains the database migrations and automatically runs by the docker-compose. A user considers logged-in or out base on his/her record in radacct table which is editable from the migrations folder. A record contains an IP address and a logged-out date and when this logged-out time is NULL user consider as logged-in.

# database up and running based on /migrations
docker-compose up -d

# frontend javascript and css
cd frontend && npm run build
pipenv install

# python pipenv shell
pipenv shell
python main.py

# k6 load testing
k6 run -u 1000 -i 1000 script.js

Screenshots

s1

s2

s3

aut-cic-internet's People

Contributors

1995parham avatar alim1369 avatar dependabot[bot] avatar elahe-dastan avatar

Stargazers

 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.