ShineQi / ethernetIP-explorer

win/linux. ODVA CIP. This is a clone of Ethernet/IP Explorer & C# Stack by fchaxel

Home Page:https://sourceforge.net/p/enipexplorer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EthernetIP Explorer

  • 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.

Releases & Downloads

Screenshots

image1 image2 image3 image4 image5 image6

Requirements for building

  • Visual Studio
  • C# Plugin
  • Inno Setup (for building the setup installer on windows)

Notes on building for 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

About

win/linux. ODVA CIP. This is a clone of Ethernet/IP Explorer & C# Stack by fchaxel

https://sourceforge.net/p/enipexplorer/


Languages

Language:C# 98.5%Language:Inno Setup 1.5%