Skip to content

majster-pl/open-link-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open-Link-Logger (Source Code)

logo

Dash gif

Open-Link-Logger

Open Link Logger is a simple python script which will test your internet connection speed and display results in browser as chart. It has been tested on Ubuntu based Linux distributions.

Source/Application

You are currently looking at source code for entire project, if you want to download already build project please go to branch app and follow instructions to install and use application.

Requirements

Before you start using this software make sure you have following installed on your system:

Compatibility

This software was tested on Ubuntu Linux and might not work on other distributions available on this planet. Feel free to test it and report if that works on other distributions or even better if that doesn't work on your system consider contributing to this project by fixing the issue :)

Installation

  1. Install nodejs, npm

sudo apt install nodejs npm git

  1. Clone project (make sure you download project to final destination, if project path will be changed crontab jobs will not work anymore until crontab entry updated).

git clone https://github.com/majster-pl/open-link-logger.git && cd open-link-logger

  1. Install dependencies

npm install

  1. build project (when this is executed, application will be placed in one folder called app

npm run build

  1. At this stage entire application is saved in app folder, you can move it to wherever you want and then run below command, when application running for first time you will be asked few questions to set up the application.

cd scripts && ./open-link-logger

  1. You can edit crontab to you preferences

crontab -e

Usage

After installing application you can access your test results on browser, default address will be:

http://localhost:3900/

If you want to run test just navigate to application folder and execute:

./open-link-logger.py

possible application options:

| flag | description |

|--|--|

| -h | display help message |

| -f | start fresh application setup |

| -s | Stop running servers in the background |

Screenshots

Dash

Chart

Table

Details

Filter

Dash Mobile

Table Mobile

Info Mobile

Terminal-1 Terminal-2 Terminal-3 Terminal-4

Animations:

Dash Animation

Chart Animation

Table Animation

Licence

MIT License

Copyright (c) 2022 Szymon Waliczek

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

MIT license

About

Simple python and node.js application to check and log your internet connection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors