Release notes
Releases of documentation and code are using the same version numbers. The version numbering system follows the semantic versioning principles.
1.2.0 - 2024-03-16
Modified
Verisocks
constructor andVerisocks.connect()
method to include arguments for multiple, delayed connection trials. Examples and test have been simplified accordingly.Added correct management of system call interrupts while waiting on client connection in the server code (see https://www.gnu.org/software/libc/manual/html_node/Interrupted-Primitives.html for details).
Added section Alternative simulators.
Added method
verisocks.utils.setup_sim_run()
to simplify foreseen support for alternative simulators.
1.1.0 - 2024-02-07
Added
verisocks.utils
Python utilitary functions, including documentation.Added
Verisocks.info()
method as a shortcut to implement the TCP protocolinfo
command.Corrected SPI master example for standalone execution.
Added a minimalistic Hello world example, working both for standalone execution or with pytest.
1.0.0 - 2024-01-04
First released, working version