Skip to content

Build NetIP

Clone the repository

Using your Git client, clone the project https://gitlab.com/netip/netip

Open the solution

Warning

NetIP requires administrator rights to work. In order to debug it, you'll need to first open Visual Studio as Administrator, then open NetIP.sln.

Within the cloned repository, open NetIP.sln.

Build & Run NetIP

  1. In the Solution Explorer, right click on the NetIP project and Set as Startup Project

  2. Depending on your needs, select the Debug or Release configuration.

  3. If you followed the documentation until this point, you should be able to hit F5 and NetIP will build and start! 🚀

Start arguments using Launch Profiles

To facilitate debugging specific UI cases, you can configure your own Launch Profiles.

For example, adding -showNetworkPopup true -networkPopupAlwaysOnTop true in the Command Line Arguments will start NetIP with the Network Popup opened and Always on Top.

The list of available arguments is available here.