Mutti

Gestern morgen haben wir uns noch gesehen, heute morgen nicht mehr. Wir werden dich nie vergessen.

Deine Ursel und dein Philipp

Carpe Noctem Webseite Update

The new website for our robotic soccer team is now online. The main site is based on Joomla (1.5.0-rc3 so far; yes, you won’t believe it, we’re really using a release candidate of Joomla for a productive site!); the blog is still based on WordPress and will stick with it.

There are still enough layout issues and a missing login form. The new website now provides a more verbose information on our team and robotic soccer, though. Due to the lack of a localizataion plugin for Joomla 1.5, the main content is currently only available in German. The blog is only available in English.

Mono/C#: Get all interface addresses

Due to some missing parts of System.Net.NetworkInformation, I’ve written a (very basic and libc-based) wrapper to collect network interface address information from the system. It calls getifaddrs, walks through the ifaddrs structure and creates a managed counterpart.

NetworkInterfaceAddress.cs

Even though it may be implemented way too complicated or confusing, it might be useful for someone out there.

You are currently browsing the archives for the Uncategorized category.