Internet Archive

Howl 0.9.10 Released

Howl is a cross platform implementation of the Zeroconf zero configuration networking standard. It includes daemons and a client side SDK for registering, browsing, and resolving network services, and assigning link local IP addresses without a DHCP server. On Windows 2000/XP, it includes a sidebar in Internet Explorer that allows users to browse zeroconf-enabled Web and FTP servers. This release fixes a broken Makefile.am and a compilation error on FreeBSD. Elsewhere, Apple has recently released Technology Preview 3 of Rendezvous for Windows.

AWLP turns PC into Web-Managed Wireless Access Gateway

AWLP - (Alptekin's Wireless Linux Project) is an open-source wireless software project that turns a Slackware Linux machine into a dedicated web-managed wireless access gateway. It has pretty much all the features you would expect from an off-the-shelf wireless access gateway. Description, detailed installation instructions, screenshots and downloadable source tarballs can be found at http://awlp.sourceforge.net

XINS 1.0.0 released

After 2 years of development, there is now a BSD-licensed web services technology that competes with the allegedly overcomplex Microsoft SOAP technology: XINS. XINS is heavily based on Java and XML. Main design goals include simplicity, scalability and testability. Features include transaction logging, log documentation, and automatic generation of HTML docs, test forms, client-side and server-side code. A comprehensive user guide is available.

Creating websites by hand

With the recent browser statistics, that show Internet Explorer 6, Mozilla/Firefox, Safari/Konqueror and Opera combined at around 95%, it is finally feasible to write modern, CSS-based websites. For many years, this was not possible due to the vast number of legacy browsers, Internet Explorer 4 and 5 and Netscape 4 deployed on the computers around the planet. But with these browsers vanishing, we can finally start to ignore them.

Optimize TCP/IP performance by a factor of four

One of the key components in the TCP/IP protocol stack is the checksum computation, which ensures the integrity of the transferred data. This computation can be greatly accelerated with the use of single instruction, multiple data (SIMD) units prevalent in state-of-the-art processors. This article analyzes a former vectorization effort, shows how it can be improved upon, and then enhances it further.

Secure Your Wireless with IPsec (FreeBSD)

"Wireless access is all the rage. Wireless this, wireless that. Hot spots are turning up everywhere. Many are free. Many have absolutely no security. There are several in my neighborhood. I have no idea who is running them, but at least one is wide open." Read the article at OnLamp. My Take: At my apartment complex there are 3 other wireless networks, except ours. Two of them are open! I even warned one of the guys to secure it, but he doesn't seem to care! Funny how people don't care about data security.

Nokia releases Linux/Gtk+ port of WebCore

Gtk+ WebCore -project releases pre-alpha version of Linux/Gtk port of WebCore/KHTML rendering engine and a reference browser implementation. Released components include KJS javascript interpreter, KHTML rendering engine, Qt porting layer, WebKit API for embedding and a reference browser for demonstrating the functionality of the other components. As the first GNOME Browser Atlantis was updated to use GTK-WebCore as standard rendering engine.

Build a network router on Linux

Zebra is open source TCP/IP routing software that is similar to Cisco's Internetworking Operating System (IOS). Flexible and powerful, it can handle routing protocols such as Routing Information Protocol (RIP), Open Shortest Path First (OSPF), Border Gateway Protocol (BGP), and all of their various flavors. This article shows how to set up Zebra and use it to manage routes dynamically in conjunction with real Cisco hardware.