server

  1. S

    Question Emergency Services Project

    Hello everyone, I am developing a project for the management of emergency vehicles, as you can see from the structure visible in the image there is a server and five clients, with many accesses to the server, I have now thought to avoid giving the access to the database to dozens of users to use...
  2. J

    Raspberry Pi as Databaseserver for WPF Application

    Hey guys! I built an WPF Application, with a database, which provides the data. Until now a database running on the same machine as the one were I developed the app was enough. Now I want to run the app on other computers to, so I want to try using a Raspberry Pi as databaseserver. Unforutnately...
  3. F

    Create Public Server ?

    Hi... I'm an Unity 3D Developer. I wanna to make a small chat program via WiFi between C# program and Unity 3D. In unity I can Create a public server by using this code : Network.InitializeServer(numberOfPlayers,connectionPort,false); // false = Network...
  4. B

    Write Linux server monitoring tool for Windows

    Hi guys, I have a couple of Linux servers that I want to monitor. I've been searching for good, and free monitoring software but have not really found what I'm looking for. Now I want to see if I can build it myself. I was wondering if anyone has done something similar before. How should I...
Back
Top Bottom