Tag Archives: python

Reading Arexx TL-500 with Python on Linux – Part II

My first script was changed a little bit to get nicer output. It can now log the raw data received from the Arexx unit (in hexadecimal form) and uses separate log files for the sensors. Sensor n......

Reading data from the Arexx TL-500 on Linux

Some days ago I was looking for a temperature monitoring solution for some rooms and 19"-racks at the university. The Arexx TL-500 looked promising and I bought it. Unfortunately there are only ......

Triangle | 1.0

The triangulation module for python based on Jonathan Richard Shewchuk's program Triangle was updated. It should work with recent versions of python 2.x now.

XMarshaL | 1.0

My pickling/marshalling module for python was updated to work with recent python 2.x installations.

XMarshaL

XMarshaL This python module is a marshaller like marshal or pickle. XMarshaL uses XML as the native data format. It was written several years ago inspired by old python packages like xml.marshal......

Triangle

Triangle This python module is a small wrapper around the triangulation library Triangle by Jonathan Richard Shewchuk. I wrote this module some years ago. It was mainly used to triangulate polyg......

Polygon

Polygon The Polygon package consists of two modules. One is an extension written in C wrapping the gpc library (http://www.cs.man.ac.uk/aig/staff/alan/software/) and its polygon clipping operati......

SimuVis

SimuVis SimuVis and its current implementation SimuVis4 is a framework and an interactive application for data handling, visualisation and simulations. It's based on python as the programming la......