Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masahase0117/PySLMPClient
三菱電機のSLMP (Seamless Message Protocol)のクライアント
https://github.com/masahase0117/PySLMPClient
cc-link ethernet plc slmp
Last synced: about 2 months ago
JSON representation
三菱電機のSLMP (Seamless Message Protocol)のクライアント
- Host: GitHub
- URL: https://github.com/masahase0117/PySLMPClient
- Owner: masahase0117
- License: bsd-3-clause
- Created: 2020-04-11T14:24:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T07:53:28.000Z (over 3 years ago)
- Last Synced: 2024-08-01T22:41:12.662Z (5 months ago)
- Topics: cc-link, ethernet, plc, slmp
- Language: Python
- Size: 523 KB
- Stars: 23
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: readme.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-industrial-protocols - PySLMPClient - Python client for SLMP (SLMP / Tools)
README
=============
PySLMPClient
=============PySLMPClientとは
=================Pure Python実装のSLMPクライアント
SLMPとは
========CC-Link協会曰く、::
各種Ethernet製品とCC-Link IE対応機器の間での
ネットワークの階層・境界を意識しないアプリケーション間通信を
可能にする共通プロトコル。
シンプルなクライアント・サーバ型プロトコルであるため、
各種機器への実装も簡単です。-- https://www.cc-link.org/ja/cclink/slmp/index.html