Network Address Translation
This example demonstrates how to use the HIL SDK's NetworkInterface class to configure a Network Address Translation (NAT) for Hardware-in-the-Loop testing.
It consists of two files:
conftest.py
- Implements a fixture that returns a NetworkInterface()
interface.
test_network_interface.py
- Contains tests that set up and test various network configurations.