ArduRPC per HTTP Rest API

Mit Hilfe von ArduRPC lassen sich Befehle an einen Arduino oder kompatiblen Mikrocontroller senden. In Python lässt sich in wenigen Schritten ein Rest-Schnittstelle programmieren.

Weiter lesen ...


Serial-I2C-Tester 1.0 released

The Serial-I2C-Tester is a sketch for Arduino Boards. It allows to send data to I2C devices by using a serial interface to control the data.

The source is available from the Serial-I2C-Tester GitHub repository and has been published under the MIT license.


MQTT mit Python nutzen

MQTT ist ein leichtgewichtiges Benachrichtigungsprotokoll, welches mit Hilfe eines Python Modules in eigenen Projekten genutzt werden kann. Anhand von zwei Beispiel wird kurz die Verwendung und die Funktionsweise vorgestellt.

Weiter lesen ...


Python FlexTLS 0.3 released

FlexTLS is still in Alpha state of development. But many new features have been added for this release.

Changelog:

  • Add support for DTLS 1.0 and DTLS 1.2
  • Add support to handle fragmentation on the record layer (TLS)
  • Add support to handle fragmented handshake messages (DTLS)
  • Add support to handle connection state
  • Add support to decode ServerKeyExchange messages
  • Change class names for consistent names
  • Add additional tests
  • Remove deprecated and unused code

Python OverPy 0.2 released

Version 0.2 of our Python wrapper for the OpenStreetMap Overpass API named OverPy is now beta. Many new features have been add in this version.

Short changelog:

  • Added support for xml response data
  • Added support for exceptions
  • Added tests with 100% code coverage
  • Removed Python 2.6 support
  • Added more examples to the documentation

Python ssdeep 3.1.1 released

Version 3.1.1 of the Python ssdeep binding has been released today. The new version is already available from PyPI and from AUR for Arch Linx.

Short changelog:

  • Updated status from Beta to Stable
  • Fix builds on Windows
  • Update included ssdeep library from 2.10 to 2.12
  • Minor fixes

Python OverPy 0.1 released

Version 0.1 of our Python wrapper for the OpenStreetMap Overpass API named OverPy is a Proof of Concept. But many features have already been added and we will add more for the next release.

Short changelog:

  • Initial release

Python FlexTLS 0.2 released

FlexTLS is still in Alpha state of development. But many new features have been added for this release.

Changelog:

  • Add Registry to store global information
    • Add SSL and TLS cipher suites
    • Add named curves
    • Add signature and hash algorithms
  • Add support to parse SSLv2 ClientHello and ServerHello packages

Python ssdeep 3.1 released

Version 3.1 of the ssdeep Python binding has been released today.

Weiter lesen ...


python-ssdeep in AUR

The latest version of python-ssdeep can be installed very easily on Arch Linux by using AUR. The package for Python 2.x is named python2-ssdeep and the package for Python 3.x is named python-ssdeep.

The PKGBUILD files are available in the python-ssdeep git repository. Feel free to open a pull request if you want to improve it.

For more information have a look at the python-ssdeep project page.