Enables devices to use current connections to find its IP addresses. Example usecase: You have a serial connection to your device that you know how to access. The Device itself uses DHCP to get an IP address and you want to send HTTP requests to it. Now you can use MONK to find its IP address via SerialConnection and then send your HTTP requests.
- add option to set debug fixture file which overwrites differences between test environment and development environment while developing
- workaround for slower password prompt return times
- there was a problem in the publishing process which lead to changes not being added to the 0.1.7 release
- again bugs got fixed
- most important topic was stabilizing the connect->login->cmd process
- error handling improved with more ifs and more userfriendly exceptions
- it is now possible to completely move from Disconnected to Authenticated even when the target device is just booting.
- fixed many bugs
- most notably 0.1.4 was actually not able to be installed from PyPI without workaround
- fixed some urgent bugs
- renamed harness to fixture
- updated docs
- complete reimplementation finished
- documentation not up to date yet
- Features are: * create independent connections with the connection layer * example implementation with SerialConnection * create complete device abstraction with the dev layer * basic device class in layer * separate test cases and connection data for reusage with harness layer * example parser for extendend INI implemented in harness layer
- added GPLv3+ (source) and CC-BY-SA 3.0 (docs) Licenses
- updated coding standards
- rewrote documentation
- style guide
- configured for pip, setuptools, virtualenv
- restarted unit test suite with nosetests
- added development and test requirements
The initial Release.