Client for FunCube Data Warehouse
- Register at the warehouse.
- Confirm your email and make notice of "Site Id" and "Auth Code" from the email
- Configure pom.xml:
<dependency>
<groupId>ru.r2cloud</groupId>
<artifactId>fcdwClient</artifactId>
<version>1.1</version>
</dependency>
- Configure client:
FcdwClient client = new FcdwClient("http://data.amsat-uk.org", SITE_ID, AUTH_CODE);
client.upload("9d6470cd32f4971a56a4d7c7714b40d3");
// or
client.upload(byteArray);