Code Monkey home page Code Monkey logo

pid-server's Introduction

Attention. PID analyzer is outdated. Use this repository for educational purposes only

pid-server

Online shell for PID-Analyzer (https://github.com/Plasmatree/PID-Analyzer)

git clone https://github.com/Plasmatree/PID-Analyzer.git
sudo apt install python3-tk
pip install -r PID-Analyzer/requirements.txt
pip install -r pip_requirements.txt

Run:

python3 server.py 

Usage help:

python3 server.py --help

You probably need to make some changes in PID-Analyzer.py:

  1. PID-analyzer uses Python 3. Often Python 2 is installed as part of the unix system. So PID-analyzer can start with a wrong version of Python. Check:
/usr/bin/env python -V

If you see version 2.xx.xx - you need to change the first line of PID-Analyzer.py:

#!/usr/bin/env python3
  1. probably in Linux after this line it is necessary to add:
import matplotlib
matplotlib.use ('Agg')

Also you need to compile https://github.com/cleanflight/blackbox-tools and specify parameter -B as path to blackbox_decode

pid-server's People

Contributors

ef-end-y avatar

Stargazers

nerdCopter avatar Vlad 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.