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
- Host: GitHub
- URL: https://github.com/dernasherbrezon/fcdwclient
- Owner: dernasherbrezon
- License: apache-2.0
- Created: 2019-10-18T18:29:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T19:34:28.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T20:31:00.458Z (over 1 year ago)
- Topics: funcube, java, telemetry
- Language: Java
- Size: 33.2 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About [](https://travis-ci.com/dernasherbrezon/fcdwClient) [](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);
```