P2Pulse / Pulse

pulseable
3 stars 0 forks source link

Implement server with user management and IP address sharing #13

Closed GurGaller closed 2 years ago

GurGaller commented 2 years ago

Not as simple as it sounds because we need to determine the IP address of the callee

One idea of how to do that: use the Push mechanism of Android (the one used for Push notifications) to wake the client app on the called device, and have the client send its IP address to the server at that moment

GurGaller commented 2 years ago

Backing database can be anything, probably MongoDB or Postgres