https://github.com/ottowayi/cippy
https://github.com/ottowayi/cippy
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ottowayi/cippy
- Owner: ottowayi
- License: mit
- Created: 2025-06-27T00:08:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-19T00:42:36.000Z (10 months ago)
- Last Synced: 2025-08-19T02:36:03.361Z (10 months ago)
- Language: Python
- Size: 423 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cippy
A pure Python EtheNet/IP library.
## tl;dr
This library started out as a refactor for a v2 of [pycomm3](https://github.com/ottowayi/pycomm3), which turned
into a full rewrite and redesign of the entire codebase and deserved a new name.
- new, improved data type system
- new protocol implementations for CIP and EtherNet/IP
- _generic_ protocol implementations
- decoupled CIP from EtherNet/IP
- separated _connections_ (protocol implementation) from _drivers_ (features built on top of connections)
## TODO
A lot.