Sign inSign up

va7eex/goesrecv

By va7eex

Updated over 6 years ago

Image
0

275

va7eex/goesrecv repository overview

This image is very big due to including the OpenCV library as a dependency. This must be run as a privileged container.

Source can be found at https://github.com/pietern/goestools, with a full guide available at https://pietern.github.io/goestools/index.html.

Environmental variables TZ=America/Vancouver.

Ports used: 5001/tcp, 5002/tcp, 5004/tcp, 6001/tcp, 6002/tcp, 8125/udp

Please note this is setup for a receiver pointed at GOES-17 on the west coast, it will not work for GOES-16.

An example docker compose (must have an RTLSDR plugged in):

version: "2"
services:
  goesrecv:
    image: va7eex/goesrecv:armhf
    container_name: goesreceiver
    privileged: true
    user: 1000:1000
    environment:
      - TZ=America/Vancouver
    ports:
      - "5001:5001/tcp"
      - "5002:5002/tcp"
      - "5004:5004/tcp"
      - "6001:6001/tcp"
      - "6002:6002/tcp"
      - "8125:8125/udp"
    restart: always

Tag summary

Content type

Image

Digest

Size

489.9 MB

Last updated

over 6 years ago

docker pull va7eex/goesrecv