mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:38:53 +03:00
vpn service sync
This commit is contained in:
6
docs/drafts/20100611_1_net_obfuscation.txt
Normal file
6
docs/drafts/20100611_1_net_obfuscation.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Network traffic obfuscation
|
||||
|
||||
Definitions:
|
||||
- E2E - E2E encryption
|
||||
- P2P - P2P encryption
|
||||
- POLY - Polymorphic ciphers, persistent and temporary keys
|
||||
12
docs/drafts/20100611_1_net_topology_glossary.txt
Normal file
12
docs/drafts/20100611_1_net_topology_glossary.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
network topology glossary (to be used as a code names within the product):
|
||||
|
||||
1. SIRENE - P2P-alike topology
|
||||
2. SPIDER - MCU-alike topology
|
||||
3. SPIDERWEB - SFU-alike topology
|
||||
4. MINE - mesh-alike topology
|
||||
|
||||
5. SLY - E2E/VPN/hidden/any
|
||||
6. BLUEMOON - Bluetooth-transported any available (mesh, P2P)
|
||||
7. SLOTH - passive
|
||||
|
||||
and the combinations of them: SIRENE SLOTH - slow-to-respond passive P2P networking; SPIDER SLY - hidden non-transparent network activity using MCU-alike topology; MINE BLUEMOON, etc.
|
||||
17
docs/drafts/20100611_2_av_conversion_and_non_rt.txt
Normal file
17
docs/drafts/20100611_2_av_conversion_and_non_rt.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
Audio/Video RT and non-RT
|
||||
linked drafts:
|
||||
- Network obfuscation
|
||||
- Transport layers
|
||||
- Network topology
|
||||
- Paid services
|
||||
- End-user services
|
||||
|
||||
The service (standalone or the current one, depends on max. capacity, bandwidth, storage trade-offs, CPU load) should provide:
|
||||
|
||||
1. RT AV
|
||||
- RT streaming and casting using well-known codecs and transports, including store recordings services for offline / non-RT usage
|
||||
|
||||
2. non-RT AV
|
||||
- non-RT on-demand conversion routines with additional services, like:
|
||||
** reproducible (playable) streams
|
||||
** ability to download/delete streams
|
||||
Reference in New Issue
Block a user