0.4.1 • Published 10 years ago

cloudshack v0.4.1

Weekly downloads
15
License
GPL-3.0
Repository
github
Last release
10 years ago

CloudShack

NPM Version Build Status Coverage

CloudShack is an amateur radio logbook server which provides a RESTful API and a built-in web interface.

The goal is to create a multiplatform logbook software which does not depend on an internet connection but automatically synchronizes with other database instances when there is a connection available.

Features

  • ADIF import/export
  • LotW QSL import
  • DX cluster integration
  • HamQTH callbook integration
  • Remote rig control via the hamlib rigctld

Installation

The only requirement for CloudShack is node.js and a running instance of CouchDB.

With npm

# npm install -g cloudshack

From source

$ cd CloudShack
$ npm install
$ npm start

Arch Linux

There is a CloudShack AUR package available.

$ yaourt -S cloudshack-git couchdb
$ systemctl start couchdb
$ systemctl start cloudshack

License

Copyright (C) 2014 Thomas Gatzweiler, DL2IC

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

0.4.1

10 years ago

0.4.0

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.4

10 years ago

0.2.3

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago