Coder Social home page Coder Social logo

rkaczorek / indi-weather-mqtt Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 51 KB

INDI driver for weather monitoring from an arbitrary MQTT source

License: GNU General Public License v3.0

CMake 68.52% C++ 31.48%
indi mqtt weather astronomy astroberry

indi-weather-mqtt's Introduction

indi-weather-mqtt

INDI driver for weather monitoring from an arbitrary MQTT source. This driver is superior to any existing driver as it can be fed with data from virtually any source through local or public MQTT broker. If your weather station can publish to MQTT topics, you can use it right away by subscribing to these topics. You can also parse any weather date source with middleware (eg. node-red), publish it to a MQTT broker and subscribe to it with the driver.

Building

This assumes you already have INDI installed.

First, let's install some build tools, if you haven't already.

sudo apt install build-essential cmake

You must install the INDI ans Mosquitto development libraries.

sudo apt install libindi-dev libmosquitto1 libmosquitto-dev

Okay, we're ready to get the source and build it.

git clone https://github.com/rkaczorek/indi-weather-mqtt.git
cd indi-weather-mqtt
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install

Running

Start your INDI server with indi-weather-mqtt by running

indiserver -v indi-weather-mqtt

Now you can monitor and control weather from a MQTT source of your choice!

indi-weather-mqtt's People

Contributors

ianhattendorf avatar rkaczorek avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

ianhattendorf

indi-weather-mqtt's Issues

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.