Changeset - febbe7db38fd
[Not reviewed]
v1.0 default
0 2 0
Kemp - 6 years ago 2018-04-09 13:51:59

Minor updates to README and LICENSE
2 files changed with 5 insertions and 3 deletions:
0 comments (0 inline, 0 general)
LICENSE.txt
Show inline comments
 
MIT License
 

 
Copyright (c) 2017 John Kemp (kemp@kempj.co.uk)
 
Copyright (c) 2014-2018 John Kemp (kemp@kempj.co.uk)
 

 
Permission is hereby granted, free of charge, to any person obtaining a copy
 
of this software and associated documentation files (the "Software"), to deal
...
 
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NON
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 
SOFTWARE.
...
 
\ No newline at end of file
 
SOFTWARE.
README.txt
Show inline comments
 
pyneovi is a wrapper around the API provided by Intrepid Control Systems for communicating with their NeoVI range of devices.
 

 
The focus of the library is on communicating with the ECU in the context of a diagnostic session. Currently, authentication via Security Access commands (usually required for setting output values) is not handled and must be performed by a separate tool.
 
The focus of the library is on communicating with the ECU in the context of a diagnostic session. Currently, authentication via Security Access commands is not handled and must be performed by a separate tool.
 

 
The project homepage is http://kempj.co.uk/projects/pyneovi/
 

 
The project sourcecode repository is at https://bitbucket.org/Kemp_J/pyneovi
 

 
Documentation can be found at http://pyneovi.readthedocs.org/en/latest/
 

 
This library is available under the MIT license, as provided in LICENSE.txt.
0 comments (0 inline, 0 general)