mlsquared / fling

Fling 2.
0 stars 0 forks source link

Same-network case: Investigate how to establish a communications channel post-discovery. #6

Open dosirrah opened 2 months ago

dosirrah commented 2 months ago

Once a service has been discovered (e.g., using m-DNS for the mobile app same-network case), how do we establish communications? We need to be able to make a procedure call. Implement a fling call that can be called from a mobile-app that passes a URL and a service that outputs the URL on the node running the service.

At least study how to do this with WebRTC and web sockets. Communications can either be direct or if necessary through a relay.

Output shoudl be a short white paper in Markdown or Jupyter Notebooks that is committed to GitHub.