https://github.com/3on/foc
Files over clouds
https://github.com/3on/foc
Last synced: 6 months ago
JSON representation
Files over clouds
- Host: GitHub
- URL: https://github.com/3on/foc
- Owner: 3on
- Created: 2012-07-15T20:33:54.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-02T04:23:37.000Z (almost 14 years ago)
- Last Synced: 2025-07-03T15:13:17.496Z (about 1 year ago)
- Size: 99.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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