Iβm a bit n00b network, so please be gentle and explain things in a REALLY fictitious way (it seems to me that every time when it comes to network-related things, people start to speak a completely different language), I'm a pretty experienced programmer in C #, but I lack communication skills between machines.
The scenario is this: I am working with a product that interacts with other devices through tcp / ip. Is it possible to create a dummy program that acts like a ta tcp / ip connection (locally on my machine), so I can connect my other program to it by setting my IP address (and port), and then return everything that mocks / test data I want?
source
share