Giter VIP home page Giter VIP logo

station-uploader's Introduction

Push

Station Uploader

Retrieves observations from a Davis station and sends them to APRS (TNC or IS (Citizen Weather Observer Program (CWOP))), Weathercloud, and Weather Underground.

Building

Binary from source

$ go generate
$ go build

Debian/Ubuntu packages

$ dpkg-buildpackage -uc -us -b

To build packages for other architectures add the --host-arch option. For Raspberry Pi use --host-arch armhf.

Configuration

The configuration file is formatted as YAML. It contains the Davis Instruments weather station information and a series of uploaders to use.

station:
  addr: localhost:8080
  lat: 35.7
  lon: -78.7
  type: DvsVP2+

uploaders:
  - name: APRS-IS
    type: aprs-is
    interval: 3600
    dial: tcp://rotate.aprs.net:14580
    id: N0CALL-13
    password: -1

  - name: APRS-RF
    type: aprs
    interval: 3600
    dial: direwolf:8001
    id: N0CALL-13

  - name: CWOP
    type: aprs-is
    interval: 300
    dial: tcp://cwop.aprs.net:14580
    id: aWnnnn

  - name: Test
    type: "null"

  - name: Weathercloud
    type: wc
    interval: 600
    id: 0123
    password: deadbeef

  - name: Windy
    type: windy
    interval: 300
    id: 0
    password: deadbeef

  - name: Wunderground
    type: wu
    interval: 0
    id: Kssssssnn
    password: deadbeef

Usage

Usage of ./station-uploader:
  -conf string
        config file (default "station-uploader.yaml")
  -debug
        enable debug mode

$ ./station-uploader

License

Copyright (c) 2016-2020 Eric Barkie. All rights reserved.
Use of this source code is governed by the MIT license that can be found in the LICENSE file.

station-uploader's People

Contributors

ebarkie avatar

Watchers

 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.