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

https://github.com/3on/foc

Files over clouds
https://github.com/3on/foc

Last synced: 6 months ago
JSON representation

Files over clouds

Awesome Lists containing this project

README

          

Files over clouds
===

API
---
[Github repository](https://github.com/3on/foc-api)
This is the mothership, it hold the data and talks to the differents sub projects.
The API handle:
- user managment, auth creation grant
- authorisation
- routing of the file accros the different piers
- social feed
- subscriptions for the scraper, and later for notifications
- whish list
- download basket

Pier
----
[Github repository](https://github.com/3on/foc-pier)
The pier act as a proxy for accesseing and manipulating files. Because of it is not part of the API is can run on any other machin and is flexible enough for any crazy setup.
The pier does of could do:
- talk and auth itself on a single mothership API
- file download with http-range
- token based auth with the mothership API
- proxy communication to a transmission daemon
- unrar on the fly
- zip/tar on the fly

Scraper
-------
[Github repository](https://github.com/3on/foc-scraper)
The scraper goes on website and grab data/file to feed the mothership API with. The mothership API provides list of wanted subscriptions or whised files.
The scraper sends whater he find that match back to the API.

Web
----------
[Github repository](https://github.com/A21z/foc-web)
Web client for foc

CLI
----------
CLI Client
TBD

Win
----------
Windows Client
TBD

OSX
----------
OSX Client
TBD

Streamer
--------
R&D subject, how and what can we bring to the tablets, iPad and Nexus 7 and to the html5 video tag.
This could lead to pure awesomeness, but todisapointment, worse scenario VLC web plugin.

Sub projects
--------
- [foc-api](https://github.com/3on/foc-api)
- [foc-scraper](https://github.com/3on/foc-scraper)
- [foc-pier](https://github.com/3on/foc-pier)
- [foc-web](https://github.com/A21z/foc-web)
- CLI client
- streamer