Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

desktop and mobile networking communication

Discussion in 'Scripting' started by KAYUMIY, Mar 23, 2020.

  1. KAYUMIY

    KAYUMIY

    Joined:
    Nov 12, 2015
    Posts:
    115
    I am developing software app. There are 2 kinds of apps:
    1. Desktop app which receives data from mobile smart Phones;
    2. Mobile app which sends data to Desktop;

    I have to make mobile and desktop communication network.
    Can anyone guide me how to do this?

    Desktop app should be single app runs on the single Desktop machine.
    Mobile apps should be run on the 5 mobile devices. These 5 mobile devices send data to desktop.