Connect photon to local server, and choose between the services provided from the server

I have actually to steps in my small project:

  • Let my photon find a local server without any previous informations about the IPs or Port number. For this step I could find a good example, it is a little bit complicated but okay!! :slight_smile: : https://github.com/rickkas7/localserver
  • The second step, is how can the server send a list of the available services to photon, and let photon choose one of them…
    for example: the server can solve mathematical operations, present the result on external screen or even solve a long process like series (Fibonacci)…