An open API service indexing awesome lists of open source software.

https://github.com/dernasherbrezon/fcdwclient

Client for FunCube Data Warehouse
https://github.com/dernasherbrezon/fcdwclient

funcube java telemetry

Last synced: 5 months ago
JSON representation

Client for FunCube Data Warehouse

Awesome Lists containing this project

README

          

## About [![Build Status](https://travis-ci.com/dernasherbrezon/fcdwClient.svg?branch=master)](https://travis-ci.com/dernasherbrezon/fcdwClient) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ru.r2cloud%3AfcdwClient&metric=alert_status)](https://sonarcloud.io/dashboard?id=ru.r2cloud%3AfcdwClient)

Client for [FunCube Data Warehouse](http://data.amsat-uk.org/)

## Usage

* [Register](http://data.amsat-uk.org/registration) at the warehouse.
* Confirm your email and make notice of "Site Id" and "Auth Code" from the email
* Configure pom.xml:

```xml

ru.r2cloud
fcdwClient
1.1

```
* Configure client:

```java
FcdwClient client = new FcdwClient("http://data.amsat-uk.org", SITE_ID, AUTH_CODE);
client.upload("9d6470cd32f4971a56a4d7c7714b40d3");
// or
client.upload(byteArray);
```