GithubHelp home page GithubHelp logo

miksto / seismograph-backend Goto Github PK

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

The backend for the seismometer that I built.

Home Page: https://miksto.github.io/seismometer/

Python 100.00%
obspy seismometer

seismograph-backend's Introduction

Seismograph Backend

This is the backend implementation for a seismograph I built, including the client that samples the seismometer and submits the values to the backend.

You will find a more detailed description of the seismometer at miksto.github.com/seismometer

In essence this backend receives data from client, stores the data as files, and generates various plots to be shown on the web frontend. For the most part communication with the backend is over a websocket. This allows the web frontend to show a graph that is near realtime displays the data as it is received by the backend.

Usage

Start the server by executing one of the following commands

docker-compose up --build
pipenv run python start_server.py

Then in a different shell start the logger with an optionally mocked ADC if you are not running it on a Raspberry Pi .

pipenv install
pipenv run python start_logger.py vertical_pendulum --mock-adc

seismograph-backend's People

Contributors

dependabot[bot] avatar miksto avatar

Watchers

 avatar

Forkers

ggzitha

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.