Git Product home page Git Product logo

visualptp's Introduction

Introduction

This project was implemented in Django and Python

This project visualizes the process of 'PTP Time Synchronization' in a Linux environment.

Environment

Python version : 3.6.9

Django version : 2.0.13

AWS console : Ubuntu Server 18.04 LTS

Dockerfile

$ docker build -t <tag name> . 

After entering the docker build command, you can specify the name (tag) of the image to be created by entering the -t option. Behind it . Is the Dockerfile and the path where the content is located.

Precondition (When not using Docker)

You must install the virtual environment first, and then run the program.

The process of installing the virtual environment is as follows:

$ mkdir djangoproject
$ cd djangoproject

When creating a virtual environment named 'myvenv', execute the following command.

$ python3 -m venv myvenv
$ source myvenv/bin/activate 

If the (myvenv) prefix is prefixed to the console prompt, you can see that the virtual environment has started. And then, Install Django

(myvenv) ~$ pip install django~=2.0.0

Main Page

Screenshot from 2020-08-12 13-58-32

Normal Graph

Screenshot from 2020-08-12 14-01-07

Zoom In/Out Graph

Screenshot from 2020-08-12 14-00-02

visualptp's People

Contributors

milescm avatar dependabot[bot] avatar

Stargazers

박준철 avatar

Watchers

James Cloos avatar  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.