AdamCollins / ogre-net

https://youtu.be/-FtCTW2rVFM?t=20
0 stars 1 forks source link

Need VPN Client #8

Open AdamCollins opened 3 years ago

AdamCollins commented 3 years ago

Need some way for users to connect and interface with the network. In documentation this is referred to as the Facilitator but it is unclear if this should sit on the client side or be a service that the user connects through using OS VPN capabilities

AdamCollins commented 3 years ago

A couple options:

  1. local proxy server that negotiates connection for user
    • Pros: can handle TCP traffic
    • Cons: Need to write a TCP proxy
  2. fork a minimalist open source web browser and capture HTTP requests through it.
    • Cons: will likely increase code base by a lot.