Skip to content

spflieger/ethernetIP-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.5%
  • Inno Setup 1.5%