stftpd 0.1.0 released

The released version 0.1.0 is a proof of concept. But it can already be used to experiment with the TFTP protocol.

The main goals are simplicity and portability. Only core functions of Python 2 and Python 3 have been used to implement the server.

Feel free to use stftpd as a standalone server or to write your own using the provided Python API. You can grab the source code from the stftpd repository on GitHub.


Python overpy 0.4 released

In version 0.4 many new features have been added and some bugs have been fixed. The new version is already available from PyPI.

Short changelog:

  • Support Areas
  • Parse center information
  • Parse geometry information
  • Add SAX parser
  • Add option to choose DOM or SAX parser
  • Fix issues (Thanks to all contributors)
  • Add property for default API URL
  • Add examples
  • Fix issues with CI builds with Python 3.2
  • Add Python 3.5 to CI builds

Python ssdeep 3.2 released

Version 3.2 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 install instructions
  • Update included ssdeep library from 2.12 to 2.13
  • Add additional CI tests

Monitoring plugin check_rittal_cmc3 0.2 released

Today the sources of the check_rittal_cmc3 monitoring plugin version 0.2 have been released.

Weiter lesen ...


Python OverPy 0.3.1 veröffentlicht

In diese Version sind ein paar interne Verbesserungen eingeflossen und zusätzliche Hilfsfunktionen hinzugekommen.

Kurzes Changelog:

  • Verbesserung interne Datenverarbeitung (Dominik)
  • Zusätzliche Hilfsfunktionen (Morris Jobke)

Serial-I2C-Tester 1.0 veröffentlicht

Bei dem Serail-I2C-Tester handelt es sich um einen Sketch für Arduino. Mit ihm ist es möglich relativ einfach Daten an I2C Slaves zuschicken. Der Versand und die Konfiguration erfolgt dabei über die serielle Schnittstelle.

Der Quellcode steht über das Serial-I2C-Tester GitHub Repository zur Verfügung und wurde unter der MIT Lizenz veröffentlicht.


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 veröffentlicht

Version 0.2 unseres Python Wrappers für den Zugriff auf die OpenStreetMap Overpass API hat den Status des Proof of Concept verlassen. In dieser Version sind umfangreiche Tests, zusätzliche Dokumentation und weitere Funktionen hinzugekommen.

Kurzes Changelog:

  • Parsen von XML Antworten
  • Unterstützung für Exceptions
  • Umfangreiche Tests
  • Unterstützung für Python 2.6 entfernt
  • Weitere Beispiele

Python ssdeep 3.1.1 veröffentlicht

Heute wurde die Version 3.1.1 des ssdeep Bindings für Python freigegebn. In dieser Version werden lediglich kleinere Fehler behoben. Die neue Version steht bereits über den PyPI und über das AUR für Arch Linux zur Verfügung.

Kurzes Changelog:

  • Status aktualisiert von Beta zu Stable
  • Fehler bei Erstellen unter Windows behoben
  • Enthaltene ssdeep Bibliothek von 2.10 auf 2.12 aktualisiert
  • Weitere kleine Fehler behoben

Python OverPy 0.1 veröffentlicht

Version 0.1 unseres Python Wrappers für den Zugriff auf die OpenStreetMap Overpass API ist momentan noch ein Proof of Concept. Er trägt den Namen OverPy und besitzt trotz des frühen Entwicklungsstadiums bereits viele Funktionen, die den Zugriff mit Python erleichern.

Kurzes Changelog:

  • Initiales Release