You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The public gateway will effectively act as a proxy. All the usual authentication and authorisation from Awala will apply, so only pre-authorised endpoints will be able to initiate the stream. Likewise, the stream will be end-to-end encrypted, although this would have to be implemented in a totally different way using stream ciphers (we can't use parcels or CMS EnvelopedData).
Unlike #47, peers won't be able to see each other's IP addresses.
The text was updated successfully, but these errors were encountered:
gnarea
changed the title
Draft protocol to allow two endpoints to stream data bidirectionally via a public gateway
Draft protocol to allow endpoints to stream data via a public gateway
Jul 13, 2020
To support applications like VoIP, for example.
The public gateway will effectively act as a proxy. All the usual authentication and authorisation from Awala will apply, so only pre-authorised endpoints will be able to initiate the stream. Likewise, the stream will be end-to-end encrypted, although this would have to be implemented in a totally different way using stream ciphers (we can't use parcels or CMS EnvelopedData).
Unlike #47, peers won't be able to see each other's IP addresses.
The text was updated successfully, but these errors were encountered: