-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from scy-phy/modbus
Modbus
- Loading branch information
Showing
24 changed files
with
1,831 additions
and
457 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,39 @@ | ||
Version 1.0.0 (2016-07-01) | ||
========================== | ||
# Releases and change log | ||
|
||
Public API | ||
---------- | ||
## Version 1.1.0 (2017-TODO-TODO) | ||
|
||
* network API core functions: `send` and `receive` | ||
* physical layer API core functions: `set` and `get` | ||
### Public API | ||
|
||
Industrial protocol support | ||
---------------------------- | ||
* Bug fixes | ||
|
||
* subset of Ethernet/IP: `cpppo` | ||
### Industrial protocol support | ||
|
||
Physical layer backend support | ||
------------------------------ | ||
* Modbus through `pymodbus` | ||
|
||
* SQLite3: `sqlite3` | ||
### Test suite | ||
|
||
* Added `rednose` for better user interface | ||
* Added `raises` decorator to test for expected Exceptions | ||
* Bug fixes | ||
|
||
|
||
### Misc | ||
|
||
* We are an awesome ICS security tool: | ||
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/hslatman/awesome-industrial-control-system-security) | ||
|
||
|
||
## Version 1.0.0 (2016-07-01) | ||
|
||
### Public API | ||
|
||
* Network API core functions: `send` and `receive` | ||
* Physical layer API core functions: `set` and `get` | ||
|
||
### Industrial protocol support | ||
|
||
* Subset of Ethernet/IP through `cpppo` | ||
|
||
### Physical layer backend support | ||
|
||
* SQLite3 through `sqlite3` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.