https://github.com/elastos/elastos.hive.app.android.hyport
https://github.com/elastos/elastos.hive.app.android.hyport
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elastos/elastos.hive.app.android.hyport
- Owner: elastos
- License: mit
- Created: 2019-05-06T08:27:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T14:05:23.000Z (over 5 years ago)
- Last Synced: 2025-02-12T20:39:05.197Z (4 months ago)
- Language: Java
- Size: 313 KB
- Stars: 1
- Watchers: 28
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HyPort
======## Introduction
**Hyport** is an application to utilise hive java sdk to access/store files or data located on the remote cloud storage backends. From this perspective, Hyport also can be considered as **Remote Storage Browser**.
Currently, Hyport provides data access to the following remote storage backends:
- OneDrive
- Hive IPFS
## Build from source
Run following commands to get source code from this repository on MacOS:
```shell
$ git clone https://github.com/elastos/Elastos.NET.Hive.App.Android.HyPort.git HyPort
$ cd HyPort
$ git submodule upadte --init --recursive
$ open -a "Android Studio".app .
```Then use **Android Studio IDE** to build and generate application **apk** file and install it on your android device.
## License
MIT @elastos.org