San Diego State University logo
ME 205

The Simulation of Physical Systems

 

Server Tutorial 4 - An Example

We've traced through 3 Tutorials so far in the Server component of our Simulation Model:

  1. We covered Makefiles and how they can help organize and clarify the C program compilation process.
  2. We developed an understanding of how to use args for passing variables into a C function.
  3. We've covered the basics of Networks, and developed a foundation for how our Labview-Server network will operate.

In this Tutorial, we step through a small example that shows how we'll put it all together to create a working Server program.

Proceed to the Tutorial ->