Server Tutorial 4 - An Example
We've traced through 3 Tutorials so far in the Server component of our Simulation Model:
- We covered Makefiles and how they can help organize and clarify the C program compilation process.
- We developed an understanding of how to use args for passing variables into a C function.
- 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 ->
|