Cpppo is used to create event-driven state machines which consume a stream
of input and generate a series of state changes, or an indication that no
progress is possible due to (for example) exhaustion of input symbols.
This is useful for creating parsers for complex grammars describing
languages, including binary computer protocols.
An example included with cpppo is an implementation of a subset of the
EtherNet/IP CIP language used by some industrial control equipment, such as
Rockwell's ControlLogix Controllers. The cpppo.server.enip package can be used
to create Python programs which can parse requests in this protocol (eg. as a
server, to implement something like a simulated Controller) or originate
requests in this protocol (eg. as a client, sending commands to a Controller).
In addition, the ability to read, write and poll remote PLCs of
various types including Modbus/TCP is provided.
Raw data
{
"_id": null,
"home_page": "https://github.com/pjkundert/cpppo",
"name": "cpppo",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "cpppo protocol parser DFA EtherNet/IP CIP",
"author": "Perry Kundert",
"author_email": "perry@hardconsulting.com",
"download_url": "https://files.pythonhosted.org/packages/83/49/c4c6f11fd755ec03ef531315e45514268c7e0a7bc40133703817219d1e87/cpppo-5.2.1.tar.gz",
"platform": null,
"description": "Cpppo is used to create event-driven state machines which consume a stream\nof input and generate a series of state changes, or an indication that no\nprogress is possible due to (for example) exhaustion of input symbols.\n\nThis is useful for creating parsers for complex grammars describing\nlanguages, including binary computer protocols.\n\nAn example included with cpppo is an implementation of a subset of the\nEtherNet/IP CIP language used by some industrial control equipment, such as\nRockwell's ControlLogix Controllers. The cpppo.server.enip package can be used\nto create Python programs which can parse requests in this protocol (eg. as a\nserver, to implement something like a simulated Controller) or originate\nrequests in this protocol (eg. as a client, sending commands to a Controller).\n\nIn addition, the ability to read, write and poll remote PLCs of\nvarious types including Modbus/TCP is provided.\n",
"bugtrack_url": null,
"license": "Dual License; GPLv3 and Proprietary",
"summary": "Cpppo is a Communication Protocol Python Parser and Originator",
"version": "5.2.1",
"project_urls": {
"Homepage": "https://github.com/pjkundert/cpppo"
},
"split_keywords": [
"cpppo",
"protocol",
"parser",
"dfa",
"ethernet/ip",
"cip"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7af074a280f41079577e85266a1ef7b0a863126488982ab1a737724daba896e1",
"md5": "51a1835cc47f0e0bf13147b2759bb3f3",
"sha256": "77f912d02593c95053cb2199a030ebfe04d75ab04c4922e19e203d498b0e57ec"
},
"downloads": -1,
"filename": "cpppo-5.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "51a1835cc47f0e0bf13147b2759bb3f3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 471086,
"upload_time": "2024-12-17T20:59:03",
"upload_time_iso_8601": "2024-12-17T20:59:03.752008Z",
"url": "https://files.pythonhosted.org/packages/7a/f0/74a280f41079577e85266a1ef7b0a863126488982ab1a737724daba896e1/cpppo-5.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8349c4c6f11fd755ec03ef531315e45514268c7e0a7bc40133703817219d1e87",
"md5": "af687053790bbd59c3b6512ad251d239",
"sha256": "50a3c34f2624d11c5f10f66912c61971334ee50d1452637e5fdf7b13a9cc2536"
},
"downloads": -1,
"filename": "cpppo-5.2.1.tar.gz",
"has_sig": false,
"md5_digest": "af687053790bbd59c3b6512ad251d239",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 496251,
"upload_time": "2024-12-17T20:59:05",
"upload_time_iso_8601": "2024-12-17T20:59:05.975557Z",
"url": "https://files.pythonhosted.org/packages/83/49/c4c6f11fd755ec03ef531315e45514268c7e0a7bc40133703817219d1e87/cpppo-5.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-17 20:59:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pjkundert",
"github_project": "cpppo",
"travis_ci": true,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "greenery",
"specs": [
[
"<",
"3.0"
],
[
">=",
"2.0"
]
]
}
],
"lcname": "cpppo"
}