-
Ethernet/IP Explorer/Browser written in C#. Run on Windows & Linux with mono.
-
ODVA CIP : Common Industrial Protocol.
-
Shows devices on the local network.
-
Displays the classes, instances, attributes.
-
Decodes values using standard decoders and also ones defined by the user.
-
Write attributes.
-
Can send ForwardOpen for T->O and T->O data exchange, also with user defined decoder.
-
Full open source code.
-
Explicit & Implicit messaging basic client source codes.
EtherNet/IP™ is a registered trademark of ODVA, Inc.
- Visual Studio
- C# Plugin
- Inno Setup (for building the setup installer on windows)
Download SnapShot on Windows 10
A lot of files (.resx and some others) are marked block by Windows, and Visual Studio cannot build the projects.
To unblock all files, open a PowerShell window, move to the directory where all files are extracted then type the command :
gci -recurse | Unblock-File